octavia/elements/amphora-agent
Michael Johnson f935a51fe4 Switch to ubuntu-minimal for default amphora image
Previously we were using the "ubuntu" diskimage-builder base element as the
default base OS to build the amphora image.
The "ubuntu" element is based on the ubuntu cloud image. This image includes
packages we do not need for the amphora image. At this point it's not clear
that Ubuntu will ship an 18.04 LTS cloud image in the format the "ubuntu"
element requires.
This patch switches the default Ubuntu amphora image to build with the
"ubuntu-minimal" diskimage-builder element.

This patch also moves the amphora agent into a virtual environment inside
the amphora.

It also sets up support for Ubuntu 18.04 (bionic beaver) and HAProxy 1.8.

Change-Id: I84a85ca1363bce2e0f13da64540ec7ba3575e818
2018-04-16 18:07:31 -07:00
..
install.d/amphora-agent-source-install Switch to ubuntu-minimal for default amphora image 2018-04-16 18:07:31 -07:00
post-install.d Rework amphora agent installation element 2018-01-22 18:04:41 -08:00
README.rst Rework amphora agent installation element 2018-01-22 18:04:41 -08:00
element-deps Do not install pip in amphora when using distribution packages 2018-02-02 13:12:26 +01:00
package-installs.yaml Switch to ubuntu-minimal for default amphora image 2018-04-16 18:07:31 -07:00
pkg-map Rework amphora agent installation element 2018-01-22 18:04:41 -08:00
source-repository-amphora-agent Rework amphora agent installation element 2018-01-22 18:04:41 -08: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