kolla-ansible/releasenotes/notes/keepalived_track_script-edfebb520f006647.yaml
Michal Nasiadka a0e614ee10 loadbalancer: Add option to not define track script
We've seen issues in CI when keepalived haproxy check script returns
an error and keepalived is switching to backup and then again to primary
on a single node environment.

Closes-Bug: #2025219

Change-Id: Iba62e76b3cf83f3ade6df81288d2d77129ffc725
2023-06-28 08:58:51 +00:00

10 lines
374 B
YAML

---
fixes:
- |
Fixes an issue where keepalived track script fails on single controller
environment and keepalived VIP goes into BACKUP state.
``keepalived_track_script_enabled`` variable has been introduced (default:
true), which can be used to disable track scripts in keepalived
configuration.
`LP#2025219 <https://launchpad.net/bugs/2025219>`__