From dfe8ebbd2cd66740ebcaa1190df2e5974025801a Mon Sep 17 00:00:00 2001 From: Christopher O'Shea Date: Thu, 11 Sep 2014 17:29:36 -0700 Subject: [PATCH] Adding plugin2oc features 1) Feature Tests Pass: https://jenkins.opendaylight.org/plugin2oc/job/plugin2oc-merge/9/testReport/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=plugin2oc.git;a=blob;f=features-plugin2oc/src/main/resources/features.xml;h=1a87f27c04568ba288745a031a01b7b5bb382af1;hb=HEAD a) Feature Names: odl-plugin2oc b) Features Descriptions: OpenDaylight :: plugin2oc :: Plugin 3) Features Tested: Features have been tested for functionality with a) feature:install odl-plugin2oc b) feature:install odl-integration-compatible-with-plugin2oc Signed-off-by: Christopher O'Shea Change-Id: I8272307614e134bf0018f2dfd779df1930399aec --- features/pom.xml | 9 +++++++++ features/src/main/resources/features.xml | 9 +++++++++ pom.xml | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/features/pom.xml b/features/pom.xml index acb71901..4bd2fae3 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -96,6 +96,15 @@ features xml + + + org.opendaylight.plugin2oc + features-plugin2oc + 0.1 + features + xml + + org.opendaylight.aaa diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index efef2242..edc1a482 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -66,6 +66,7 @@ mvn:org.opendaylight.ovsdb/features-ovsdb/${feature.ovsdb.version}/xml/features mvn:org.opendaylight.ovsdb/features-ovs-sfc/0.0.1-SNAPSHOT/xml/features mvn:org.opendaylight.packetcable/features-packetcable/${feature.packetcable.version}/xml/features + mvn:org.opendaylight.plugin2oc/features-plugin2oc/0.1/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.snmp4sdn/features-snmp4sdn/0.1.3-SNAPSHOT/xml/features @@ -116,6 +117,14 @@ odl-l2switch-switch + + + odl-integration-compatible-with-all + odl-plugin2oc + + + + org.opendaylight.plugin2oc + features-plugin2oc + 0.1 + features + xml + -- 2.36.6