Disable ip_nonlocal_bind (rely on the HAProxy 'transparent' option)
authorGiulio Fidente <gfidente@redhat.com>
Wed, 13 Jan 2016 20:12:57 +0000 (21:12 +0100)
committerGiulio Fidente <gfidente@redhat.com>
Wed, 13 Jan 2016 20:12:57 +0000 (21:12 +0100)
Change-Id: Ib57a4bf463900e68cbf97900027f972e590799c2

manifests/loadbalancer.pp

index fdb5950..2690a6e 100644 (file)
@@ -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   => {