Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/315060
Change subject: Introduce sca1003, sca1004 and sca2003, sca2004 as VMs ...................................................................... Introduce sca1003, sca1004 and sca2003, sca2004 as VMs Will be migrating the last vestige of the sca cluster, zotero, in a VM cluster to free up the hardware resources it is consuming Bug: T147409 Change-Id: I1cf2ffc02db8ace68d7ebdbca1a83aa0bb587cef --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/60/315060/1 diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index fa81a72..2430361 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -697,7 +697,7 @@ 25 1H IN PTR db1055.eqiad.wmnet. 26 1H IN PTR db1056.eqiad.wmnet. 27 1H IN PTR db1057.eqiad.wmnet. - +28 1H IN PTR sca1003.eqiad.wmnet. ; VM on the ganeti01.svc.eqiad.wmnet cluster 29 1H IN PTR db1059.eqiad.wmnet. 30 1H IN PTR db1060.eqiad.wmnet. 31 1H IN PTR mw1161.eqiad.wmnet. @@ -793,6 +793,7 @@ 122 1H IN PTR elastic1029.eqiad.wmnet. 123 1H IN PTR wmf4748.eqiad.wmnet. 124 1H IN PTR wmf4749.eqiad.wmnet. +125 1H IN PTR sca1004.eqiad.wmnet. ; VM on the ganeti01.svc.eqiad.wmnet cluster 135 1H IN PTR hassium.eqiad.wmnet. ; VM on the ganeti01.svc.eqiad.wmnet cluster 136 1H IN PTR db1078.eqiad.wmnet. @@ -2745,6 +2746,8 @@ 26 1H IN PTR ms-fe2004.codfw.wmnet. 27 1H IN PTR es2003.codfw.wmnet. 28 1H IN PTR es2004.codfw.wmnet. +29 1H IN PTR sca2003.codfw.wmnet. +30 1H IN PTR sca2004.codfw.wmnet. 32 1H IN PTR ms-be2014.codfw.wmnet. 33 1H IN PTR graphite2001.codfw.wmnet. diff --git a/templates/wmnet b/templates/wmnet index 951eafc..2189022 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -792,6 +792,8 @@ scandium 1H IN A 10.64.4.12 sca1001 1H IN A 10.64.32.153 sca1002 1H IN A 10.64.48.29 +sca1003 1H IN A 10.64.32.28 +sca1004 1H IN A 10.64.32.125 scb1001 1H IN A 10.64.0.16 scb1002 1H IN A 10.64.16.21 snapshot1001 1H IN A 10.64.0.120 @@ -2785,6 +2787,8 @@ sarin 1H IN A 10.192.0.140 sca2001 1H IN A 10.192.0.33 sca2002 1H IN A 10.192.16.36 +sca2003 1H IN A 10.192.16.29 +sca2004 1H IN A 10.192.16.30 scb2001 1H IN A 10.192.32.132 scb2002 1H IN A 10.192.48.43 subra 1H IN A 10.192.16.124 -- To view, visit https://gerrit.wikimedia.org/r/315060 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1cf2ffc02db8ace68d7ebdbca1a83aa0bb587cef Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Alexandros Kosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
