diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-09-20 15:30:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 15:30:25 -0700 |
commit | 796027a85b9f1dbe076807dbfe75edb1426a4ce1 (patch) | |
tree | 7c6773df3e1d9b3ff3bd4e5028d753ef100015f5 /playbooks/common | |
parent | 457e0f80784820b9ff0fb6a7407c271731f5b1d9 (diff) | |
parent | 9dc723cd7eef39afca9d2663c42dd8e636016e15 (diff) | |
download | openshift-796027a85b9f1dbe076807dbfe75edb1426a4ce1.tar.gz openshift-796027a85b9f1dbe076807dbfe75edb1426a4ce1.tar.bz2 openshift-796027a85b9f1dbe076807dbfe75edb1426a4ce1.tar.xz openshift-796027a85b9f1dbe076807dbfe75edb1426a4ce1.zip |
Merge pull request #5014 from juanvallejo/jvallejo/add-additonal-checks-upgrade-path
Automatic merge from submit-queue
Adding additonal checks upgrade path
Depends on https://github.com/openshift/openshift-ansible/pull/4960
TODO
- Possibly handle `upgrade` playbook context on `etcd_volume` check
cc @sosiouxme @rhcarvalho
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml b/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml index 497709d25..ad6325ca0 100644 --- a/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml +++ b/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml @@ -11,3 +11,4 @@ checks: - disk_availability - memory_availability + - docker_image_availability |