0746dc187b
Logs show that the nameservers are being notified via ipv6 and rejecting the request: nsd[18851]: notify for acme.opendev.org. \ from 2001:4800:7819:104:be76:4eff:fe04:43d0 refused, no acl matches. Modify the nsd ACL to allow the ipv6 of the master to trigger updates. This is important for the letsencrypt process, where we need the acme.opendev.org domain updated in a timely fashion so that TXT authentication works. Change-Id: I785f9636dd05e15b8ffd211845f439be7e8344a3
21 lines
630 B
YAML
21 lines
630 B
YAML
dns_repos:
|
|
- name: zone-opendev.org
|
|
url: https://opendev.org/opendev/zone-opendev.org
|
|
- name: zone-zuul-ci.org
|
|
url: https://opendev.org/opendev/zone-zuul-ci.org
|
|
dns_zones:
|
|
- name: opendev.org
|
|
source: zone-opendev.org/zones/opendev.org/
|
|
- name: acme.opendev.org
|
|
source: zone-opendev.org/zones/acme.opendev.org/
|
|
unmanaged: True
|
|
- name: zuul-ci.org
|
|
source: zone-zuul-ci.org/zones/zuul-ci.org/
|
|
- name: zuulci.org
|
|
source: zone-zuul-ci.org/zones/zuulci.org/
|
|
dns_notify:
|
|
- 104.239.140.165
|
|
- 162.253.55.16
|
|
dns_master_ipv4: 104.239.146.24
|
|
dns_master_ipv6: 2001:4800:7819:104:be76:4eff:fe04:43d0
|