Remove hieradata for Redis Sentinel

... because usage of Sentinel was already removed

Depends-on: https://review.opendev.org/806762
Change-Id: I9edcab007e56f09c3087f20dd4e431995a23ba93
This commit is contained in:
Takashi Kajinami 2021-11-15 13:01:35 +09:00
parent 0c40a76820
commit 4c12069389
1 changed files with 0 additions and 16 deletions

View File

@ -89,7 +89,6 @@ outputs:
config_settings:
redis::requirepass: {get_param: RedisPassword}
redis::masterauth: {get_param: RedisPassword}
redis::sentinel_auth_pass: {get_param: RedisPassword}
redis_ipv6: {if: [is_ipv6, true, false]}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP
# for the given network; replacement examples (eg. for internal_api):
@ -111,21 +110,6 @@ outputs:
params:
$NETWORK: {get_param: [ServiceNetMap, RedisNetwork]}
redis::port: 6379
redis::sentinel::master_name: "%{hiera('redis_short_bootstrap_node_name')}"
redis::sentinel::redis_host: "%{hiera('redis_bootstrap_node_ip')}"
redis::sentinel::notification_script: '/usr/local/bin/redis-notifications.sh'
redis::sentinel::sentinel_bind:
if:
- {get_param: EnableInternalTLS}
- if:
- is_ipv6
- '::1'
- '127.0.0.1'
- str_replace:
template:
"%{hiera('$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, RedisNetwork]}
redis::ulimit: {get_param: RedisFDLimit}
external_deploy_tasks:
- when: