Update static.o.o CNAME to point at static02
This is a new jammy static afs backed webserver. We temporarily lower the record TTL to 300 seconds in case this needs to be reverted for some reason. We will reset the TTL when we clean up static01 records after deciding the old server isn't necessary anymore. Change-Id: I79d0c683a14417758061729a010fc1e5b20ad470
This commit is contained in:
parent
8fea73262b
commit
9f17e09656
@ -2,7 +2,7 @@
|
||||
$ORIGIN opendev.org.
|
||||
$TTL 1h
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
||||
1680557970 ; serial number unixtime
|
||||
1680804387 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
@ -685,8 +685,8 @@ static01 IN SSHFP 4 2 be35ecf1584f699769c77e34ee4014c36d5daa1290b950a414311b86
|
||||
static01 IN CAA 0 issue "letsencrypt.org"
|
||||
static01 IN CAA 0 iodef "mailto:infra-root@openstack.org"
|
||||
_acme-challenge.static01 IN CNAME acme.opendev.org.
|
||||
; TODO move these records below to static02 when we clean up static01
|
||||
static IN CNAME static01
|
||||
|
||||
static 300 IN CNAME static02
|
||||
_acme-challenge.static IN CNAME acme.opendev.org.
|
||||
|
||||
static02 IN A 104.130.253.131
|
||||
|
Loading…
x
Reference in New Issue
Block a user