27db155c0e
Currently these nodes are not deployed using kolla-ansible but use the host provisioning and host OS configuration pieces of kayobe. The monasca-deploy project is used to deploy the monitoring services.
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
---
|
|
###############################################################################
|
|
# Monitoring node LVM configuration.
|
|
|
|
# List of LVM volume groups.
|
|
lvm_groups: >
|
|
{{ controller_lvm_groups
|
|
if inventory_hostname in groups['controllers'] else
|
|
monitoring_lvm_groups }}
|