Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327266 )

Change subject: add tendril[12]001, v4 and v6 IPs
......................................................................

add tendril[12]001, v4 and v6 IPs

Adds IP addresses for tendril, which is a pre-requisite
to creating ganeti instances for it.

As the request ticket says they need to be external IPs,
so we are in wikimedia.org.

Since 2 VMs are requested, one for each DC, it's creating
them as 1001/2001 rather than using element/star hostnames.

Add IPv6 added just because it should be a default for
new things unless there is a reason not to support it.

Bug: T149340
Bug: T149557
Change-Id: I75cbe1e25855b300426fa26aa5a576d0c24163dc
---
M templates/0.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa
M templates/1.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa
M templates/153.80.208.in-addr.arpa
M templates/155.80.208.in-addr.arpa
M templates/wikimedia.org
5 files changed, 10 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dns 
refs/changes/66/327266/1

diff --git a/templates/0.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa 
b/templates/0.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa
index b8740f4..dca5dfd 100644
--- a/templates/0.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa
+++ b/templates/0.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa
@@ -46,6 +46,7 @@
 2.0.0.0.0.0.0.0.0.0.0.0.0.0.e.f 1H IN PTR   ae3-2003.cr2-codfw.wikimedia.org.
 
 4.7.0.0.3.5.1.0.0.8.0.0.8.0.2.0 1H IN PTR   tegmen.wikimedia.org.
+5.7.0.0.3.5.1.0.0.8.0.0.8.0.2.0 1H IN PTR   tendril2001.wikimedia.org.
 
 ; public1-d-codfw (2620:0:860:4::/64)
 $ORIGIN 4.0.0.0.{{ zonename }}.
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 fa4e322..1e2138b 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
@@ -82,7 +82,7 @@
 2.0.0.0.0.0.0.0.0.0.0.0.0.0.e.f 1H IN PTR   ae4-1004.cr2-eqiad.wikimedia.org.
 
 9.1.1.0.5.5.1.0.0.8.0.0.8.0.2.0 1H IN PTR   einsteinium.wikimedia.org.
-
+0.2.1.0.5.5.1.0.0.8.0.0.8.0.2.0 1H IN PTR   tendril1001.wikimedia.org.
 
 ; eqiad private subnets (2620:0:861:100::/56)
 
diff --git a/templates/153.80.208.in-addr.arpa 
b/templates/153.80.208.in-addr.arpa
index 1f468a5..29f121b 100644
--- a/templates/153.80.208.in-addr.arpa
+++ b/templates/153.80.208.in-addr.arpa
@@ -61,6 +61,7 @@
 72  1H  IN PTR  vl2003-eth2.lvs2005.codfw.wmnet.
 73  1H  IN PTR  vl2003-eth2.lvs2006.codfw.wmnet.
 74  1H  IN PTR  tegmen.wikimedia.org.
+75  1H  IN PTR  tendril2001.wikimedia.org.
 
 ; 208.80.153.96/27 (public1-d-codfw)
 97  1H  IN PTR  vrrp-gw-2004.wikimedia.org.
diff --git a/templates/155.80.208.in-addr.arpa 
b/templates/155.80.208.in-addr.arpa
index b6a461b..e73ab37 100644
--- a/templates/155.80.208.in-addr.arpa
+++ b/templates/155.80.208.in-addr.arpa
@@ -63,6 +63,7 @@
 117 1H IN PTR   labservices1001.wikimedia.org.
 118 1H IN PTR   labs-recursor0.wikimedia.org.
 119 1H IN PTR   einsteinium.wikimedia.org.
+120 1H IN PTR   tendril2001.wikimedia.org.
 
 ; 208.80.155.128/25 Eqiad Labs virtualization subnet
 ; Delegate 208.80.155.128 - 208.80.155.255 to labs-ns*
@@ -197,4 +198,4 @@
 252 1H IN CNAME 252.128-25
 253 1H IN CNAME 253.128-25
 254 1H IN CNAME 254.128-25
-255 1H IN CNAME 255.128-25
\ No newline at end of file
+255 1H IN CNAME 255.128-25
diff --git a/templates/wikimedia.org b/templates/wikimedia.org
index 82acfc7..93e8ce1 100644
--- a/templates/wikimedia.org
+++ b/templates/wikimedia.org
@@ -523,6 +523,11 @@
 
 svn             600 IN DYNA     geoip!text-addrs
 
+tendril1001     600 IN A        208.80.155.120
+tendril1001     600 IN AAAA     2620:0:861:4:208:80:155:120
+tendril2001     600 IN A        208.80.153.75
+tendril2001     600 IN AAAA     2620:0:860:3:208:80:153:75
+
 toolsadmin      600 IN DYNA     geoip!misc-addrs
 
 torrus          600 IN DYNA     geoip!misc-addrs

-- 
To view, visit https://gerrit.wikimedia.org/r/327266
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75cbe1e25855b300426fa26aa5a576d0c24163dc
Gerrit-PatchSet: 1
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to