Initial Bundle setup for coe renderer 59/61559/11
authorFaseela K <faseela.k@ericsson.com>
Fri, 11 Aug 2017 20:46:58 +0000 (02:16 +0530)
committerSam Hague <shague@redhat.com>
Wed, 23 Aug 2017 21:10:01 +0000 (21:10 +0000)
commit37fc2d5a1a92390590130c1771db68439682348e
tree68000f77371c28a3e239dfb5ffa1ca46141e0ee4
parenta6b0153d497356daa7a9f9ad91076374535a1d9a
Initial Bundle setup for coe renderer

This patch adds the following :

1. coe-renderer-api and coe-renderer-impl bundles
2. Add them to respective features
3. COE Pod and Service Listener skeleton

Change-Id: Ibe692953d40c781a843cb8c4632a1aedd07ab087
Signed-off-by: Faseela K <faseela.k@ericsson.com>
12 files changed:
vpnservice/coe/api/pom.xml [new file with mode: 0644]
vpnservice/coe/impl/pom.xml [new file with mode: 0644]
vpnservice/coe/impl/src/main/java/org/opendaylight/netvirt/coe/PodListener.java [new file with mode: 0644]
vpnservice/coe/impl/src/main/java/org/opendaylight/netvirt/coe/ServiceListener.java [new file with mode: 0644]
vpnservice/coe/impl/src/main/resources/org/opendaylight/blueprint/coe-renderer.xml [new file with mode: 0644]
vpnservice/coe/pom.xml [new file with mode: 0644]
vpnservice/features/odl-netvirt-api/pom.xml
vpnservice/features/odl-netvirt-coe/pom.xml [new file with mode: 0644]
vpnservice/features/odl-netvirt-impl/pom.xml
vpnservice/features/pom.xml
vpnservice/features/vpnservice-features/pom.xml
vpnservice/pom.xml