浏览代码

Allow 5 etcd hosts

Scott Dodson 7 年之前
父节点
当前提交
f1dd3ec576
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/init/evaluate_groups.yml

+ 1 - 1
playbooks/init/evaluate_groups.yml

@@ -47,7 +47,7 @@
       msg: >
         Running etcd as an embedded service is no longer supported.
     when:
-    - g_etcd_hosts | default([]) | length not in [3,1]
+    - g_etcd_hosts | default([]) | length not in [5,3,1]
     - not (openshift_node_bootstrap | default(False))
 
   - name: Evaluate oo_all_hosts