summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/init.yml
diff options
context:
space:
mode:
authorjuanvallejo <jvallejo@redhat.com>2017-06-06 12:41:49 -0400
committerjuanvallejo <jvallejo@redhat.com>2017-07-26 19:00:36 -0400
commit5d03e56e3befb1182834d9ca3020fc53b8590f3f (patch)
treeb618d9d9290a58a0463b7e7f12e1674e9ea0e27f /playbooks/common/openshift-cluster/upgrades/init.yml
parent1cd89648269a483d464caef3f700b10cf68ea1c4 (diff)
downloadopenshift-5d03e56e3befb1182834d9ca3020fc53b8590f3f.tar.gz
openshift-5d03e56e3befb1182834d9ca3020fc53b8590f3f.tar.bz2
openshift-5d03e56e3befb1182834d9ca3020fc53b8590f3f.tar.xz
openshift-5d03e56e3befb1182834d9ca3020fc53b8590f3f.zip
add pre-flight checks to ugrade path
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/init.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/init.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/init.yml b/playbooks/common/openshift-cluster/upgrades/init.yml
index 0f421928b..5fc290526 100644
--- a/playbooks/common/openshift-cluster/upgrades/init.yml
+++ b/playbooks/common/openshift-cluster/upgrades/init.yml
@@ -23,3 +23,5 @@
set_fact:
os_firewall_use_firewalld: false
when: "'Active: active' in service_iptables_status.stdout"
+
+- include: ./pre/verify_health_checks.yml