octavia/elements/amphora-agent
Gregory Thiemonge b24f225536 Fix typo in lvs-masquerade.sh
A typo in the lvs-masquerade script prevented the deletion of the
'ip6-udp-masq' nftables chain when stopping a network interface.

The name of the chain should be 'ip6-udp-masq' instead of 'ip-udp-masq'

The bug had no impacts on the loadbalancers but it displayed an error
message in the logs.

Change-Id: Iba07010b63771aafa1db224dbd0e0c97925d6173
(cherry picked from commit 55e6001ea4)
(cherry picked from commit c014bb7b7e)
(cherry picked from commit 16578229f4)
2023-07-07 10:13:10 +02:00
..
install.d/amphora-agent-source-install Add generic network interface management in the amphora 2021-08-31 17:21:37 +02:00
post-install.d Fix building Ubuntu 20.04 focal amphorae 2020-09-23 14:14:25 -07:00
static Fix typo in lvs-masquerade.sh 2023-07-07 10:13:10 +02:00
element-deps Change amphora logging to dedicated socket 2019-08-07 09:02:22 -07:00
package-installs.yaml Add aarch64/amd64 support to amphora and devstack 2021-03-10 18:54:50 +01:00
pkg-map Fix amphora-agent elements for RHEL9 2022-02-22 05:08:23 +00:00
README.rst Rework amphora agent installation element 2018-01-22 18:04:41 -08:00
source-repository-amphora-agent Update TOX_CONSTRAINTS_FILE for stable/xena 2021-09-17 16:11:44 +00:00
svc-map Rework amphora agent installation element 2018-01-22 18:04:41 -08:00

Element to install an Octavia Amphora agent.

By default, it installs the agent from source. To enable installation from distribution repositories, define the following: export DIB_INSTALLTYPE_amphora_agent=package

Note: this requires a system base image modified to include OpenStack repositories