RobH has submitted this change and it was merged. Change subject: Revert "adding lead dns entries" ......................................................................
Revert "adding lead dns entries" I had the wrong racktables tab open and put the dns entry for lead in the incorrect row/vlan/subnet. I put in A, it actually exists in C. Reverting my change. This reverts commit c81fac31f3873dfa94fc54ce8c0e65c160b3799b. Change-Id: I4eba1f497f09810e9752ba9432fc6f0d0d2875a1 --- M templates/154.80.208.in-addr.arpa M templates/wikimedia.org 2 files changed, 1 insertion(+), 3 deletions(-) Approvals: RobH: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/154.80.208.in-addr.arpa b/templates/154.80.208.in-addr.arpa index b3bc015..6bcac60 100644 --- a/templates/154.80.208.in-addr.arpa +++ b/templates/154.80.208.in-addr.arpa @@ -21,7 +21,7 @@ 3 1H IN PTR ae1-1001.cr2-eqiad.wikimedia.org. 4 1H IN PTR lists.wikimedia.org. 5 1H IN PTR magnesium.wikimedia.org. -6 1H IN PTR lead.wikimedia.org. + 7 1H IN PTR antimony.wikimedia.org. 10 1H IN PTR carbon.wikimedia.org. 11 1H IN PTR dataset1001.wikimedia.org. diff --git a/templates/wikimedia.org b/templates/wikimedia.org index 52342fb..116fa88 100644 --- a/templates/wikimedia.org +++ b/templates/wikimedia.org @@ -142,8 +142,6 @@ labservices1001 1H IN A 208.80.155.117 labtestcontrol2001 1H IN A 208.80.153.47 labtestservices2001 1H IN A 208.80.153.48 -lead 1H IN A 208.80.154.6 - 1H IN AAAA 2620:0:861:3:208:80:154:6 lvs1001 1H IN A 208.80.154.55 lvs1002 1H IN A 208.80.154.56 lvs1003 1H IN A 208.80.154.57 -- To view, visit https://gerrit.wikimedia.org/r/270332 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4eba1f497f09810e9752ba9432fc6f0d0d2875a1 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: RobH <[email protected]> Gerrit-Reviewer: RobH <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
