f4bfab57bd
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
11 lines
508 B
YAML
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>`__.
|