RobH has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/348103 )
Change subject: setting up dns for naos ...................................................................... setting up dns for naos new deployment system for codfw to replace mira, reallocation of a spare system that was graphite2003 in dns. Bug:T162900 Change-Id: I863558e57a8d6810ebeeed165876d4cf28bef776 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 4 insertions(+), 4 deletions(-) Approvals: jenkins-bot: Verified RobH: Looks good to me, approved diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index b557477..3773a3c 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -2953,7 +2953,7 @@ 19 1H IN PTR dbstore2002.codfw.wmnet. 20 1H IN PTR scb2006.codfw.wmnet. 21 1H IN PTR oresrdb2002.codfw.wmnet. -22 1H IN PTR graphite2003.codfw.wmnet. +22 1H IN PTR naos.codfw.wmnet. 24 1H IN PTR mc2017.codfw.wmnet. 25 1H IN PTR mc2018.codfw.wmnet. @@ -4229,7 +4229,7 @@ 251 1H IN PTR wmf6403.mgmt.codfw.wmnet. 252 1H IN PTR phab2001.mgmt.codfw.wmnet. 252 1H IN PTR wmf6405.mgmt.codfw.wmnet. -253 1H IN PTR graphite2003.mgmt.codfw.wmnet. +253 1H IN PTR naos.mgmt.codfw.wmnet. 253 1H IN PTR wmf6406.mgmt.codfw.wmnet. 254 1H IN PTR tempdb2001.mgmt.codfw.wmnet. 254 1H IN PTR wmf6407.mgmt.codfw.wmnet. diff --git a/templates/wmnet b/templates/wmnet index 9261bcf..72576fb 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -2516,7 +2516,6 @@ ganeti2006 1H IN A 10.192.16.130 graphite2001 1H IN A 10.192.16.33 graphite2002 1H IN A 10.192.32.140 -graphite2003 1H IN A 10.192.32.22 hassaleh 1H IN A 10.192.16.173 heze 1H IN A 10.192.0.31 kafka2001 1H IN A 10.192.0.139 @@ -2775,6 +2774,7 @@ mw2259 1H IN A 10.192.16.58 mw2260 1H IN A 10.192.16.59 mwlog2001 1H IN A 10.192.32.131 +naos 1H IN A 10.192.32.22 nihal 1H IN A 10.192.16.184 ; VM on the ganeti01.svc.codfw.wmnet cluster oresrdb2001 1H IN A 10.192.16.31 ; VM on the ganeti01.svc.codfw.wmnet cluster oresrdb2002 1H IN A 10.192.32.21 @@ -3224,7 +3224,6 @@ gerrit2001 1H IN A 10.193.3.1 graphite2001 1H IN A 10.193.2.14 graphite2002 1H IN A 10.193.2.251 -graphite2003 1H IN A 10.193.2.253 haedus 1H IN A 10.193.2.1 heze 1H IN A 10.193.1.250 install2001 1H IN A 10.193.1.10 @@ -3489,6 +3488,7 @@ mw2259 1H IN A 10.193.3.14 mw2260 1H IN A 10.193.3.15 mwlog2001 1H IN A 10.193.2.246 +naos 1H IN A 10.193.2.253 nembus 1H IN A 10.193.1.251 maps2001 1H IN A 10.193.3.8 maps2002 1H IN A 10.193.3.9 -- To view, visit https://gerrit.wikimedia.org/r/348103 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I863558e57a8d6810ebeeed165876d4cf28bef776 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
