octavia/elements/haproxy-octavia
Gregory Thiemonge bd92b4bf41 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.

Conflicts:
	elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel

Story: 2008028
Task: 40682

Change-Id: Ie6ccc4bf0017587df8e8e29d8ee3bf5c19e6d615
(cherry picked from commit 64a301d4ec)
(cherry picked from commit dd1580d332)
(cherry picked from commit 9f1307affc)
2021-02-02 09:14:34 +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:14:34 +01:00
pre-install.d Revert "Fix gate issue with DIB" 2020-01-13 17:35:45 +00: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 Fix wrong package names or versions for centos-minimal images 2019-08-06 15:39:59 +00: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.