Merge "Fix Redis config generation when fd limit changes" into stable/wallaby

This commit is contained in:
Zuul 2022-04-29 16:54:56 +00:00 committed by Gerrit Code Review
commit 6f1aed5c7d
2 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,8 @@ outputs:
step_config:
list_join:
- "\n"
- - include tripleo::profile::base::database::redis
- - Exec <| title == 'systemd-reload-redis' |> { unless => 'true' }
- include tripleo::profile::base::database::redis
- {get_attr: [RedisBase, role_data, step_config]}
config_image: {get_param: ContainerRedisConfigImage}
kolla_config:

View File

@ -179,6 +179,7 @@ outputs:
# https://github.com/arioch/puppet-redis/commit/1c004143223e660cbd433422ff8194508aab9763
puppet_tags: 'exec'
step_config: |
Exec <| title == 'systemd-reload-redis' |> { unless => 'true' }
include tripleo::profile::pacemaker::database::redis_bundle
config_image: &redis_config_image {get_param: ContainerRedisConfigImage}
kolla_config: