aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-09-01 15:52:25 +0100
committerEmilien Macchi <emilien@redhat.com>2016-09-03 19:47:16 +0000
commitb8f154be31c5847dc376a72cf9c0835aa0001afd (patch)
treed9ce286e5ec2afe6c9f1d739fcabd29fc1738c38 /puppet/controller.yaml
parent8a02eeba4b06445b0c1da8ba5d4f4e5e175c5172 (diff)
Remove mangling swift memcached list (now in puppet-tripleo)
Moved this list manipulation to puppet-tripleo where it can easily reference the memcached_node_ips array instead of hard-coded output from the Controller. Depends-On: Ic8872e5e51732874ca5b93bff5efd3e7ed75bc31 Change-Id: I523a802c8d22be7602728ebe8966d9e2ee109cde Partially-Implements: blueprint custom-roles
Diffstat (limited to 'puppet/controller.yaml')
-rw-r--r--puppet/controller.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml
index 7650c1e8..4fec2958 100644
--- a/puppet/controller.yaml
+++ b/puppet/controller.yaml
@@ -492,20 +492,6 @@ outputs:
template: "NETWORK_uri"
params:
NETWORK: {get_param: [ServiceNetMap, SwiftMgmtNetwork]}
- swift_proxy_memcache:
- description: Swift proxy-memcache value
- value:
- str_replace:
- template: "IP:11211"
- params:
- IP:
- get_attr:
- - NetIpMap
- - net_ip_map
- - str_replace:
- template: "NETWORK_uri"
- params:
- NETWORK: {get_param: [ServiceNetMap, MemcachedNetwork]}
tls_key_modulus_md5:
description: MD5 checksum of the TLS Key Modulus
value: {get_attr: [NodeTLSData, key_modulus_md5]}