diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-06 18:19:05 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-06 18:19:05 +0000 |
commit | 2d045770a3dbe7a4fa500c9728caf7d3f04f79df (patch) | |
tree | 634c7de3f8038cbee1e14fe1e95bace04d1b7a55 /roles_data.yaml | |
parent | 6583d08d85d67c847971dadbd9f7bb3e3ccd0487 (diff) | |
parent | bd985f85a301c29aa9bb8d7e48f8724e37da86ae (diff) |
Merge "Add custom roles data for deployed-server"
Diffstat (limited to 'roles_data.yaml')
-rw-r--r-- | roles_data.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles_data.yaml b/roles_data.yaml index e96bd78d..e29885d5 100644 --- a/roles_data.yaml +++ b/roles_data.yaml @@ -14,6 +14,9 @@ # 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 |