Add review03 to forward DNS
This adds review03 records to our forward opendev.org DNS zone. We don't add SSHFP records because review servers run two ssh servers and SSHFP cannot distinguish between them. We also need to ask vexxhost to add reverse ptr records for the A and AAAA records added in this change. Change-Id: Idfb57d50a864e6df6cd9bd6d89e482b77f90153e
This commit is contained in:
parent
a8383f506f
commit
a054570c84
@ -2,7 +2,7 @@
|
||||
$ORIGIN opendev.org.
|
||||
$TTL 1h
|
||||
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
|
||||
1743107935 ; serial number unixtime
|
||||
1744143031 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
@ -687,6 +687,12 @@ review02 IN CAA 0 issue "letsencrypt.org"
|
||||
review02 IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
||||
_acme-challenge.review02 IN CNAME acme.opendev.org.
|
||||
|
||||
review03 IN A 162.253.55.233
|
||||
review03 IN AAAA 2604:e100:1:0:f816:3eff:fe31:926a
|
||||
review03 IN CAA 0 issue "letsencrypt.org"
|
||||
review03 IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
||||
_acme-challenge.review03 IN CNAME acme.opendev.org.
|
||||
|
||||
static IN CNAME static02
|
||||
_acme-challenge.static IN CNAME acme.opendev.org.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user