kolla-ansible/releasenotes/notes/haproxy-add-admin-socket-2c84eabd45b1b3dc.yaml
Imran Hussain f4bfab57bd [haproxy] optionally set socket to allow admin commands
Allow operators to set haproxy socket to admin level.
This is done via the flag haproxy_socket_level_admin which
is set to "no" by default.

Closes-Bug: 1960215

Signed-off-by: Imran Hussain <ih@imranh.co.uk>
Change-Id: Ia0da89288d68f5803ace1934c013053f12343195
2022-02-09 17:21:18 +00:00

11 lines
508 B
YAML

---
features:
- |
Implements the HAProxy Admin Socket.
Allows operators to set the flag ``haproxy_socket_level_admin``
(default: "no") which adds ``level admin`` to socket that gets created at
``/var/lib/kolla/haproxy/haproxy.sock`` inside the HAProxy container.
This allows operators to interact with HAProxy, including but not limited
to disabling backend servers for controlled maintenance operations.
`bug 1960215 <https://bugs.launchpad.net/kolla-ansible/+bug/1960215>`__.