diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-24 10:48:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 10:48:20 -0500 |
commit | 3abb49892a339c25fac1a320a84ca9049ae7bc6f (patch) | |
tree | eaa465171c3d73c3dce073ec826f039cbd202e0d | |
parent | 514f905e0d0245cd4333503224abd10a0b407bf1 (diff) | |
parent | f1dd3ec5764a4da735801c0f9b161f4468fe3304 (diff) | |
download | openshift-3abb49892a339c25fac1a320a84ca9049ae7bc6f.tar.gz openshift-3abb49892a339c25fac1a320a84ca9049ae7bc6f.tar.bz2 openshift-3abb49892a339c25fac1a320a84ca9049ae7bc6f.tar.xz openshift-3abb49892a339c25fac1a320a84ca9049ae7bc6f.zip |
Merge pull request #6749 from sdodson/allow-5-etcd-master
Allow 5 etcd hosts
-rw-r--r-- | playbooks/init/evaluate_groups.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/init/evaluate_groups.yml b/playbooks/init/evaluate_groups.yml index c4cd226c9..924ae481a 100644 --- a/playbooks/init/evaluate_groups.yml +++ b/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 |