소스 검색

Merge pull request #2874 from sdodson/etcd_embedded_upgrade

etcd upgrade playbook is not currently applicable to embedded etcd in…
Scott Dodson 8 년 전
부모
커밋
73628ff272
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      playbooks/common/openshift-cluster/upgrades/etcd/main.yml

+ 3 - 0
playbooks/common/openshift-cluster/upgrades/etcd/main.yml

@@ -14,6 +14,9 @@
   connection: local
   become: no
   tasks:
+  - fail:
+      msg: 'The etcd upgrade playbook does not support upgrading embedded etcd, simply run the normal playbooks and etcd will be upgraded when your master is updated.'
+    when:  "{{ groups.oo_etcd_to_config | default([]) | length == 0 }}"
   - name: Evaluate etcd_hosts_to_upgrade
     add_host:
       name: "{{ item }}"