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

Commit

Permalink
Merge "Memcached: Allow puppet to be aware IPv6 is used" into stable/…
Browse files Browse the repository at this point in the history
…ussuri
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 31, 2022
2 parents 13015db + 5a349d4 commit 232f179
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions deployment/memcached/memcached-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,22 @@ outputs:
- 11211
- {get_param: MemcachedPort}
global_config_settings:
# NOTE: This config is necessary while there are still services
# consuming Memcached that do not support TLS. Once all services
# do support TLS, this config should be dropped.
if:
- enable_non_tls_port
- memcached_port: {get_param: MemcachedPort}
memcached_authtoken_port: 11211
- memcached_port: {get_param: MemcachedPort}
memcached_authtoken_port: {get_param: MemcachedPort}
map_merge:
-
# NOTE: This config is necessary while there are still services
# consuming Memcached that do not support TLS. Once all services
# do support TLS, this config should be dropped.
if:
- enable_non_tls_port
- memcached_port: {get_param: MemcachedPort}
memcached_authtoken_port: 11211
- memcached_port: {get_param: MemcachedPort}
memcached_authtoken_port: {get_param: MemcachedPort}
-
if:
- is_ipv6
- memcached_ipv6: true
- {}
# BEGIN DOCKER SETTINGS
puppet_config:
config_volume: 'memcached'
Expand Down

0 comments on commit 232f179

Please sign in to comment.