Merge "Undercloud hosts entries in overcloud nodes"
This commit is contained in:
commit
aa98a3913f
@ -76,6 +76,13 @@ parameters:
|
||||
default: []
|
||||
description: List of extra hosts entries to be appended to /etc/hosts
|
||||
type: comma_delimited_list
|
||||
UndercloudHostsEntries:
|
||||
default: []
|
||||
description: >
|
||||
List of undercloud hosts entries to be appended to /etc/hosts. The
|
||||
value is populated with the HEAT_HOSTS entries on the undercloud by
|
||||
tripleoclient when running deploy.
|
||||
type: comma_delimited_list
|
||||
EndpointMapOverride:
|
||||
default: {}
|
||||
description: Can be used to override the calcluated EndpointMap
|
||||
@ -785,6 +792,7 @@ resources:
|
||||
value:
|
||||
list_join:
|
||||
- "\n"
|
||||
- {get_param: UndercloudHostsEntries}
|
||||
- - if:
|
||||
- add_vips_to_etc_hosts
|
||||
- {get_attr: [VipHosts, value]}
|
||||
|
Loading…
Reference in New Issue
Block a user