kolla-ansible/releasenotes/notes/change-value-of-enable-hacluster-4653fd447456f683.yaml
Michal Arbet e2f5c0dbb7 Enable hacluster role when it is needed
Masakari-hostmonitor needs to have
corosync/pacemaker deployed.

This patch is just changing default enable_hacluter: "no"
to "yes" if masakari-hostmonitor is enabled.

Closes-Bug: #1934149
Change-Id: I979d1d6d08ca0cc0a748f175da77f68bcecc2d1a
2022-06-07 14:20:11 +02:00

12 lines
410 B
YAML

---
fixes:
- |
Fixes an issue when ``masakari-hostmonitor`` is enabled
while corosync/pacemaker is not deployed.
`LP#1934149 <https://bugs.launchpad.net/kolla-ansible/+bug/1934149>`__
upgrade:
- |
Modifies the default value of ``enable_hacluster`` from ``no`` to
``yes`` if ``masakari-hostmonitor`` is enabled.
`LP#1934149 <https://bugs.launchpad.net/kolla-ansible/+bug/1934149>`__