tripleo-validations/playbooks/pacemaker-status.yaml

16 lines
523 B
YAML

---
- hosts: "{{ controller_rolename | default('Controller') }}"
vars:
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
roles:
- pacemaker_status