diff options
author | juanvallejo <jvallejo@redhat.com> | 2017-08-07 09:38:27 -0400 |
---|---|---|
committer | juanvallejo <jvallejo@redhat.com> | 2017-08-28 15:39:28 -0400 |
commit | 9dc723cd7eef39afca9d2663c42dd8e636016e15 (patch) | |
tree | f955f4529b9fb52a361708c3d752d2b18a0a371d /playbooks/common/openshift-cluster | |
parent | 23da41c1fb3736b10e07774000e3a2bca028806e (diff) | |
download | openshift-9dc723cd7eef39afca9d2663c42dd8e636016e15.tar.gz openshift-9dc723cd7eef39afca9d2663c42dd8e636016e15.tar.bz2 openshift-9dc723cd7eef39afca9d2663c42dd8e636016e15.tar.xz openshift-9dc723cd7eef39afca9d2663c42dd8e636016e15.zip |
add additional preflight checks to upgrade path
Diffstat (limited to 'playbooks/common/openshift-cluster')
-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 |