Clark Boylan c98b81258e Update zuul dns records to the new static02 server
For records that can be CNAMEs we convert from A/AAAA records to CNAME
records to static.opendev.org. This will cut down on future updates
needed as we can simply update that CNAME in the future. For the @
records CNAMEs are not allowed forcing us to update the A/AAAA records
to point to the new IP addresses. I've also lowered the TTLs on the
A/AAAA records in case we need to revert.

I did not lower the TTLs on the CNAME records because we can simply
change the CNAME which has a small TTL for those records instead.

Depends-On: https://review.opendev.org/c/opendev/zone-opendev.org/+/879780
Change-Id: I82772e4bc8c742cc32febb11e3f2ac77ea8fffff
2023-04-06 11:21:18 -07:00

30 lines
1.2 KiB
Plaintext

; -*- mode: zone -*-
$ORIGIN zuul-ci.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
1680805031 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
5m ) ; min ttl (cache time for failed lookups)
@ IN NS ns1.opendev.org.
@ IN NS ns2.opendev.org.
@ 300 IN A 104.130.253.131
@ 300 IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
@ IN TXT google-site-verification=qV9PGeBrEuWddnzR_BtHoTnG9xrUbgW5CB16Q1iFyRw
ns1 IN A 23.253.236.219
ns1 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:3fc7
ns2 IN A 162.253.55.139
ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe53:ee69
; We use address records for lists01.opendev.org here instead of a CNAME
lists IN A 162.209.78.70
lists IN AAAA 2001:4800:7813:516:be76:4eff:fe04:5423
_acme-challenge.lists IN CNAME acme.opendev.org.
www IN CNAME static.opendev.org.
git IN CNAME static.opendev.org.
registry IN CNAME static.opendev.org.
_acme-challenge IN CNAME acme.opendev.org.
_acme-challenge.www IN CNAME acme.opendev.org.
_acme-challenge.git IN CNAME acme.opendev.org.
_acme-challenge.registry IN CNAME acme.opendev.org.