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.
13 lines
404 B
YAML
13 lines
404 B
YAML
---
|
|
# Warning! This play can result in lost data. Take care when developing and
|
|
# using it.
|
|
|
|
# Initialisation task to be applied on first boot of a system to initalise
|
|
# disks. We search for block devices that are not currently mounted, then wipe
|
|
# any LVM or file system state from them.
|
|
|
|
- name: Ensure that all unmounted block devices are wiped
|
|
hosts: seed:overcloud
|
|
roles:
|
|
- role: wipe-disks
|