BBlack has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/389869 )
Change subject: git-ssh.wm.o: reduce to 10m TTL for failover ...................................................................... git-ssh.wm.o: reduce to 10m TTL for failover Bug: T164810 Change-Id: I3fde1bcd720c8a3304f506d9b3b4777f5ddff248 --- M templates/wikimedia.org 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: BBlack: Looks good to me, approved 20after4: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/templates/wikimedia.org b/templates/wikimedia.org index fc267a7..83e86a9 100644 --- a/templates/wikimedia.org +++ b/templates/wikimedia.org @@ -298,8 +298,8 @@ git-ssh.eqiad 1H IN A 208.80.154.250 git-ssh.eqiad 1H IN AAAA 2620:0:861:ed1a::3:16 -git-ssh 1H IN A 208.80.154.250 -git-ssh 1H IN AAAA 2620:0:861:ed1a::3:16 +git-ssh 600 IN A 208.80.154.250 +git-ssh 600 IN AAAA 2620:0:861:ed1a::3:16 ;;; ulsfo text-lb.ulsfo 600 IN DYNA geoip!text-addrs/ulsfo -- To view, visit https://gerrit.wikimedia.org/r/389869 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3fde1bcd720c8a3304f506d9b3b4777f5ddff248 Gerrit-PatchSet: 2 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: BBlack <[email protected]> Gerrit-Reviewer: 20after4 <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
