From 1d9431aa147ea2f32a97daa3838b62182f9068af Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Wed, 27 Aug 2014 23:58:18 -0700 Subject: [PATCH] Enabling Openflow NXM Extensions Karaf Feature 1) Feature Tests Pass: https://jenkins.opendaylight.org/ovsdb/job/ovsdb-merge/257/org.opendaylight.ovsdb$features-openflow-nxm/testReport/ 2) Features Comply with Guidelines: Yes (features starts with odl-, with description & no Start-levels) https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=features/of-nxm-extensions/src/main/resources/features.xml;h=fe25b554230729f1aee0b46b38246db1734a4aff;hb=c46bca34b1e903c71a485b4b5255a4996b2f09e4 3) Features Tested: Features have been tested for functionality with feature:install odl-openflow-nxm-extensions 4) Integration Test Impact : This brings in the NXM extensions support for Openflow13. Should not have any impact. Signed-off-by: Madhu Venugopal --- features/pom.xml | 7 +++++++ features/src/main/resources/features.xml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/features/pom.xml b/features/pom.xml index 9945cab6..d03df2bc 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -55,6 +55,13 @@ features xml + + org.opendaylight.ovsdb + features-openflow-nxm + 0.0.3-SNAPSHOT + features + xml + org.opendaylight.l2switch features-l2switch diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 657a2251..043743ec 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -55,6 +55,7 @@ mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.0.3-SNAPSHOT/xml/features mvn:org.opendaylight.l2switch/features-l2switch/0.1.0-SNAPSHOT/xml/features mvn:org.opendaylight.controller/features-adsal-compatibility/1.4.2-SNAPSHOT/xml/features + mvn:org.opendaylight.ovsdb/features-openflow-nxm/0.0.3-SNAPSHOT/xml/features odl-mdsal-broker odl-restconf @@ -62,6 +63,7 @@ odl-nsf-all odl-ovsdb-all odl-openflowplugin-flow-services + odl-openflow-nxm-extensions odl-adsal-compatibility -- 2.36.6