diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-08 12:55:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-08 12:55:28 +0000 |
commit | ff43f1d38ac2821b24ed81fc4b3537be7035f8a5 (patch) | |
tree | 9564f62e28665f980034e10d2f038a43980a6424 /puppet | |
parent | e06ff3d45b2d92777ee16360ff55d5d4c10ac433 (diff) | |
parent | 7879f9d06b032ea486218bf7cdcf34e1d2bca23c (diff) |
Merge "Convert AllNodesConfig hosts config to a map"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/all-nodes-config.yaml | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml index 4c9355d5..793b17dd 100644 --- a/puppet/all-nodes-config.yaml +++ b/puppet/all-nodes-config.yaml @@ -2,18 +2,10 @@ heat_template_version: 2015-04-30 description: 'All Nodes Config for Puppet' parameters: - compute_hosts: - type: comma_delimited_list - controller_hosts: + hosts: type: comma_delimited_list controller_ips: type: comma_delimited_list - block_storage_hosts: - type: comma_delimited_list - object_storage_hosts: - type: comma_delimited_list - ceph_storage_hosts: - type: comma_delimited_list controller_names: type: comma_delimited_list rabbit_node_ips: @@ -91,21 +83,7 @@ resources: hosts: list_join: - "\n" - - - list_join: - - "\n" - - {get_param: compute_hosts} - - list_join: - - "\n" - - {get_param: controller_hosts} - - list_join: - - "\n" - - {get_param: block_storage_hosts} - - list_join: - - "\n" - - {get_param: object_storage_hosts} - - list_join: - - "\n" - - {get_param: ceph_storage_hosts} + - {get_param: hosts} hiera: datafiles: bootstrap_node: |