Giuseppe Lavagetto has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/351289 )
Change subject: role::ocg: bind redis to 0.0.0.0 ...................................................................... role::ocg: bind redis to 0.0.0.0 Change-Id: I540e57eed35eb1582f9c04402eeae2637a14e3ad --- M hieradata/role/common/ocg.yaml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/89/351289/1 diff --git a/hieradata/role/common/ocg.yaml b/hieradata/role/common/ocg.yaml index 006f4af..a73e950 100644 --- a/hieradata/role/common/ocg.yaml +++ b/hieradata/role/common/ocg.yaml @@ -10,6 +10,7 @@ maxmemory: "2gb" save: "" stop-writes-on-bgsave-error: false + bind: "0.0.0.0" # This must be defined in the private repo # profile::redis::master::password: role::ocg::redis_servers: -- To view, visit https://gerrit.wikimedia.org/r/351289 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I540e57eed35eb1582f9c04402eeae2637a14e3ad Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
