Yuvipanda has uploaded a new change for review.

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

Change subject: ores: Have the redises listen on 0.0.0.0
......................................................................

ores: Have the redises listen on 0.0.0.0

Change-Id: I7d2015d8b737de979b550b27d3f9a9ba6245a282
---
M modules/ores/manifests/redis.pp
1 file changed, 2 insertions(+), 0 deletions(-)


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

diff --git a/modules/ores/manifests/redis.pp b/modules/ores/manifests/redis.pp
index 4798f84..827f5fd 100644
--- a/modules/ores/manifests/redis.pp
+++ b/modules/ores/manifests/redis.pp
@@ -16,6 +16,7 @@
     # For the queue
     redis::instance { '6379':
         settings => {
+            bind           => '0.0.0.0',
             dir            => '/srv/redis/queue',
             maxmemory      => $queue_maxmemory,
             tcp_keepalive  => 60,
@@ -26,6 +27,7 @@
     # For the cache
     redis::instance { '6380':
         settings => {
+            bind           => '0.0.0.0',
             dir            => '/srv/redis/cache',
             maxmemory      => $cache_maxmemory,
             tcp_keepalive  => 60,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d2015d8b737de979b550b27d3f9a9ba6245a282
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>

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

Reply via email to