Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Undercloud hosts entries in overcloud nodes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 17, 2019
2 parents 3c91bc0 + 97f388a commit aa98a39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overcloud.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -785,6 +792,7 @@ resources:
value:
list_join:
- "\n"
- {get_param: UndercloudHostsEntries}
- - if:
- add_vips_to_etc_hosts
- {get_attr: [VipHosts, value]}
Expand Down

0 comments on commit aa98a39

Please sign in to comment.