Merge "Undercloud hosts entries in overcloud nodes"

This commit is contained in:
Zuul 2019-10-17 21:29:25 +00:00 committed by Gerrit Code Review
commit aa98a3913f
1 changed files with 8 additions and 0 deletions

View File

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