diff options
| author | Michael Gugino <mgugino@redhat.com> | 2017-12-08 17:03:06 -0500 | 
|---|---|---|
| committer | Michael Gugino <mgugino@redhat.com> | 2017-12-08 17:03:06 -0500 | 
| commit | ed4d3fb42125405f8dd0765b4a42c618a9916f22 (patch) | |
| tree | be753393fe1d08e7047a0fedc03a271d7fb91b84 /playbooks/init | |
| parent | 091acb2cd3d0ab2a6019d9e96a22e6fed1c0ca9a (diff) | |
| download | openshift-ed4d3fb42125405f8dd0765b4a42c618a9916f22.tar.gz openshift-ed4d3fb42125405f8dd0765b4a42c618a9916f22.tar.bz2 openshift-ed4d3fb42125405f8dd0765b4a42c618a9916f22.tar.xz openshift-ed4d3fb42125405f8dd0765b4a42c618a9916f22.zip | |
Remove unneeded embedded etcd logic
Removing some remaining embedded etcd facts except
for the migration plays.
Diffstat (limited to 'playbooks/init')
| -rw-r--r-- | playbooks/init/evaluate_groups.yml | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/playbooks/init/evaluate_groups.yml b/playbooks/init/evaluate_groups.yml index 8787c87e1..8087f6ffc 100644 --- a/playbooks/init/evaluate_groups.yml +++ b/playbooks/init/evaluate_groups.yml @@ -46,14 +46,9 @@    - name: Evaluate groups - Fail if no etcd hosts group is defined      fail:        msg: > -        Running etcd as an embedded service is no longer supported. If this is a -        new install please define an 'etcd' group with either one or three -        hosts. These hosts may be the same hosts as your masters. If this is an -        upgrade you may set openshift_master_unsupported_embedded_etcd=true -        until a migration playbook becomes available. +        Running etcd as an embedded service is no longer supported.      when:      - g_etcd_hosts | default([]) | length not in [3,1] -    - not openshift_master_unsupported_embedded_etcd | default(False)      - not (openshift_node_bootstrap | default(False))    - name: Evaluate oo_all_hosts | 
