소스 검색

block 3.6->3.7 upgrade if storage backend is not set to etcd3

Jan Chaloupka 7 년 전
부모
커밋
2db101a550
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml

+ 4 - 0
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: