octavia/elements/amphora-agent
Michael Johnson f923ef0934 Switch back to using git for the agent ref
A diskimage-builder patch [1] broke our amphora-agent element by
uninstalling git prior to the post-install.d phase.
A followup patch in Octavia [2] changed how we get the git
reference to awking an git internal log file. This seems fragile
to me, so I am proposing this alternative.
This patch updates our element to finish using git before the
install.d phase is complete.

[1] https://review.opendev.org/745678
[2] https://review.opendev.org/745683

Change-Id: I9a346b626f852171ec00d2868ccb6f98b1fb8994
(cherry picked from commit 7d6322ae08)
2020-08-19 09:59:38 +02:00
..
install.d/amphora-agent-source-install Switch back to using git for the agent ref 2020-08-19 09:59:38 +02:00
post-install.d Switch back to using git for the agent ref 2020-08-19 09:59:38 +02: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 Set amphora-agent build-only packages 2020-08-19 09:58:08 +02:00
pkg-map Exclude acpid on Red Hat family DIB builds 2020-03-23 09:27:10 -07:00
source-repository-amphora-agent Update TOX_CONSTRAINTS_FILE for stable/ussuri 2020-04-23 15:36:09 -05: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