kolla-ansible/ansible/roles/redis
Liping Mao (limao) 735d085bc7 Fix redis sentinel change myid every time when it restarted
If you use COPY_ALWAYS, kolla will overwrite /etc/redis/redis.conf.
But Redis Sentinel will store myid in this file. So when it restart,
Redis Sentinel will regenerate new myid every time. Redis Sentinel
cluster will see more and more sentinel, This patch use hash value
with hostname as sentinel myid.

Change-Id: I6d9403231e41baac177f29c58e67ba605795385d
Closes-bug: #1788179
2018-08-23 14:34:28 +08:00
..
defaults Apply Resource-Constraints to all services. 2018-07-23 19:07:05 +05:30
handlers Apply Resource-Constraints to all services. 2018-07-23 19:07:05 +05:30
meta Add Redis role 2017-08-21 17:08:52 +01:00
tasks Merge "Use include_tasks instead of include" 2018-07-27 08:16:08 +00:00
templates Fix redis sentinel change myid every time when it restarted 2018-08-23 14:34:28 +08:00