Yuvipanda has submitted this change and it was merged.

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(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I7d2015d8b737de979b550b27d3f9a9ba6245a282
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>
Gerrit-Reviewer: Yuvipanda <yuvipa...@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