1ceb521805
This patch enables TLS connections to memcached in services which support it. Specifically the settings are consumed by swift's internal memcached client through puppet-swift; or oslo.cache, through puppet-ceilometer, puppet-keystone, puppet-nova, puppet-heat and puppet-oslo. Depends-on: https://review.opendev.org/772685 Depends-on: https://review.opendev.org/761605 Depends-on: https://review.opendev.org/764764 Depends-on: https://review.opendev.org/764763 Depends-on: https://review.opendev.org/765100 Change-Id: Ic77ed56c32c7071ce126a1528030094b97894653
11 lines
332 B
YAML
11 lines
332 B
YAML
# title: Enable TLS in Memcached Internal Endpoint
|
|
# description: |
|
|
# Use this environment to generate certificates and enable TLS in
|
|
# Memcached. ssl.yaml environment must also be used.
|
|
parameter_defaults:
|
|
MemcachedTLS: true
|
|
MemcachedPort: 11212
|
|
ExtraConfig:
|
|
memcached_port: 11212
|
|
memcached_authtoken_port: 11211
|