python-tripleoclient/releasenotes/notes/undercloud-nameservers-fbfca8af10b3097f.yaml
Bogdan Dobrelya 9254f8b894 Configure heat DnsServers for undercloud install
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>
2018-03-05 11:25:09 +01:00

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.