summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml
blob: 2a8de50a2fe86f932d24e29ff451bcfd287a6df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- name: OpenShift Health Checks
  hosts: oo_all_hosts
  any_errors_fatal: true
  roles:
  - openshift_health_checker
  vars:
  - r_openshift_health_checker_playbook_context: upgrade
  post_tasks:
  - name: Run health checks (upgrade)
    action: openshift_health_check
    args:
      checks:
      - disk_availability
      - memory_availability
      - docker_image_availability