Remove unused sysctl::value resource

This removes the sysctl::value resource left by [1]. Kernel parameters
are now managed by ansible and the puppet implementation is no longer
used.

[1] cac7047169

Change-Id: Ib19fe1afe58cf571cd2d346e84d602ef469630ae
This commit is contained in:
Takashi Kajinami 2022-04-25 22:30:25 +09:00
parent a06b94c4a3
commit 315aa58fe7
1 changed files with 0 additions and 6 deletions

View File

@ -61,12 +61,6 @@ class tripleo::profile::pacemaker::ovn_northd (
tries => $pcs_tries,
node => $::hostname,
}
# Allow non local bind, because all the ovsdb-server's running in the
# cluster try to open a TCP socket on the VIP.
ensure_resource('sysctl::value', 'net.ipv4.ip_nonlocal_bind', {
'value'=> 1,
})
}
if $step >= 3 and downcase($::hostname) == $pacemaker_master {