diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-03-31 12:48:45 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-03-31 12:48:45 +0000 |
commit | 2f5d1a609e9863beff19d021dae184aecbe75e2c (patch) | |
tree | b279c109eae9aa6b235562ee4e5925ea596511b6 /overcloud-without-mergepy.yaml | |
parent | 431b65a32fd0880bb14ddaf07e2f53ac42f10dad (diff) | |
parent | f9b98d4c576d84be7167f1b728179d32a018a1a1 (diff) |
Merge "Implement mongo_node_ips hiera key"
Diffstat (limited to 'overcloud-without-mergepy.yaml')
-rw-r--r-- | overcloud-without-mergepy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 3bc969e2..be324524 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -695,6 +695,7 @@ resources: properties: compute_hosts: {get_attr: [Compute, hosts_entry]} controller_hosts: {get_attr: [Controller, hosts_entry]} + controller_ips: {get_attr: [Controller, ip_address]} block_storage_hosts: {get_attr: [BlockStorage, hosts_entry]} object_storage_hosts: {get_attr: [ObjectStorage, hosts_entry]} ceph_storage_hosts: {get_attr: [CephStorage, hosts_entry]} |