summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre/gate_checks.yml
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-09-12 13:17:32 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-09-28 11:57:54 -0300
commitcbe003803a4a7509ee7aa1fac776cc618818bb4e (patch)
tree6cd528d71671a22ceab5647a79bac365fee6e572 /playbooks/common/openshift-cluster/upgrades/pre/gate_checks.yml
parent0cb963375165f03807818a8e8fa99a52a8244c04 (diff)
downloadopenshift-cbe003803a4a7509ee7aa1fac776cc618818bb4e.tar.gz
openshift-cbe003803a4a7509ee7aa1fac776cc618818bb4e.tar.bz2
openshift-cbe003803a4a7509ee7aa1fac776cc618818bb4e.tar.xz
openshift-cbe003803a4a7509ee7aa1fac776cc618818bb4e.zip
Attempt to tease apart pre upgrade for masters/nodes.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/pre/gate_checks.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/pre/gate_checks.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/pre/gate_checks.yml b/playbooks/common/openshift-cluster/upgrades/pre/gate_checks.yml
new file mode 100644
index 000000000..907c1aa87
--- /dev/null
+++ b/playbooks/common/openshift-cluster/upgrades/pre/gate_checks.yml
@@ -0,0 +1,6 @@
+---
+- name: Flag pre-upgrade checks complete for hosts without errors
+ hosts: oo_masters_to_config:oo_nodes_to_config:oo_etcd_to_config
+ tasks:
+ - set_fact:
+ pre_upgrade_complete: True