diff options
author | John Lamb <jolamb@redhat.com> | 2017-07-28 13:46:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-28 13:46:03 +0200 |
commit | bdd97b01cf743b81b66ba252883ecf26fd5d1aef (patch) | |
tree | b988a53a46daee702f5a32049af01b57cedb8c3f /playbooks | |
parent | d0761aee7107dffa4803f39b2aaecb660d767752 (diff) | |
parent | 32710db7c1ae34f884c73a7d3b3c1cbc2e368eca (diff) | |
download | openshift-bdd97b01cf743b81b66ba252883ecf26fd5d1aef.tar.gz openshift-bdd97b01cf743b81b66ba252883ecf26fd5d1aef.tar.bz2 openshift-bdd97b01cf743b81b66ba252883ecf26fd5d1aef.tar.xz openshift-bdd97b01cf743b81b66ba252883ecf26fd5d1aef.zip |
Merge pull request #4923 from openshift/revert-4372-jvallejo/verify-disk-memory-before-upgrade
Revert "Add health checks to upgrade playbook"
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/init.yml | 2 | ||||
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml | 13 |
2 files changed, 0 insertions, 15 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/init.yml b/playbooks/common/openshift-cluster/upgrades/init.yml index 5fc290526..0f421928b 100644 --- a/playbooks/common/openshift-cluster/upgrades/init.yml +++ b/playbooks/common/openshift-cluster/upgrades/init.yml @@ -23,5 +23,3 @@ set_fact: os_firewall_use_firewalld: false when: "'Active: active' in service_iptables_status.stdout" - -- include: ./pre/verify_health_checks.yml 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 |