Reduce the review.o.o record TTL

The review.opendev.org CNAME record's TTL is being reduced to 300
seconds in preparation for the move to the new review03 server. It
should be safe to land this at any time. Users will just make more
frequent DNS queries for this record.

Change-Id: I9fae1f0bf98516856c614e27745d7a018332f459
This commit is contained in:
Clark Boylan 2025-04-14 09:10:10 -07:00
parent a054570c84
commit 21ce42dc67

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 1h
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
1744143031 ; serial number unixtime
1744646971 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -678,7 +678,7 @@ _acme-challenge.ptgbot IN CNAME acme.opendev.org.
; Note that review servers do not have SSHFP records as they run
; multiple ssh services with different keys (host ssh and gerrit ssh).
; SSHFP has no way to express what port the keys relate to.
review IN CNAME review02
review 300 IN CNAME review02
_acme-challenge.review IN CNAME acme.opendev.org.
review02 IN A 199.204.45.33