From 7e6518ded8b881dddccb4cc47a72a416129309a3 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 26 Aug 2014 20:15:04 -0500 Subject: [PATCH] Adding controller's adsal-compatibility features 1) Feature Tests Pass: https://jenkins.opendaylight.org/controller/job/controller-merge/2669/org.opendaylight.controller$features-adsal-compatibility/testReport/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blob;f=features/adsal-compatibility/src/main/resources/features.xml;h=de939f219acc5bf438e4660a77eafaedc405a90a;hb=HEAD a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description c) Features Start-Levels: No start-levels on elements or elements 3) Features Tested: Features have been tested for functionality with a) feature:install odl-adsal-compatibility b) feature:install odl-integration-compatible-with-l2switch 4) Integration Test Impact AD-SAL integration tests *should* work with this now. Ping tests will need l2switch. Note: This was tested with odl-integration-compatible-with-l2switch because it allows us to do pingall and see the resulting stats, topology, etc with the AD-SAL rest interface. Change-Id: Ib56b7c1662cad1eab3992b4e6ac602de3b1f2542 Signed-off-by: Ed Warnicke --- 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 9e0ab0c0..5616c10b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -56,6 +56,13 @@ features xml + + org.opendaylight.controller + features-adsal-compatibility + 1.4.2-SNAPSHOT + features + xml + org.opendaylight.yangtools diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index e20c8dc7..1c543a6a 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -53,12 +53,14 @@ mvn:org.opendaylight.controller/features-nsf/${feature.nsf.version}/xml/features 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 odl-mdsal-broker odl-restconf odl-adsal-all odl-nsf-all odl-openflowplugin-flow-services + odl-adsal-compatibility