Dzahn has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/351877 )
Change subject: DNS: Add mgmt dns entries for ganeti200[7-8] ...................................................................... DNS: Add mgmt dns entries for ganeti200[7-8] Bug:T164011 Change-Id: If9ce138a59f1090d0a6b3375b4908d8833e3cf4c --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 8 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 505f028..7838aea 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -4063,6 +4063,10 @@ 127 1H IN PTR wmf6553.mgmt.codfw.wmnet. 128 1H IN PTR db2092.mgmt.codfw.wmnet. 128 1H IN PTR wmf6554.mgmt.codfw.wmnet. +129 1H IN PTR ganeti2007.mgmt.codfw.wmnet. +129 1H IN PTR wmf6556.mgmt.codfw.wmnet. +130 1H IN PTR ganeti2008.mgmt.codfw.wmnet. +130 1H IN PTR wmf6557.mgmt.codfw.wmnet. 137 1H IN PTR mc2017.mgmt.codfw.wmnet. 137 1H IN PTR wmf5837.mgmt.codfw.wmnet. diff --git a/templates/wmnet b/templates/wmnet index 5dd1918..2d136d6 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -3263,6 +3263,8 @@ ganeti2004 1H IN A 10.193.2.168 ganeti2005 1H IN A 10.193.2.169 ganeti2006 1H IN A 10.193.2.170 +ganeti2007 1H IN A 10.193.2.129 +ganeti2008 1H IN A 10.193.2.130 gerrit2001 1H IN A 10.193.3.1 graphite2001 1H IN A 10.193.2.14 graphite2002 1H IN A 10.193.2.251 @@ -4102,6 +4104,8 @@ wmf6552 1H IN A 10.193.2.126 wmf6553 1H IN A 10.193.2.127 wmf6554 1H IN A 10.193.2.128 +wmf6556 1H IN A 10.193.2.129 +wmf6557 1H IN A 10.193.2.130 ; ; ESAMS -- To view, visit https://gerrit.wikimedia.org/r/351877 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If9ce138a59f1090d0a6b3375b4908d8833e3cf4c Gerrit-PatchSet: 2 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Papaul <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
