Faidon has submitted this change and it was merged.

Change subject: Add new ns0/ns1 service IPs to dobson & linne
......................................................................


Add new ns0/ns1 service IPs to dobson & linne

Use the new service IPs in addition to the old ones. The old ones can be
removed after we replace our glue records (and wait).

Change-Id: I6b403095d927efa33dc51e2504afe613aa762889
---
M manifests/site.pp
1 file changed, 6 insertions(+), 2 deletions(-)

Approvals:
  Faidon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index 15c0a29..a1f2652 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -770,6 +770,7 @@
 
 node "dobson.wikimedia.org" {
     interface_ip { "dns::auth-server": interface => "eth0", address => 
"208.80.152.130" }
+    interface_ip { "dns::auth-server::ns0": interface => "eth0", address => 
"208.80.154.238" }
     interface_ip { "dns::recursor": interface => "eth0", address => 
"208.80.152.131" }
 
     include base,
@@ -791,7 +792,9 @@
     dns::recursor::monitor { "208.80.152.131": }
 
     class { "dns::auth-server":
-        ipaddress => [ "208.80.152.130" ],
+        # Yes, this is an eqiad service IP. This is *not* wrong.
+        # this is a temporary measure for migrating ns0 to eqiad
+        ipaddress => [ "208.80.152.130", "208.80.154.238" ],
         soa_name => "ns0.wikimedia.org",
         master => $dns_auth_master
     }
@@ -1349,6 +1352,7 @@
 
 node "linne.wikimedia.org" {
     interface_ip { "dns::auth-server": interface => "eth0", address => 
"208.80.152.142" }
+    interface_ip { "dns::auth-server::ns1": interface => "eth0", address => 
"208.80.152.214" }
     interface_ip { "misc::url-downloader": interface => "eth0", address => 
"208.80.152.143" }
 
     include base,
@@ -1362,7 +1366,7 @@
     }
 
         class { "dns::auth-server":
-            ipaddress => [ "208.80.152.142" ],
+            ipaddress => [ "208.80.152.142", "208.80.152.214" ],
             soa_name => "ns1.wikimedia.org",
             master => $dns_auth_master
         }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b403095d927efa33dc51e2504afe613aa762889
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to