octavia/elements/amphora-agent
Gregory Thiemonge e8fd3b7843 Don't install firewalld in the amphora
When building rockylinux images, DIB install the Minimal Install group
which pulls firewalld. By default it allows only SSH traffic, so we
would need specific rules for the management and tenant traffic, but as
we are using security groups, it's safe to remove firewalld.

Change-Id: I87a26faf6c72640d8916bc3452123a9b5a74d39f
2024-06-06 10:18:20 +02:00
..
install.d/amphora-agent-source-install Fix prometheus-proxy systemd service 2022-02-25 22:48:42 +00:00
post-install.d dib: Remove Ubuntu Forcal support 2024-03-13 12:16:59 +09:00
static Merge "Fix image creation for stable branches" 2023-03-01 15:00:51 +00:00
element-deps Change amphora logging to dedicated socket 2019-08-07 09:02:22 -07:00
package-installs.yaml Don't install firewalld in the amphora 2024-06-06 10:18:20 +02:00
pkg-map curl-minimal conflicts with already installed curl 2024-06-03 10:20:58 +02:00
README.rst Rework amphora agent installation element 2018-01-22 18:04:41 -08:00
source-repository-amphora-agent Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 19:59:59 +00:00
svc-map Fix prometheus-proxy service name in Red Hat-based distros 2022-10-13 09:48:17 +02: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