From: Giulio Fidente Date: Wed, 8 Apr 2015 22:21:09 +0000 (+0200) Subject: Make memcached bind on ctlplane instead of 0.0.0.0 X-Git-Tag: opnfv-6.0.0~2619^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=65f46f56d2c00b176aa779f9a5427522c2f9fdb3;p=apex-tripleo-heat-templates.git Make memcached bind on ctlplane instead of 0.0.0.0 Change-Id: I06f7066bf9eacf3ef0f5d73c0cfa65eaf4f74cff --- diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 3c299895..c7c5e49b 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -789,10 +789,12 @@ resources: nova::network::neutron::neutron_admin_password: {get_input: neutron_password} nova::network::neutron::neutron_url: {get_input: neutron_url} nova::network::neutron::neutron_admin_auth_url: {get_input: neutron_admin_auth_url} + # Rabbit rabbitmq::erlang_cookie: {get_input: rabbit_cookie} # Misc + memcached::listen_ip: {get_input: controller_host} neutron_public_interface_ip: {get_input: neutron_public_interface_ip} ntp::servers: {get_input: ntp_servers} control_virtual_interface: {get_input: control_virtual_interface}