Faidon has uploaded a new change for review.

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


Change subject: authdns: fix interface for service IP
......................................................................

authdns: fix interface for service IP

The new IP for ns2 is a /32 service IP. It should be on loopback like
the other two, not eth0.

Change-Id: Ifc6c83dff27e274f1a465e90c85aaac1eec1f385
---
M manifests/role/authdns.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/55/80355/1

diff --git a/manifests/role/authdns.pp b/manifests/role/authdns.pp
index 60f43d2..f01ec72 100644
--- a/manifests/role/authdns.pp
+++ b/manifests/role/authdns.pp
@@ -72,7 +72,7 @@
     $ipv6 = '2620:0:862:ed1a::e'
 
     interface::ip { 'authdns_ipv4':
-        interface => 'eth0', # note: this is interface-bound, unlike ns0/ns1
+        interface => 'lo',
         address   => $ipv4,
         prefixlen => '32',
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc6c83dff27e274f1a465e90c85aaac1eec1f385
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <fai...@wikimedia.org>

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

Reply via email to