Add COE service-implementation mode 44/73644/6
authorFaseela K <faseela.k@ericsson.com>
Mon, 2 Jul 2018 12:00:17 +0000 (17:30 +0530)
committerSam Hague <shague@redhat.com>
Wed, 4 Jul 2018 18:13:18 +0000 (18:13 +0000)
commitfc79e97f204288a7d8e9416483f45243897e047d
treeb046f51e2fd7aba18fd7239d55fe44e12fe1b4c3
parent011f9b305a1e44a042014d29a7daf41edff3f639
Add COE service-implementation mode

COE has currently two approaches for service
implementation. It can either use kubernetes's default
kube proxy mode, or its own custom odl-kube-proxy
mode. This patch adds a mechanism to choose between the
two options available.

Change-Id: I686eb9de5eb86cef9058e3802a19b8367333f21c
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
coe/impl/pom.xml
coe/impl/src/main/java/org/opendaylight/netvirt/coe/listeners/PodListener.java
coe/impl/src/main/resources/initial/netvirt-coe-config.xml [new file with mode: 0644]
coe/impl/src/main/resources/org/opendaylight/blueprint/coe-renderer.xml
coe/impl/src/main/yang/coe-config.yang [new file with mode: 0644]
features/odl-netvirt-coe/pom.xml
features/odl-netvirt-coe/src/main/feature/feature.xml [new file with mode: 0644]