Infrastructure Alerting manifest doesn't need to set net.ipv4.ip_nonlocal_bind

Bug #1555125 reported by Simon Pasquier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
StackLight
Confirmed
Low
LMA-Toolchain Fuel Plugins

Bug Description

In deployment_scripts/puppet/manifests/nagios.pp

# This is required so Apache and Nagios can bind to the VIP address
exec { 'net.ipv4.ip_nonlocal_bind':
  command => '/sbin/sysctl -w net.ipv4.ip_nonlocal_bind=1',
  unless => '/sbin/sysctl -n net.ipv4.ip_nonlocal_bind | /bin/grep 1',
}

The same command is also executed in the OCF scripts so it's probably useless to have it in the Puppet manifest.

Tags: tech-debt
summary: - Infratructure Alerting manifest doesn't need to set
+ Infrastructure Alerting manifest doesn't need to set
net.ipv4.ip_nonlocal_bind
Swann Croiset (swann-w)
Changed in lma-toolchain:
milestone: none → 0.10.1
Swann Croiset (swann-w)
Changed in lma-toolchain:
milestone: 0.10.1 → 0.11.0
Changed in lma-toolchain:
milestone: 0.11.0 → 1.0.0
Changed in lma-toolchain:
milestone: 1.0.0 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.