Skip to content
Snippets Groups Projects
Commit 646be658 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix Masakari host monitor default config"

parents cccae8a6 f71646da
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,12 @@ connection_uri = "qemu+tcp://{{ migration_interface_address | put_address_in_con
This limitation may be lifted in the near future (Xena+).
#}
restrict_to_remotes = True
{#
NOTE(yoctozepto): ``disable_ipmi_check`` is due to ``restrict_to_remotes``
above.
See https://bugs.launchpad.net/masakari-monitors/+bug/1933203
#}
disable_ipmi_check = True
{% if inventory_hostname in groups['hacluster'] %}
pacemaker_node_type = cluster
corosync_multicast_interfaces = {{ api_interface }}
......
---
fixes:
- |
Fixes default Masakari host monitor config to work with other config that
Kolla Ansible sets.
This sets ``disable_ipmi_check`` due to ``restrict_to_remotes`` being set.
It prevents the ``TypeError`` that happened when host monitor had to
take action.
This does not affect any functionality so far as Kolla Ansible does not
manage IPMI credentials in Pacemaker.
`LP#1933209 <https://launchpad.net/bugs/1933209>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment