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

This commit is contained in:
Zuul 2022-06-01 14:19:58 +00:00 committed by Gerrit Code Review
commit 4b39d87c98
2 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,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

@ -166,6 +166,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: