[MediaWiki-commits] [Gerrit] operations/puppet[production]: anycast dns: use router loopbacks for neighbors

2017-11-21 Thread BBlack (Code Review)
BBlack has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/392740 )

Change subject: anycast dns: use router loopbacks for neighbors
..


anycast dns: use router loopbacks for neighbors

Change-Id: If739f18a0c4a53a83ffe00e333d889dc9a3892d6
---
M hieradata/role/codfw/dnsrecursor.yaml
M hieradata/role/eqiad/dnsrecursor.yaml
M hieradata/role/esams/dnsrecursor.yaml
3 files changed, 6 insertions(+), 6 deletions(-)

Approvals:
  BBlack: Looks good to me, approved
  jenkins-bot: Verified
  Ayounsi: Looks good to me, but someone else must approve



diff --git a/hieradata/role/codfw/dnsrecursor.yaml 
b/hieradata/role/codfw/dnsrecursor.yaml
index 219afcd..d3fb55e 100644
--- a/hieradata/role/codfw/dnsrecursor.yaml
+++ b/hieradata/role/codfw/dnsrecursor.yaml
@@ -1,3 +1,3 @@
 profile::bird::neighbors_list:
-  - 208.80.153.2 # cr1-codfw ae1:2001
-  - 208.80.153.3 # cr2-codfw ae1:2001
+  - 208.80.153.192 # cr1-codfw loopback
+  - 208.80.153.193 # cr2-codfw loopback
diff --git a/hieradata/role/eqiad/dnsrecursor.yaml 
b/hieradata/role/eqiad/dnsrecursor.yaml
index 0e3bddd..446f990 100644
--- a/hieradata/role/eqiad/dnsrecursor.yaml
+++ b/hieradata/role/eqiad/dnsrecursor.yaml
@@ -1,3 +1,3 @@
 profile::bird::neighbors_list:
-  - 208.80.154.2 # cr1-eqiad ae1:1001
-  - 208.80.154.3 # cr2-eqiad ae1:1001
+  - 208.80.154.196 # cr1-eqiad loopback
+  - 208.80.154.197 # cr2-eqiad loopback
diff --git a/hieradata/role/esams/dnsrecursor.yaml 
b/hieradata/role/esams/dnsrecursor.yaml
index 4594144..cdd7851 100644
--- a/hieradata/role/esams/dnsrecursor.yaml
+++ b/hieradata/role/esams/dnsrecursor.yaml
@@ -1,3 +1,3 @@
 profile::bird::neighbors_list:
-  - 91.198.174.2 # cr1-esams ae1:100
-  - 91.198.174.3 # cr2-esams ae1:100
+  - 91.198.174.245 # cr1-esams loopback
+  - 91.198.174.244 # cr2-esams loopback

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If739f18a0c4a53a83ffe00e333d889dc9a3892d6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack 
Gerrit-Reviewer: Ayounsi 
Gerrit-Reviewer: BBlack 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/puppet[production]: anycast dns: use router loopbacks for neighbors

2017-11-21 Thread BBlack (Code Review)
BBlack has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392740 )

Change subject: anycast dns: use router loopbacks for neighbors
..

anycast dns: use router loopbacks for neighbors

Change-Id: If739f18a0c4a53a83ffe00e333d889dc9a3892d6
---
M hieradata/role/codfw/dnsrecursor.yaml
M hieradata/role/eqiad/dnsrecursor.yaml
M hieradata/role/esams/dnsrecursor.yaml
3 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/40/392740/1

diff --git a/hieradata/role/codfw/dnsrecursor.yaml 
b/hieradata/role/codfw/dnsrecursor.yaml
index 219afcd..d3fb55e 100644
--- a/hieradata/role/codfw/dnsrecursor.yaml
+++ b/hieradata/role/codfw/dnsrecursor.yaml
@@ -1,3 +1,3 @@
 profile::bird::neighbors_list:
-  - 208.80.153.2 # cr1-codfw ae1:2001
-  - 208.80.153.3 # cr2-codfw ae1:2001
+  - 208.80.153.192 # cr1-codfw loopback
+  - 208.80.153.193 # cr2-codfw loopback
diff --git a/hieradata/role/eqiad/dnsrecursor.yaml 
b/hieradata/role/eqiad/dnsrecursor.yaml
index 0e3bddd..446f990 100644
--- a/hieradata/role/eqiad/dnsrecursor.yaml
+++ b/hieradata/role/eqiad/dnsrecursor.yaml
@@ -1,3 +1,3 @@
 profile::bird::neighbors_list:
-  - 208.80.154.2 # cr1-eqiad ae1:1001
-  - 208.80.154.3 # cr2-eqiad ae1:1001
+  - 208.80.154.196 # cr1-eqiad loopback
+  - 208.80.154.197 # cr2-eqiad loopback
diff --git a/hieradata/role/esams/dnsrecursor.yaml 
b/hieradata/role/esams/dnsrecursor.yaml
index 4594144..cdd7851 100644
--- a/hieradata/role/esams/dnsrecursor.yaml
+++ b/hieradata/role/esams/dnsrecursor.yaml
@@ -1,3 +1,3 @@
 profile::bird::neighbors_list:
-  - 91.198.174.2 # cr1-esams ae1:100
-  - 91.198.174.3 # cr2-esams ae1:100
+  - 91.198.174.245 # cr1-esams loopback
+  - 91.198.174.244 # cr2-esams loopback

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If739f18a0c4a53a83ffe00e333d889dc9a3892d6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack 

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