diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 0e8ab00f09..5681c0463e 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -59,6 +59,10 @@ parameters: The DNS name of this cloud's provisioning network endpoint. E.g. 'ci-overcloud.ctlplane.tripleo.org'. type: string + ExtraHostFileEntries: + default: [] + description: List of extra hosts entries to be appended to /etc/hosts + type: comma_delimited_list ExtraConfig: default: {} description: | @@ -617,6 +621,7 @@ resources: - "" - {get_attr: [{{role.name}}, hosts_entry]} {% endfor %} + - {get_param: ExtraHostFileEntries} allNodesConfig: type: OS::TripleO::AllNodes::SoftwareConfig