Merge "Desigante: add DNS listen IPs to allow-notify list" into stable/wallaby

This commit is contained in:
Zuul 2023-08-23 23:28:12 +00:00 committed by Gerrit Code Review
commit 56c62a3292

@ -223,6 +223,12 @@ outputs:
with_together:
- "{{ dns_listen_ips }}"
- "{{ groups['designate_bind'] | difference(groups['excluded_overcloud']) }}"
- name: distribute listen IPs for configuring allow-notify list
set_fact:
tripleo_other_allow_notify: "{{ dns_listen_ips }}"
delegate_facts: true
delegate_to: "{{ item }}"
loop: "{{ groups['designate_bind'] | difference(groups['excluded_overcloud']) }}"
- name: Configure ports to allow bind to collocate with other services listening on DNS ports
when: