diff options
| author | Jan Chaloupka <jchaloup@redhat.com> | 2017-09-30 21:26:47 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-30 21:26:47 +0200 | 
| commit | 99c3117df11f1d6b5240dc72f57b2f7f541a234a (patch) | |
| tree | bf83dfb5b84b875b18fe04120c35a0705877db19 | |
| parent | 1ab0e6f8a9efe7c4fb47119db3d879e46d12d7bd (diff) | |
| parent | 2db101a550fca7e139e9042c581126a2d5e8df10 (diff) | |
Merge pull request #5593 from ingvagabund/block-upgrade-if-etcd3-not-set
block 3.6->3.7 upgrade if storage backend is not set to etcd3
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml | 4 | 
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:  | 
