From 04101440d27577f99fbb40eb8a0616d70c175b33 Mon Sep 17 00:00:00 2001 From: Thomas Kee Date: Sat, 6 Sep 2014 20:11:37 -0700 Subject: [PATCH] Adding packetcable feature 1) Feature Tests Pass: https://jenkins.opendaylight.org/packetcable/job/packetcable-verify/org.opendaylight.packetcable$features-packetcable/35/consoleText 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=blob;f=features-packetcable/src/main/resources/features.xml 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-packetcable-all 4) Integration Test Impact: none Change-Id: Iad97cbef8e5faf17ae1527e23c6a02ae9cb41e41 Signed-off-by: Thomas Kee --- features/pom.xml | 8 ++++++++ features/src/main/resources/features.xml | 3 +++ pom.xml | 12 +++++++++++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/features/pom.xml b/features/pom.xml index 4c487b61..c8cad3dd 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -149,6 +149,14 @@ xml + + org.opendaylight.packetcable + features-packetcable + ${feature.packetcable.version} + features + xml + + org.opendaylight.yangtools diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 00797830..345ec8ef 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -63,11 +63,13 @@ mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.0.3-SNAPSHOT/xml/features mvn:org.opendaylight.ovsdb/features-openflow-nxm/0.0.3-SNAPSHOT/xml/features mvn:org.opendaylight.ovsdb/features-ovsdb/${feature.ovsdb.version}/xml/features + mvn:org.opendaylight.packetcable/features-packetcable/${feature.packetcable.version}/xml/features mvn:org.opendaylight.ovsdb/features-ovs-sfc/0.0.1-SNAPSHOT/xml/features mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features + odl-mdsal-broker odl-restconf @@ -85,6 +87,7 @@ odl-sfc-all odl-snbi-all odl-dlux-core + odl-packetcable-all + + org.opendaylight.packetcable + features-packetcable + ${feature.packetcable.version} + features + xml + + org.opendaylight.yangtools -- 2.36.6