Update etherpad.o.o to point at etherpad02
This updates etherpad.opendev.org CNAME etherpad01 to etherpad02 as the target which will change the production etherpad server. For this reason landing this change needs to happen when both etherpad services are stopped. Then we can migrate the database while this change lands. Once the db migration is complete we can start the services back on only 02 and wait for DNS to propagate. Change-Id: Ib1f6379a2d3bf1f74c67db9ffd303eb86ea2ba0a
This commit is contained in:
parent
7f21ac42e7
commit
e0e97bf791
@ -2,7 +2,7 @@
|
||||
$ORIGIN opendev.org.
|
||||
$TTL 1h
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
||||
1681710455 ; serial number unixtime
|
||||
1681923134 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
@ -155,8 +155,8 @@ etherpad01 IN SSHFP 3 2 6f7510535a914303836ed04aaa987644018739f50d8d92eefb64dcd
|
||||
etherpad01 IN SSHFP 4 1 0a49fd9e78454dc1d895e36d12b61a579f1f9525
|
||||
etherpad01 IN SSHFP 4 2 4517edbe2ce4c60ce0da431e7f0240a26c342493e4c2245204df16ab6ac04146
|
||||
_acme-challenge.etherpad01 IN CNAME acme.opendev.org.
|
||||
; TODO move this to etherpad02 when we cleanup etherpad01
|
||||
etherpad 300 IN CNAME etherpad01
|
||||
|
||||
etherpad 300 IN CNAME etherpad02
|
||||
_acme-challenge.etherpad IN CNAME acme.opendev.org.
|
||||
|
||||
etherpad02 IN A 104.239.145.42
|
||||
|
Loading…
x
Reference in New Issue
Block a user