Ottomata has uploaded a new change for review.

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

Change subject: Update zookeeper ferm to allow connections from all internal 
networks
......................................................................

Update zookeeper ferm to allow connections from all internal networks

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/83/219183/1

diff --git a/manifests/role/zookeeper.pp b/manifests/role/zookeeper.pp
index c8e0678..19cb7b3 100644
--- a/manifests/role/zookeeper.pp
+++ b/manifests/role/zookeeper.pp
@@ -85,7 +85,7 @@
             proto  => 'tcp',
             # Zookeeper client, protocol, and jmx listen ports.
             port   => "(2181 2182 2183 ${$::zookeeper::server::jmx_port})",
-            srange => '($ANALYTICS_NETWORKS)',
+            srange => '($INTERNAL)',
         }
         # Use jmxtrans for sending metrics to ganglia
         class { 'zookeeper::jmxtrans':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7aa03e42745c9612c6f9e8d9fbb04f28fd1944e8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

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

Reply via email to