Alexandros Kosiaris has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/358335 )
Change subject: Introduce neon.eqiad.wmnet ...................................................................... Introduce neon.eqiad.wmnet Add a kubernetes master for the staging kuberenetes environment. We reuse the neon element name, which our policy was against in the past but given the lack of other names, it's warranted Bug: T162045 Change-Id: Idd011b233a9c60048888b02faab69f5bba2c0d05 --- M templates/1.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa M templates/10.in-addr.arpa M templates/wmnet 3 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/35/358335/1 diff --git a/templates/1.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa b/templates/1.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa index ef75d6e..f6a84f8 100644 --- a/templates/1.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa +++ b/templates/1.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa @@ -126,6 +126,7 @@ 3.1.0.0.2.3.0.0.4.6.0.0.0.1.0.0 1H IN PTR terbium.eqiad.wmnet. 0.2.0.0.2.3.0.0.4.6.0.0.0.1.0.0 1H IN PTR neodymium.eqiad.wmnet. +7.2.0.0.2.3.0.0.4.6.0.0.0.1.0.0 1H IN PTR neon.eqiad.wmnet. ; VM on ganeti01.svc.eqiad.wmnet 1.8.0.0.2.3.0.0.4.6.0.0.0.1.0.0 1H IN PTR cp1099.eqiad.wmnet. 7.9.0.0.2.3.0.0.4.6.0.0.0.1.0.0 1H IN PTR cp1045.eqiad.wmnet. diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index dd2c229..980f00e 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -692,7 +692,7 @@ 24 1H IN PTR roentgenium.eqiad.wmnet. ; VM on the ganeti01.svc.eqiad.wmnet cluster 25 1H IN PTR db1055.eqiad.wmnet. 26 1H IN PTR db1056.eqiad.wmnet. - +27 1H IN PTR neon.eqiad.wmnet. ; VM on ganeti01.svc.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. diff --git a/templates/wmnet b/templates/wmnet index 5fbaa10..d4cee1c 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -714,6 +714,8 @@ mwreleases1001 1H IN A 10.64.32.226 ; VM on the ganeti01.svc.eqiad.wmnet cluster neodymium 1H IN A 10.64.32.20 neodymium 1H IN AAAA 2620:0:861:103:10:64:32:20 +neon 1H IN A 10.64.32.27 ; VM on ganeti01.svc.eqiad.wmnet +neon 1H IN AAAA 2620:0:861:103:10:64:32:27 ; VM on ganeti01.svc.eqiad.wmnet nitrogen 1H IN A 10.64.32.199 ; VM on the ganeti01.svc.eqiad.wmnet cluster ocg1001 1H IN A 10.64.32.151 ocg1002 1H IN A 10.64.48.42 -- To view, visit https://gerrit.wikimedia.org/r/358335 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd011b233a9c60048888b02faab69f5bba2c0d05 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
