diff options
author | Geoff Newson <geoff.newson@gmail.com> | 2018-02-07 22:34:55 +0000 |
---|---|---|
committer | Geoff Newson <geoff.newson@gmail.com> | 2018-02-07 22:34:55 +0000 |
commit | a3e8299968664620b59e3e69dbe53a7a9a9b77f9 (patch) | |
tree | f9f6443f7bfd3caa3fec318ec32c21a4b56b68df /playbooks | |
parent | 178a71a0952adc5a4137f2c0acae8e5d2cf71c62 (diff) | |
download | openshift-a3e8299968664620b59e3e69dbe53a7a9a9b77f9.tar.gz openshift-a3e8299968664620b59e3e69dbe53a7a9a9b77f9.tar.bz2 openshift-a3e8299968664620b59e3e69dbe53a7a9a9b77f9.tar.xz openshift-a3e8299968664620b59e3e69dbe53a7a9a9b77f9.zip |
Changing the check for the number of etcd nodes
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 e8bf1892c..1948557c6 100644 --- a/playbooks/init/evaluate_groups.yml +++ b/playbooks/init/evaluate_groups.yml @@ -51,7 +51,7 @@ upgrade please see https://docs.openshift.com/container-platform/latest/install_config/upgrading/migrating_embedded_etcd.html for documentation on how to migrate from embedded to external etcd. when: - - g_etcd_hosts | default([]) | length not in [5,3,1] + - g_etcd_hosts | default([]) | length == 0 - not (openshift_node_bootstrap | default(False)) - name: Evaluate oo_all_hosts |