diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-16 16:24:51 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2018-01-16 16:28:02 -0500 |
commit | f1dd3ec5764a4da735801c0f9b161f4468fe3304 (patch) | |
tree | 479d29401aa039dc2744e8911911537f5a860228 /playbooks | |
parent | 9424e6ffe7919c9651e860fe606895c7ab6b7ca8 (diff) | |
download | openshift-f1dd3ec5764a4da735801c0f9b161f4468fe3304.tar.gz openshift-f1dd3ec5764a4da735801c0f9b161f4468fe3304.tar.bz2 openshift-f1dd3ec5764a4da735801c0f9b161f4468fe3304.tar.xz openshift-f1dd3ec5764a4da735801c0f9b161f4468fe3304.zip |
Allow 5 etcd hosts
Diffstat (limited to 'playbooks')
-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 |