openstack-ansible/etc/openstack_deploy/conf.d/masakari.yml.example
Dmitriy Rabotyagov 7632df34d4 Add corosync/pacemaker installation
Masakari hostmonitors require corosync cluster to be present for their
proper work. There's already a role for the deployment, so we can simply
make us of it and integrate with masakari playbook.

Needed-By: https://review.opendev.org/744673
Change-Id: I24fa44a6c3e8feeb8a7581663b53343b9c881145
2020-08-21 11:27:29 +00:00

19 lines
371 B
Plaintext

---
# The infra nodes that will be running the masakari services
masakari-infra_hosts:
infra1:
ip: 172.20.236.111
infra2:
ip: 172.20.236.112
infra3:
ip: 172.20.236.113
# The infra nodes that will be running the masakari monitors
masakari-monitor_hosts:
infra1:
ip: 172.20.236.111
infra2:
ip: 172.20.236.112
infra3:
ip: 172.20.236.113