summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-09-29 16:55:12 +0200
committerJan Chaloupka <jchaloup@redhat.com>2017-09-29 16:56:11 +0200
commit2db101a550fca7e139e9042c581126a2d5e8df10 (patch)
tree0ac829b3109b8fd270449b9c410dbf97337c8542 /playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
parent9920ea81d7f036432553921b708cf8c49ac6ea62 (diff)
downloadopenshift-2db101a550fca7e139e9042c581126a2d5e8df10.tar.gz
openshift-2db101a550fca7e139e9042c581126a2d5e8df10.tar.bz2
openshift-2db101a550fca7e139e9042c581126a2d5e8df10.tar.xz
openshift-2db101a550fca7e139e9042c581126a2d5e8df10.zip
block 3.6->3.7 upgrade if storage backend is not set to etcd3
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
index 87621dc85..f1ca1edb9 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
@@ -21,6 +21,10 @@
tags:
- pre_upgrade
+- include: ../pre/verify_etcd3_backend.yml
+ tags:
+ - pre_upgrade
+
- name: Update repos and initialize facts on all hosts
hosts: oo_masters_to_config:oo_nodes_to_upgrade:oo_etcd_to_config:oo_lb_to_config
tags: