octavia/elements/amphora-agent
Michael Johnson afa917a3de Change amphora logging to dedicated socket
In some environments running older versions of gunicorn in the
amphora image, gunicorn can fail to start do to /dev/log socket
issues (timing, configuration, etc.).

This patch sets up a dedicated rsyslog socket /run/rsyslog/octavia/log
for gunicorn and haproxy to use. This should resolve any issues with
systemd overriding the /dev/log socket.

This also bumps the gunicorn minimum verison to 19.9.0.

Change-Id: I1e1ad8fde2ad8c1ffba95b1867afb130503b0a5b
2019-08-07 09:02:22 -07:00
..
install.d/amphora-agent-source-install Amend the spelling error of a word 2018-06-06 18:03:02 +08:00
post-install.d Add RHEL 8 amphora support 2019-06-07 18:34:29 +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 elements: add arch property for ``open-vm-tools`` 2019-07-15 08:06:26 +02:00
pkg-map Fix wrong package names or versions for centos-minimal images 2019-08-06 15:39:59 +00: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