Adding sfc features
authorDavid Goldberg <david.goldberg@contextream.com>
Sun, 14 Sep 2014 20:50:55 +0000 (23:50 +0300)
committerDavid Goldberg <david.goldberg@contextream.com>
Mon, 15 Sep 2014 12:00:58 +0000 (15:00 +0300)
1) Feature Tests Pass: https://jenkins.opendaylight.org/sfc/job/sfc-merge/org.opendaylight.sfc$features-sfcofl2/56/testReport/

2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=sfc.git;a=blob;f=features-sfcofl2/src/main/resources/features.xml;h=431e943f0bea488e9272f3a19ae935df0012bc1c;hb=HEAD
a) Feature Names: Prefixed with 'odl-' : odl-sfcofl2
b) Features Descriptions: OpenDaylight :: sfcofl2
c) Features Start-Levels: No start-levels on <bundle> elements or <feature> elements

3) Features Tested: Features have been tested for functionality with
a) feature:install odl-sfcofl2

4) Integration Test Impact: none

Change-Id: I662a0a3359dfd4a8c9a373c22320d3478b59fa0e
Signed-off-by: David Goldberg <david.goldberg@contextream.com>
features/pom.xml
features/src/main/resources/features.xml

index c4ff8d316ae2dde01d87237a45d3522a73c62ee7..9930bea66655c04442ad57a3f40b9b36d9976be5 100644 (file)
       <type>xml</type>
     </dependency>
 
+    <dependency>
+          <groupId>org.opendaylight.sfc</groupId>
+          <artifactId>features-sfcofl2</artifactId>
+          <version>0.0.1-SNAPSHOT</version>
+          <classifier>features</classifier>
+          <type>xml</type>
+    </dependency>
+
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>features-ovs-sfc</artifactId>
index a3cf0984d883763fc3cfdcc8a12c25ea7407cea6..30c42363ff6bd6be4e0a866aed1348bc8750962e 100644 (file)
@@ -70,6 +70,7 @@
     <repository>mvn:org.opendaylight.sdninterfaceapp/features-sdninterfaceapp/1.4.2-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.sfc/features-sfclisp/0.0.1-SNAPSHOT/xml/features</repository>
+    <repository>mvn:org.opendaylight.sfc/features-sfcofl2/0.0.1-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/0.1.3-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features</repository>
@@ -95,6 +96,7 @@
         <feature version='1.1-SNAPSHOT'>odl-restconf</feature>
         <feature version='0.0.1-SNAPSHOT'>odl-sfc-all</feature>
         <feature version='0.0.1-SNAPSHOT'>odl-sfclisp</feature>
+        <feature version='0.0.1-SNAPSHOT'>odl-sfcofl2</feature>
         <feature version='${feature.snbi.version}'>odl-snbi-all</feature>
         <feature version='${feature.ttp.version}'>odl-ttp-all</feature>
         <!--