verify_health_checks.yml 385 B

12345678910111213141516
  1. ---
  2. - name: OpenShift Health Checks
  3. hosts: oo_all_hosts
  4. any_errors_fatal: true
  5. roles:
  6. - openshift_health_checker
  7. vars:
  8. - r_openshift_health_checker_playbook_context: upgrade
  9. post_tasks:
  10. - name: Run health checks (upgrade)
  11. action: openshift_health_check
  12. args:
  13. checks:
  14. - disk_availability
  15. - memory_availability
  16. - docker_image_availability