Merge "Make BIND listen address configurable"
This commit is contained in:
commit
07822d782f
@ -80,6 +80,7 @@ parameters:
|
||||
PacemakerRemoteNetwork: internal_api
|
||||
TripleoUINetwork: internal_api
|
||||
DesignateApiNetwork: internal_api
|
||||
BINDNetwork: external
|
||||
# We special-case the default ResolveNetwork for the CephStorage role
|
||||
# for backwards compatibility, all other roles default to internal_api
|
||||
CephStorageHostnameResolveNetwork: storage
|
||||
|
@ -69,6 +69,13 @@ outputs:
|
||||
map_merge:
|
||||
- get_attr: [DesignateBase, role_data, config_settings]
|
||||
- designate::worker::worker_notify: true
|
||||
dns::additional_options:
|
||||
listen-on:
|
||||
str_replace:
|
||||
template:
|
||||
"{ 127.0.0.1; %{hiera('$NETWORK')}; }"
|
||||
params:
|
||||
$NETWORK: {get_param: [ServiceNetMap, BINDNetwork]}
|
||||
tripleo.designate_worker.firewall_rules:
|
||||
'140 designate_worker udp':
|
||||
proto: 'udp'
|
||||
|
Loading…
Reference in New Issue
Block a user