diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-13 17:29:59 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-13 17:29:59 +0000 |
commit | 05440b00079628d31aaa8c08a797fe33af4d2889 (patch) | |
tree | 7e7af00a23844902c06eb61e8c76febf3912f96c /roles_data_undercloud.yaml | |
parent | 837deb91b2173720dc15d5ec33d78b2192f7511d (diff) | |
parent | be274f1f49a15aad118a92107b7d04a57a037092 (diff) |
Merge "Add tags to roles"
Diffstat (limited to 'roles_data_undercloud.yaml')
-rw-r--r-- | roles_data_undercloud.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles_data_undercloud.yaml b/roles_data_undercloud.yaml index 8e830711..df2e196b 100644 --- a/roles_data_undercloud.yaml +++ b/roles_data_undercloud.yaml @@ -1,6 +1,9 @@ -- name: Undercloud # the 'primary' role goes first +- name: Undercloud CountDefault: 1 disable_constraints: True + tags: + - primary + - controller ServicesDefault: - OS::TripleO::Services::Ntp - OS::TripleO::Services::MySQL |