diff options
Diffstat (limited to 'roles_data.yaml')
-rw-r--r-- | roles_data.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roles_data.yaml b/roles_data.yaml index 81ddf9ca..63126dc8 100644 --- a/roles_data.yaml +++ b/roles_data.yaml @@ -14,11 +14,14 @@ # defaults to '%stackname%-{{role.name.lower()}}-%index%' # sets the default for {{role.name}}HostnameFormat parameter in overcloud.yaml # +# disable_constraints: (boolean) optional, whether to disable Nova and Glance +# constraints for each role specified in the templates. +# # ServicesDefault: (list) optional default list of services to be deployed # on the role, defaults to an empty list. Sets the default for the # {{role.name}}Services parameter in overcloud.yaml -- name: Controller +- name: Controller # the 'primary' role goes first CountDefault: 1 ServicesDefault: - OS::TripleO::Services::CACerts @@ -97,6 +100,7 @@ - OS::TripleO::Services::BarbicanApi - OS::TripleO::Services::PankoApi - OS::TripleO::Services::Zaqar + - OS::TripleO::Services::OVNDBs - name: Compute CountDefault: 1 |