Model¶
See first: Juju | Model
Model tag¶
See first: Tag
A model tag has the following format:
model-<controller name>/<model name>
where <controller name>
specifies name of the controller on which the model
is running and <model name>
specifies the name of the model.
Model relation¶
A model relation is a relation that describes permissions on a model.
List of model relations¶
reader
¶
Abilities: Can view the content of a model without changing it. Can use any of the read commands.
writer
¶
Abilities: Can deploy and manage applications on the model.
administrator
¶
Abilities: Can do anything that it is possible to do at the level of a model.This grants permissions to all resources that inherit from model access.