Do not install etcd gateway on etcd server nodes

In a metal scenario, where neutron-server is running on the host,
etcd gateway should not be installed on the host since it will
already be running an etcd server instance. This fixes Calico on
bare-metal controller installs.

Change-Id: Ie3da23ca764e1889cd26c9dc571bd7e125447b85
This commit is contained in:
Logan V 2019-03-23 00:39:28 -04:00
parent a14dd0829d
commit 4199e8dae4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
neutron_services['calico-felix']['group'],
neutron_services['neutron-server']['group']
]) | length > 0"
- "'etcd' not in group_names"
- name: Include ODL role
include_role: