Add the new Noble IAD rackspace Mirror to DNS
We have a new mirror to replace the old one. Unlike the DFW mirror this is just for normal replacement cycles. Put it in DNS. Change-Id: I69f1fad42e2875090d3f8401ab5a9944a5c73e1c
This commit is contained in:
parent
ff32e5b5b7
commit
2a3ca39787
@ -2,7 +2,7 @@
|
|||||||
$ORIGIN opendev.org.
|
$ORIGIN opendev.org.
|
||||||
$TTL 1h
|
$TTL 1h
|
||||||
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
|
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
|
||||||
1743025159 ; serial number unixtime
|
1743093283 ; serial number unixtime
|
||||||
1h ; refresh (secondary checks for updates)
|
1h ; refresh (secondary checks for updates)
|
||||||
10m ; retry (secondary retries failed axfr)
|
10m ; retry (secondary retries failed axfr)
|
||||||
10d ; expire (secondary ends serving old data)
|
10d ; expire (secondary ends serving old data)
|
||||||
@ -460,14 +460,32 @@ mirror01.iad.rax IN SSHFP 4 2 d2285cdcc7f85653fde9617d8ae4a52be343b8bbfee48280
|
|||||||
_acme-challenge.mirror01.iad.rax IN CNAME acme.opendev.org.
|
_acme-challenge.mirror01.iad.rax IN CNAME acme.opendev.org.
|
||||||
mirror01.iad.rax IN CAA 0 issue "letsencrypt.org"
|
mirror01.iad.rax IN CAA 0 issue "letsencrypt.org"
|
||||||
mirror01.iad.rax IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
mirror01.iad.rax IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
||||||
mirror.iad.rax IN CNAME mirror01.iad.rax
|
|
||||||
_acme-challenge.mirror.iad.rax IN CNAME acme.opendev.org.
|
|
||||||
; Internal RAX network
|
; Internal RAX network
|
||||||
mirror01-int.iad.rax IN A 10.208.224.52
|
mirror01-int.iad.rax IN A 10.208.224.52
|
||||||
_acme-challenge.mirror01-int.iad.rax IN CNAME acme.opendev.org.
|
_acme-challenge.mirror01-int.iad.rax IN CNAME acme.opendev.org.
|
||||||
mirror01-int.iad.rax IN CAA 0 issue "letsencrypt.org"
|
mirror01-int.iad.rax IN CAA 0 issue "letsencrypt.org"
|
||||||
mirror01-int.iad.rax IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
mirror01-int.iad.rax IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
||||||
mirror-int.iad.rax IN CNAME mirror01-int.iad.rax
|
|
||||||
|
mirror02.iad.rax IN A 172.99.69.84
|
||||||
|
mirror02.iad.rax IN AAAA 2001:4802:7805:104:be76:4eff:fe20:1d8f
|
||||||
|
mirror02.iad.rax IN SSHFP 1 1 1e6e4c37d6773422a3cba6709e80844cc040125a
|
||||||
|
mirror02.iad.rax IN SSHFP 1 2 d4fef4d8bfe666547ec4abd05ed9c16ddff1ba583f5ca5c6256c3aa606068c79
|
||||||
|
mirror02.iad.rax IN SSHFP 3 1 11edea80273bb7522fab151eb0f89c73c193b581
|
||||||
|
mirror02.iad.rax IN SSHFP 3 2 dc27498325ca5584be11c0ec1f3d88e81b64ed4f2242e5d07955ec12ae33e0ba
|
||||||
|
mirror02.iad.rax IN SSHFP 4 1 d3844becd37a174c96b644a28a9905b381b32943
|
||||||
|
mirror02.iad.rax IN SSHFP 4 2 bc6d7b2b515d31a207e034ecda923f9b5095a1ec431e68a1b59c2fdc53788930
|
||||||
|
_acme-challenge.mirror02.iad.rax IN CNAME acme.opendev.org.
|
||||||
|
mirror02.iad.rax IN CAA 0 issue "letsencrypt.org"
|
||||||
|
mirror02.iad.rax IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
||||||
|
; Internal RAX network
|
||||||
|
mirror02-int.iad.rax IN A 10.209.129.133
|
||||||
|
_acme-challenge.mirror02-int.iad.rax IN CNAME acme.opendev.org.
|
||||||
|
mirror02-int.iad.rax IN CAA 0 issue "letsencrypt.org"
|
||||||
|
mirror02-int.iad.rax IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
||||||
|
|
||||||
|
mirror.iad.rax 300 IN CNAME mirror01.iad.rax
|
||||||
|
_acme-challenge.mirror.iad.rax IN CNAME acme.opendev.org.
|
||||||
|
mirror-int.iad.rax 300 IN CNAME mirror01-int.iad.rax
|
||||||
_acme-challenge.mirror-int.iad.rax IN CNAME acme.opendev.org.
|
_acme-challenge.mirror-int.iad.rax IN CNAME acme.opendev.org.
|
||||||
|
|
||||||
mirror02.ord.rax IN A 23.253.20.59
|
mirror02.ord.rax IN A 23.253.20.59
|
||||||
|
Loading…
x
Reference in New Issue
Block a user