aboutsummaryrefslogtreecommitdiffstats
path: root/roles_data.yaml
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2016-12-13 15:46:43 -0500
committerJames Slagle <jslagle@redhat.com>2017-01-04 14:22:07 -0500
commitbd985f85a301c29aa9bb8d7e48f8724e37da86ae (patch)
treed581c922ad833218a5797e4d8d97bc50ef77a55b /roles_data.yaml
parentf08e5d8c5dad6e47a6ddeea7cd661d40e594b8d5 (diff)
Add custom roles data for deployed-server
Adds a custom roles data file for use when using the deployed-server templates. The file takes care of setting disable_constraints: True, so that deployers don't have to do things like create fake images in glance. Also adds a comment to roles_data.yaml documenting disable_constraints. Partially-implements: blueprint split-stack-software-configuration Change-Id: I7c26c0c2851e0d6bcea42d7af7f4295a1944ec9f
Diffstat (limited to 'roles_data.yaml')
-rw-r--r--roles_data.yaml3
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