Modify designate bind pool config to match proxied endpoints

The miniDNS servers are now proxied behind ports on the the
public network to allow integration with external DNS
services.

Depends-On: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/848878
Depends-On: https://review.opendev.org/c/openstack/puppet-tripleo/+/848733
Change-Id: Ie94defbfbb2021e6014bf25aa0fabe7f8cac2175
(cherry picked from commit 8079f13df6)
This commit is contained in:
Brent Eagles 2022-06-23 14:18:17 -02:30
parent 4e0a88aead
commit c22a3b094c
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
# patch.
masters:
{% for minidns_server in designate_mdns_node_ips -%}
- host: {{ minidns_server }}
port: 5354
- host: {{ net_vip_map[service_net_map['public_network']] }}
port: {{ minidns_proxy_base_port + loop.index -1 }}
{% endfor %}
# BIND Configuration options