Avoid ofp topology discovery 49/74149/3
authorFaseela K <faseela.k@ericsson.com>
Tue, 17 Jul 2018 19:39:23 +0000 (01:09 +0530)
committerSam Hague <shague@redhat.com>
Wed, 18 Jul 2018 11:49:37 +0000 (11:49 +0000)
openflowplugin is packaging lldp based topology discovery
along with "odl-openflowplugin-flow-services. This feature sends
periodic lldp messages on all the links available, to discover
the topology. Netvirt does not need this lldp feature, but is coming
by default with the feature we were including.

This patch removes the feature which was previously used, and
use only the appropriate openflowplugin features needed for netvirt
functionality.

JIRA: OPNFLWPLUG-1024

Change-Id: Ibdd78e492c77fb19ae1965bb6c92a6b4a84dd695
Signed-off-by: Faseela K <faseela.k@ericsson.com>
features/odl-netvirt-impl/pom.xml

index 74c9f750b3b4e0e83f7b85dfb94bd64bc9fe4bcb..bea9cc7794be598e17980d90d2597427ccc301ab 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
-            <artifactId>odl-openflowplugin-flow-services</artifactId>
+            <artifactId>odl-openflowplugin-app-config-pusher</artifactId>
+            <version>0.7.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
+            <version>0.7.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
             <version>0.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>