Merge "Add parameter ExtraHostFileEntries"
This commit is contained in:
commit
fb8cad4b97
@ -59,6 +59,10 @@ parameters:
|
|||||||
The DNS name of this cloud's provisioning network endpoint. E.g.
|
The DNS name of this cloud's provisioning network endpoint. E.g.
|
||||||
'ci-overcloud.ctlplane.tripleo.org'.
|
'ci-overcloud.ctlplane.tripleo.org'.
|
||||||
type: string
|
type: string
|
||||||
|
ExtraHostFileEntries:
|
||||||
|
default: []
|
||||||
|
description: List of extra hosts entries to be appended to /etc/hosts
|
||||||
|
type: comma_delimited_list
|
||||||
ExtraConfig:
|
ExtraConfig:
|
||||||
default: {}
|
default: {}
|
||||||
description: |
|
description: |
|
||||||
@ -617,6 +621,7 @@ resources:
|
|||||||
- ""
|
- ""
|
||||||
- {get_attr: [{{role.name}}, hosts_entry]}
|
- {get_attr: [{{role.name}}, hosts_entry]}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
- {get_param: ExtraHostFileEntries}
|
||||||
|
|
||||||
allNodesConfig:
|
allNodesConfig:
|
||||||
type: OS::TripleO::AllNodes::SoftwareConfig
|
type: OS::TripleO::AllNodes::SoftwareConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user