Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Fix Redis config generation when fd limit changes" into stable…
Browse files Browse the repository at this point in the history
…/wallaby
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 29, 2022
2 parents 935261d + 7d5eaa1 commit 6f1aed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/database/redis-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions deployment/database/redis-pacemaker-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f1aed5

Please sign in to comment.