From 32710db7c1ae34f884c73a7d3b3c1cbc2e368eca Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 28 Jul 2017 13:42:22 +0200 Subject: Revert "Add health checks to upgrade playbook" --- .../openshift-cluster/upgrades/pre/verify_health_checks.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml (limited to 'playbooks/common/openshift-cluster/upgrades/pre') diff --git a/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml b/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml deleted file mode 100644 index 497709d25..000000000 --- a/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- name: Verify Host Requirements - hosts: oo_all_hosts - roles: - - openshift_health_checker - vars: - - r_openshift_health_checker_playbook_context: upgrade - post_tasks: - - action: openshift_health_check - args: - checks: - - disk_availability - - memory_availability -- cgit v1.2.3