Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/317296

Change subject: add git-ssh.codfw.wikimedia.org service IP
......................................................................

add git-ssh.codfw.wikimedia.org service IP

We will need git-ssh.codfw.wikimedia.org. equivalent
to the existing git-ssh.eqiad.wikimedia.org. to fix
the puppetization of phab2001.

See hieradata/role/eqiad/phabricator/main.yaml
for the realserver_ips and listen_addresses. These currently
don't exist for codfw and are hardcoded to the eqiad addreses
in modules/role/manifests/phabricator/main.pp.

To make that flexible we have to add this first.

Bug: T143363
Change-Id: I8a439c3e70d90685f9028f18a0b0768d82555a5f
---
M templates/0.6.8.0.0.0.0.0.0.2.6.2.ip6.arpa
M templates/153.80.208.in-addr.arpa
M templates/wikimedia.org
3 files changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dns 
refs/changes/96/317296/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 6d07199..e648ee7 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
@@ -201,6 +201,7 @@
 $ORIGIN 3.0.0.0.0.0.0.0.0.0.0.0.a.1.d.e.{{ zonename }}.
 
 d.0.0.0 1H IN PTR  misc-web-lb.codfw.wikimedia.org.
+a.f.0.0 1H IN PTR  git-ssh.codfw.wikimedia.org.
 e.f.0.0 1H IN PTR  dns-rec-lb.codfw.wikimedia.org.
 
 
diff --git a/templates/153.80.208.in-addr.arpa 
b/templates/153.80.208.in-addr.arpa
index ef0257f..0cee830 100644
--- a/templates/153.80.208.in-addr.arpa
+++ b/templates/153.80.208.in-addr.arpa
@@ -154,4 +154,6 @@
 
 248  1H  IN PTR misc-web-lb.codfw.wikimedia.org.
 
+250  1H  IN PTR git-ssh.codfw.wikimedia.org.
+
 254  1H  IN PTR dns-rec-lb.codfw.wikimedia.org. ; not actually public!
diff --git a/templates/wikimedia.org b/templates/wikimedia.org
index 9cfd44c..0ee908d 100644
--- a/templates/wikimedia.org
+++ b/templates/wikimedia.org
@@ -238,9 +238,9 @@
 ores                600 IN DYNA geoip!misc-addrs
 
 git-ssh.eqiad       1H  IN A    208.80.154.250
-                    1H  IN AAAA 2620:0:861:ed1a::3:16
+git-ssh.eqiad       1H  IN AAAA 2620:0:861:ed1a::3:16
 git-ssh             1H  IN A    208.80.154.250
-                    1H  IN AAAA 2620:0:861:ed1a::3:16
+git-ssh             1H  IN AAAA 2620:0:861:ed1a::3:16
 
 ;;; ulsfo
 text-lb.ulsfo       600 IN DYNA geoip!text-addrs/ulsfo
@@ -260,6 +260,9 @@
 misc-web-lb.codfw   600 IN DYNA geoip!misc-addrs/codfw
 donate-lb.codfw     600 IN DYNA geoip!text-addrs/codfw
 
+git-ssh.codfw       1H  IN A    208.80.153.250
+git-ssh.codfw       1H  IN AAAA 2620:0:860:ed1a::3:fa
+
 ;;; esams
 text-lb.esams       600 IN DYNA geoip!text-addrs/esams
 upload-lb.esams     600 IN DYNA geoip!upload-addrs/esams

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a439c3e70d90685f9028f18a0b0768d82555a5f
Gerrit-PatchSet: 1
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to