Use hiera interpolation for memcached_network
After [1] iptables rules are not set for memcached service thus services relying on memcached were not functioning well. With [2] it's requrired to use hiera interpolation for service configs, this patch fixes it for memcached_network. [1] https://review.openstack.org/#/c/551292 [2] https://review.openstack.org/#/c/526692 Related-Bug: #1757556 Closes-Bug: #1763009 Change-Id: If9b274192ea4738f455a6106ff1a62eb4e7a5c91
This commit is contained in:
parent
4fa675c292
commit
d3d27d7ea8
@ -74,9 +74,10 @@ outputs:
|
||||
config_settings:
|
||||
memcached_network:
|
||||
str_replace:
|
||||
template: "NETWORK_subnet"
|
||||
template:
|
||||
"%{hiera('$NETWORK_subnet')}"
|
||||
params:
|
||||
NETWORK: {get_param: [ServiceNetMap, MemcachedNetwork]}
|
||||
$NETWORK: {get_param: [ServiceNetMap, MemcachedNetwork]}
|
||||
# NOTE: bind IP is found in hiera replacing the network name with the local node IP
|
||||
# for the given network; replacement examples (eg. for internal_api):
|
||||
# internal_api -> IP
|
||||
|
Loading…
Reference in New Issue
Block a user