summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-09-25 13:23:17 +0200
committerJan Chaloupka <jchaloup@redhat.com>2017-09-25 15:35:05 +0200
commitf2669d64113bcdc0c16f7205cbaf42a062f596a9 (patch)
treeddb3e755534d6b99cafcf19f6fb2a69dbc6ccdb1 /playbooks/common/openshift-cluster/upgrades/v3_7
parent4c46c0748b06a088d2dd5bb0af439e55718271f5 (diff)
downloadopenshift-f2669d64113bcdc0c16f7205cbaf42a062f596a9.tar.gz
openshift-f2669d64113bcdc0c16f7205cbaf42a062f596a9.tar.bz2
openshift-f2669d64113bcdc0c16f7205cbaf42a062f596a9.tar.xz
openshift-f2669d64113bcdc0c16f7205cbaf42a062f596a9.zip
check if the storage backend is set to etcd3 before upgrading to 3.7
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
index 3549cf6c3..6cd3bd3e5 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
@@ -29,6 +29,10 @@
tags:
- pre_upgrade
+- include: ../pre/verify_etcd3_backend.yml
+ tags:
+ - pre_upgrade
+
- name: Update repos on control plane hosts
hosts: oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config
tags: