diff options
author | Zuul <zuul@review.openstack.org> | 2017-11-10 17:15:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-11-10 17:15:39 +0000 |
commit | df64ca710bb69f1b2db3fead86e836076f842c14 (patch) | |
tree | b8268eaf3afde34f607f9ca65d870ffb18921260 /puppet/all-nodes-config.j2.yaml | |
parent | e0ec12d40bf4ceae872fbb792dfbb8a1830560a4 (diff) | |
parent | 4217767d8782abae02b11f553fc14daf7cd72916 (diff) |
Merge "Refactor cellv2 host discovery logic to avoid races" into stable/pike
Diffstat (limited to 'puppet/all-nodes-config.j2.yaml')
-rw-r--r-- | puppet/all-nodes-config.j2.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/all-nodes-config.j2.yaml b/puppet/all-nodes-config.j2.yaml index bdd2bcf3..65949625 100644 --- a/puppet/all-nodes-config.j2.yaml +++ b/puppet/all-nodes-config.j2.yaml @@ -22,6 +22,8 @@ parameters: type: json controller_names: type: comma_delimited_list + cellv2_discovery_hosts: + type: comma_delimited_list NetVipMap: type: json RedisVirtualIP: @@ -141,6 +143,10 @@ resources: list_join: - ',' - {get_param: controller_names} + - cellv2_discovery_hosts: + list_join: + - ',' + - {get_param: cellv2_discovery_hosts} deploy_identifier: {get_param: DeployIdentifier} update_identifier: {get_param: UpdateIdentifier} stack_action: {get_param: StackAction} |