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/openshift-node/private | |
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/openshift-node/private')
-rw-r--r-- | playbooks/openshift-node/private/additional_config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/openshift-node/private/additional_config.yml b/playbooks/openshift-node/private/additional_config.yml index 261e2048f..b86cb3cc2 100644 --- a/playbooks/openshift-node/private/additional_config.yml +++ b/playbooks/openshift-node/private/additional_config.yml @@ -33,7 +33,6 @@ roles: - role: flannel etcd_urls: "{{ hostvars[groups.oo_first_master.0].openshift.master.etcd_urls }}" - embedded_etcd: "{{ hostvars[groups.oo_first_master.0].openshift.master.embedded_etcd }}" when: openshift_use_flannel | default(false) | bool - name: Additional node config |