a7d2386438
The memcached_port parameter and the memcached_authtoken_port parameter are used in each api service. Because memcached and each api services are not always collocated, we should use global hieradata to ensure the parameters defined in memcached service resource are propagated to all nodes in the deployment. Change-Id: I54d45bbb26a4a04cb3cf87b9bd8a2290998279fc
8 lines
255 B
YAML
8 lines
255 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
|