octavia/elements/haproxy-octavia
Gregory Thiemonge dd1580d332 Fix nf_conntrack_buckets sysctl in Amphora
Setting nf_conntrack_buckets in the amphora namespace fails because this
sysctl can only be set in the initial namespace (cf kernel doc at
https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt)

This commit allows to set nf_conntrack_buckets in the initial namespace,
the value is then inherited by other namespaces.

Conntrack is not enabled in the main namespace, the new default value
doesn't affect this namespace behavior.

Story: 2008028
Task: 40682

Change-Id: Ie6ccc4bf0017587df8e8e29d8ee3bf5c19e6d615
(cherry picked from commit 64a301d4ec)
2021-02-02 09:11:40 +01:00
..
install.d Updating the disk image builder code 2015-04-10 21:03:17 +00:00
post-install.d Fix nf_conntrack_buckets sysctl in Amphora 2021-02-02 09:11:40 +01:00
README.rst Add Amphora base image creation scripts for Octavia 2014-12-11 01:31:19 +00:00
element-deps Stop depending on tripleo-image-elements 2016-12-15 13:17:18 -06:00
package-installs.json Switch to ubuntu-minimal for default amphora image 2018-04-16 18:07:31 -07:00
pkg-map Stop supporting CentOS 7 controllers and images 2020-01-08 17:59:09 +01:00
svc-map Add Amphora base image creation scripts for Octavia 2014-12-11 01:31:19 +00:00

README.rst

Element to install an Octavia Amphora with an haproxy backend.