diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-29 08:40:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-29 08:40:24 +0000 |
commit | 1b020799c971e5091a17b713c291d8d8fb97165c (patch) | |
tree | 6a0ecf1edb6ed638c7c4af12494a94fed12e2685 /overcloud.yaml | |
parent | 6c16ef86e81521bbcdb2a3a8973685f00cd18144 (diff) | |
parent | 753131d6b5520552f73c9489274f2bd3c25b9e50 (diff) |
Merge "Create hiera service_enabled keys for enabled services"
Diffstat (limited to 'overcloud.yaml')
-rw-r--r-- | overcloud.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index 80ae6b6e..419ac837 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -607,6 +607,14 @@ resources: - list_join: - '\n' - {get_attr: [CephStorage, hosts_entry]} + enabled_services: + list_join: + - ',' + - {get_attr: [ControllerServiceChain, role_data, service_names]} + - {get_attr: [ComputeServiceChain, role_data, service_names]} + - {get_attr: [BlockStorageServiceChain, role_data, service_names]} + - {get_attr: [ObjectStorageServiceChain, role_data, service_names]} + - {get_attr: [CephStorageServiceChain, role_data, service_names]} controller_ips: {get_attr: [Controller, ip_address]} controller_names: {get_attr: [Controller, hostname]} rabbit_node_ips: {get_attr: [ControllerIpListMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, RabbitmqNetwork]}]} |