1. Feature Tests Pass: https://jenkins.opendaylight.org/snbi/job/snbi-verify/org... 80/10580/4
authorVijay Anand R <vanandr@cisco.com>
Thu, 4 Sep 2014 09:43:51 +0000 (15:13 +0530)
committerVijay Anand R <vanandr@cisco.com>
Thu, 4 Sep 2014 13:55:36 +0000 (19:25 +0530)
2. Features Comply with Guidelines: https://github.com/opendaylight/snbi/blob/master/features/src/main/resources/features.xml
3. Features Tested: Features have been tested for functionality with
    a) feature:install odl-snbi-all
    b) feature:install odl-integration-compatible-with-all
4. Integration Test Impact: none that we are aware of.

Change-Id: I65d98361f448e61e2e29c35406a3b91785d37d03
Signed-off-by: Vijay Anand R <vanandr@cisco.com>
features/pom.xml
features/src/main/resources/features.xml
pom.xml

index b9bf7f3c1c1d81189c89c834ec817f166cae663f..e0649b8b952b5d8811993b5117c486cb760e8bef 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.snbi</groupId>
+      <artifactId>features-snbi</artifactId>
+      <version>${feature.snbi.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
+
     <!-- test to validate features.xml -->
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
index d5f7ae13b48e2ad0bbeb29d1b10269214d9a3b00..5c7faeb2219595afa73e9a8bcfa7062d21f93943 100644 (file)
@@ -60,6 +60,7 @@
     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.0.3-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.ovsdb/features-openflow-nxm/0.0.3-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.ovsdb/features-ovsdb/${feature.ovsdb.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-bgp/${feature.bgp.version}/xml/features</repository>
@@ -77,6 +78,7 @@
         <feature version='${feature.bgp.version}'>odl-bgpcep-all</feature>
         <feature version='${feature.lispflowmapping.version}'>odl-lispflowmapping-all</feature>
         <feature version='${feature.ttp.version}'>odl-ttp-all</feature>
+        <feature version='${feature.snbi.version}'>odl-snbi-all</feature>
     </feature>
 
     <!--
diff --git a/pom.xml b/pom.xml
index a10c6cc6f42e03bc36beee20b55e243cde80f878..d044ce363416c00ace5aaf16bfa90b08086d76d2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,7 @@
     <feature.ovsdb.version>1.0.0-SNAPSHOT</feature.ovsdb.version>
     <feature.ovsdb.openstack.version>1.0.0-SNAPSHOT</feature.ovsdb.openstack.version>
     <feature.lispflowmapping.version>1.1.11-SNAPSHOT</feature.lispflowmapping.version>
+    <feature.snbi.version>1.0.0-SNAPSHOT</feature.snbi.version>
     <feature.ttp.version>0.0.1-SNAPSHOT</feature.ttp.version>
     <feature.vtn-manager.version>0.2.0-SNAPSHOT</feature.vtn-manager.version>
     <feature.bgp.version>0.3.1-SNAPSHOT</feature.bgp.version>