From 522cf34db7475e54dfba4babe55482999d03e04a Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Wed, 20 Jun 2018 09:35:28 +0200 Subject: [PATCH] Added new client_ips and sentinel_ips in common.yaml file --- global/overlay/etc/hiera/data/common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/global/overlay/etc/hiera/data/common.yaml b/global/overlay/etc/hiera/data/common.yaml index 4ffceb93..946a24d7 100644 --- a/global/overlay/etc/hiera/data/common.yaml +++ b/global/overlay/etc/hiera/data/common.yaml @@ -58,6 +58,9 @@ ssh_authorized_keys: redis_client_ips: - 94.176.224.137 + - 94.176.224.7 redis_sentinel_ips: - 94.176.224.135 - 94.176.224.138 + - 94.176.224.9 + - 94.176.224.10