From e0e97bf7912068031e7d4a8342b3a49a3e9727d9 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 12 Apr 2023 09:34:18 -0700 Subject: [PATCH] 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 --- zones/opendev.org/zone.db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zones/opendev.org/zone.db b/zones/opendev.org/zone.db index 5daa3f5..fa06c38 100644 --- a/zones/opendev.org/zone.db +++ b/zones/opendev.org/zone.db @@ -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