octavia/elements/amphora-agent
Michael Johnson 51b93c0022 Workaround broken pyroute2 0.5.13
The pyroute2 package version 0.5.13 introduced a bug[1] that breaks
amphora. Unfortunately neutron needs a different fix that is in 0.5.13,
so we are going to work around the problem until we can get pyroute2 fixed.

This patch uninstalls pyroute2 and installs version 0.5.12.

[1] https://github.com/svinota/pyroute2/issues/724

Change-Id: I365d719810de792213da47ebafa46e7e0fd2e9fa
2020-07-30 13:01:55 -07:00
..
install.d/amphora-agent-source-install Workaround broken pyroute2 0.5.13 2020-07-30 13:01:55 -07:00
post-install.d Add support for CentOS 8 amphora images 2019-12-06 09:24:33 +00:00
static/etc/rsyslog.d Change amphora logging to dedicated socket 2019-08-07 09:02:22 -07:00
README.rst Rework amphora agent installation element 2018-01-22 18:04:41 -08:00
element-deps Change amphora logging to dedicated socket 2019-08-07 09:02:22 -07:00
package-installs.yaml Exclude acpid on Red Hat family DIB builds 2020-03-23 09:27:10 -07:00
pkg-map Exclude acpid on Red Hat family DIB builds 2020-03-23 09:27:10 -07:00
source-repository-amphora-agent Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 19:59:59 +00:00
svc-map Rework amphora agent installation element 2018-01-22 18:04:41 -08:00

README.rst

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