juju model-constraints
¶
See also: models, constraints, set-constraints, set-model-constraints
Summary¶
Displays machine constraints for a model.
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
constraints |
Specify output format (constraints|json|yaml) |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
Specify an output file |
Examples¶
juju model-constraints
juju model-constraints -m mymodel
Details¶
Shows constraints that have been set on the model with
juju set-model-constraints.
By default, the model is the current model.
Model constraints are combined with constraints set on an application
with juju set-constraints
for commands (such as ‘deploy’) that provision
machines/containers for applications. Where model and application constraints overlap, the
application constraints take precedence.
Constraints for a specific application can be viewed with juju constraints
.