Merge "Implement mongo_node_ips hiera key"

This commit is contained in:
Jenkins 2015-03-31 12:48:45 +00:00 committed by Gerrit Code Review
commit 2f5d1a609e
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,8 @@ parameters:
type: comma_delimited_list
controller_hosts:
type: comma_delimited_list
controller_ips:
type: comma_delimited_list
block_storage_hosts:
type: comma_delimited_list
object_storage_hosts:

View File

@ -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]}

View File

@ -6,6 +6,8 @@ parameters:
type: comma_delimited_list
controller_hosts:
type: comma_delimited_list
controller_ips:
type: comma_delimited_list
block_storage_hosts:
type: comma_delimited_list
object_storage_hosts:
@ -52,6 +54,10 @@ resources:
list_join:
- ','
- {get_param: controller_names}
mongo_node_ips:
list_join:
- ','
- {get_param: controller_ips}
outputs:
config_id: