tripleo-validations/playbooks/stonith-exists.yaml
Gael Chamoulaud (Strider) 205a4711ef
Use a Literal Block Scalar instead of Folding one for validation
Some validations have a long description and are displayed as it. Which
makes the Validator Show CLI output unreadable.

This patch replaces all the Folding Block Scalar by Literal ones in
order to get a better output.

Change-Id: Iea42706e07ea7bef598bdd26875050a47d95485d
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-10-19 07:40:00 +02:00

16 lines
681 B
YAML

---
- hosts: "{{ controller_rolename | default('Controller') }}"
vars:
metadata:
name: Validate stonith devices
description: |
Verify that stonith devices are configured for your OpenStack Platform HA cluster.
We don't configure stonith device with TripleO Installer. Because the hardware
configuration may be differ in each environment and requires different fence agents.
How to configure fencing please read
https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/paged/director-installation-and-usage/86-fencing-the-controller-nodes
groups:
- post-deployment
roles:
- stonith_exists