Merge "Configure rndc to listen on internal_api network"

This commit is contained in:
Zuul 2018-08-30 03:42:51 +00:00 committed by Gerrit Code Review
commit 83a21f3563

@ -78,6 +78,24 @@ outputs:
"{ 127.0.0.1; %{hiera('$NETWORK')}; }"
params:
$NETWORK: {get_param: [ServiceNetMap, BINDNetwork]}
tripleo::profile::base::designate::rndc_host:
str_replace:
template:
"%{hiera('$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, DesignateApiNetwork]}
tripleo::profile::base::designate::rndc_allowed_addresses:
- str_replace:
template:
"%{hiera('$NETWORK_subnet')}"
params:
$NETWORK: {get_param: [ServiceNetMap, DesignateApiNetwork]}
designate::backend::bind9::rndc_host:
str_replace:
template:
"%{hiera('$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, DesignateApiNetwork]}
tripleo.designate_worker.firewall_rules:
'140 designate_worker udp':
proto: 'udp'