9254f8b894
The netconfig option dns_servers is defined from DnsServers in t-h-t's net-config-undercloud.yaml. Add missing configuration for the client as well, which bounds nameservers defined in undercloud.conf's undercloud_nameservers to the corresponding DnsServers heat parameter. Change-Id: I48d889e7a631682a221e2828fbc30a900562498f Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
9 lines
373 B
YAML
9 lines
373 B
YAML
---
|
|
features:
|
|
- |
|
|
Bind ``undercloud_nameservers`` defined in `undercloud.conf` to the
|
|
``DnsServers`` heat stack parameter. This ensures DNS
|
|
configuration applied via os-net-config undercloud install time as well.
|
|
That works additionally to ``UndercloudNameserver`` limited to the
|
|
ctlplane subnet DNS configuration executed at post-install steps only.
|