summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_6
diff options
context:
space:
mode:
authorjuanvallejo <jvallejo@redhat.com>2017-06-06 12:41:49 -0400
committerjuanvallejo <jvallejo@redhat.com>2017-08-02 09:54:06 -0400
commitfc905cf14bbfc75e25a0a58fdb3c92f602ce9450 (patch)
tree41564f655bf5d553bfc03546074a9d94014753fc /playbooks/common/openshift-cluster/upgrades/v3_6
parentbf0bf407479458206f48885e43d3e1d3a2eab6e1 (diff)
downloadopenshift-fc905cf14bbfc75e25a0a58fdb3c92f602ce9450.tar.gz
openshift-fc905cf14bbfc75e25a0a58fdb3c92f602ce9450.tar.bz2
openshift-fc905cf14bbfc75e25a0a58fdb3c92f602ce9450.tar.xz
openshift-fc905cf14bbfc75e25a0a58fdb3c92f602ce9450.zip
add pre-flight checks to ugrade path
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_6')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_6/upgrade.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_6/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_6/upgrade.yml
index 5b9ac9e8f..da4444867 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_6/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_6/upgrade.yml
@@ -70,6 +70,10 @@
# docker is configured and running.
skip_docker_role: True
+- include: ../pre/verify_health_checks.yml
+ tags:
+ - pre_upgrade
+
- include: ../pre/verify_control_plane_running.yml
tags:
- pre_upgrade