Merge "Configure heat DnsServers for undercloud install"
This commit is contained in:
commit
d9cb906def
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
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.
|
@ -42,6 +42,7 @@ PARAMETER_MAPPING = {
|
|||||||
'undercloud_public_host': 'CloudName',
|
'undercloud_public_host': 'CloudName',
|
||||||
'scheduler_max_attempts': 'NovaSchedulerMaxAttempts',
|
'scheduler_max_attempts': 'NovaSchedulerMaxAttempts',
|
||||||
'local_mtu': 'UndercloudLocalMtu',
|
'local_mtu': 'UndercloudLocalMtu',
|
||||||
|
'undercloud_nameservers': 'DnsServers'
|
||||||
}
|
}
|
||||||
|
|
||||||
THT_HOME = os.environ.get('THT_HOME',
|
THT_HOME = os.environ.get('THT_HOME',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user