From: Giulio Fidente Date: Wed, 13 Jan 2016 20:12:57 +0000 (+0100) Subject: Disable ip_nonlocal_bind (rely on the HAProxy 'transparent' option) X-Git-Tag: opnfv-6.0.0~785^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4db4b455ad9716322f3e4f5ada7f6cc38b9b367e;p=apex-puppet-tripleo.git Disable ip_nonlocal_bind (rely on the HAProxy 'transparent' option) Change-Id: Ib57a4bf463900e68cbf97900027f972e590799c2 --- diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index fdb5950..2690a6e 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -764,8 +764,6 @@ class tripleo::loadbalancer ( "${redis_vip}:6379" => $haproxy_listen_bind_param, } - sysctl::value { 'net.ipv4.ip_nonlocal_bind': value => '1' } - class { '::haproxy': service_manage => $haproxy_service_manage, global_options => {