aboutsummaryrefslogtreecommitdiffstats
path: root/roles_data.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-13 17:29:59 +0000
committerGerrit Code Review <review@openstack.org>2017-04-13 17:29:59 +0000
commit05440b00079628d31aaa8c08a797fe33af4d2889 (patch)
tree7e7af00a23844902c06eb61e8c76febf3912f96c /roles_data.yaml
parent837deb91b2173720dc15d5ec33d78b2192f7511d (diff)
parentbe274f1f49a15aad118a92107b7d04a57a037092 (diff)
Merge "Add tags to roles"
Diffstat (limited to 'roles_data.yaml')
-rw-r--r--roles_data.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/roles_data.yaml b/roles_data.yaml
index eee6bf59..98061c0a 100644
--- a/roles_data.yaml
+++ b/roles_data.yaml
@@ -28,9 +28,18 @@
# 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 # the 'primary' role goes first
+#
+# tags: (list) list of tags used by other parts of the deployment process to
+# find the role for a specific type of functionality. Currently a role
+# with both 'primary' and 'controller' is used as the primary role for the
+# deployment process. If no roles have have 'primary' and 'controller', the
+# first role in this file is used as the primary role.
+#
+- name: Controller
CountDefault: 1
+ tags:
+ - primary
+ - controller
ServicesDefault:
- OS::TripleO::Services::CACerts
- OS::TripleO::Services::CertmongerUser