Papaul has uploaded a new change for review. https://gerrit.wikimedia.org/r/321472
Change subject: Add mgmt DNS entries for restbase201[0-2] Bug:T150680 ...................................................................... Add mgmt DNS entries for restbase201[0-2] Bug:T150680 Change-Id: I3f0c89b6e0c5019d6da49fc68ba7c527178ab88c --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/72/321472/1 diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 5633376..0299e6c 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -3399,6 +3399,12 @@ 150 1H IN PTR wmf6467.mgmt.codfw.wmnet. 151 1H IN PTR wmf6468.mgmt.codfw.wmnet. 152 1H IN PTR wmf6469.mgmt.codfw.wmnet. +153 1H IN PTR restbase2010.mgmt.codfw.wmnet. +153 1H IN PTR wmf6470.mgmt.codfw.wmnet. +154 1H IN PTR restbase2011.mgmt.codfw.wmnet. +154 1H IN PTR wmf6471.mgmt.codfw.wmnet. +155 1H IN PTR restbase2012.mgmt.codfw.wmnet. +155 1H IN PTR wmf6472.mgmt.codfw.wmnet. 175 1H IN PTR mw2075.mgmt.codfw.wmnet. 176 1H IN PTR mw2076.mgmt.codfw.wmnet. diff --git a/templates/wmnet b/templates/wmnet index 70de007..b62f7b0 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -3273,6 +3273,9 @@ restbase2007 1H IN A 10.193.3.5 restbase2008 1H IN A 10.193.3.6 restbase2009 1H IN A 10.193.3.7 +restbase2010 1H IN A 10.193.1.153 +restbase2011 1H IN A 10.193.1.154 +restbase2012 1H IN A 10.193.1.155 sarin 1H IN A 10.193.2.234 scb2001 1H IN A 10.193.1.28 scb2002 1H IN A 10.193.2.230 @@ -3761,6 +3764,9 @@ WMF6467 1H IN A 10.193.1.150 WMF6468 1H IN A 10.193.1.151 WMF6469 1H IN A 10.193.1.152 +WMF6470 1H IN A 10.193.1.153 +WMF6471 1H IN A 10.193.1.154 +WMF6472 1H IN A 10.193.1.155 ; ; ESAMS -- To view, visit https://gerrit.wikimedia.org/r/321472 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3f0c89b6e0c5019d6da49fc68ba7c527178ab88c Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Papaul <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
