tripleo-validations/roles/pacemaker-status/vars/main.yml
Gael Chamoulaud e81ea3526c Add pacemaker-status role
This patch adds the pacemaker-status role created from
validations/pacemaker-status.yaml.

Change-Id: I3e3c9d6af1bd33d9c7a3ea681f8422eb617ed871
Implements: blueprint validation-framework
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-03-15 10:48:14 +01:00

12 lines
386 B
YAML

---
metadata:
name: Check the status of the pacemaker cluster
description: >
This runs `pcs status` and checks for any failed actions.
A failed status post-deployment indicates something is not configured
correctly. This should also be run before upgrade as the process will
likely fail with a cluster that's not completely healthy.
groups:
- post-deployment