7632df34d4
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
19 lines
371 B
Plaintext
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
|