Merge "Bind redis-sentinel to its network"

This commit is contained in:
Jenkins 2017-03-20 17:15:57 +00:00 committed by Gerrit Code Review
commit 5f58601c74
1 changed files with 1 additions and 0 deletions

View File

@ -42,3 +42,4 @@ outputs:
redis::sentinel::master_name: "%{hiera('bootstrap_nodeid')}"
redis::sentinel::redis_host: "%{hiera('bootstrap_nodeid_ip')}"
redis::sentinel::notification_script: '/usr/local/bin/redis-notifications.sh'
redis::sentinel::sentinel_bind: {get_param: [ServiceNetMap, RedisNetwork]}