From 75b9446d67267b3cc6bc8fbc99e2c188d9cae16a Mon Sep 17 00:00:00 2001 From: Heath Kesler Date: Tue, 26 Aug 2014 17:18:49 -0600 Subject: [PATCH] Adding features-bgp features 1) Feature Tests Pass: https://jenkins.opendaylight.org/bgpcep/job/bgpcep-verify/org.opendaylight.bgpcep$features-bgp/3144/testReport/ 2) Features Comply with Guidelines: bgp/feature/src/main/resources/feature.xml a) Feature Names: odl-bgpcep-all - which includes the following: odl-bgpcep-dependencies, odl-bgpcep-controller-config, odl-bgpcep-util, odl-bgpcep-concepts, odl-bgpcep-linkstate, odl-bgpcep-pcep-impl, odl-bgpcep-parser, odl-bgpcep-rib, odl-bgpcep-testtool b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description c) Features Start-Levels: No start-level 3) Features Tested: Features have been tested for functionality with a) feature:install odl-bgpcep-all b) feature:install odl-integration-compatible-with-all 4) Integration Test Impact: none Change-Id: I4d78e0a550ad9b1c86e94f5a769de38e4be9b1c0 Signed-off-by: Heath Kesler --- features/pom.xml | 6 ++++++ features/src/main/resources/features.xml | 9 +++++---- pom.xml | 9 +++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index 824b031b..bb5ecdf8 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -48,6 +48,12 @@ features xml + + org.opendaylight.bgpcep + features-bgp + features + xml + org.opendaylight.openflowplugin features-openflowplugin diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index befee202..9a3125d2 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -59,22 +59,23 @@ mvn:org.opendaylight.aaa/features-aaa/0.1.0-SNAPSHOT/xml/features mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/${feature.lispflowmapping.version}/xml/features mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features - + mvn:org.opendaylight.bgpcep/features-bgp/${feature.bgp.version}/xml/features odl-mdsal-broker odl-restconf odl-adsal-all odl-nsf-all - odl-ovsdb-all odl-openflowplugin-flow-services + odl-openflowjava-protocol + odl-ovsdb-all odl-openflow-nxm-extensions odl-adsal-compatibility odl-aaa-all - odl-openflowjava-protocol + odl-bgpcep-all odl-lispflowmapping-all - org.opendaylight.ovsdb -- 2.36.6