Adding persistence features
authorMy Trinh <mydung.thi.trinh@hp.com>
Thu, 18 Jun 2015 22:15:56 +0000 (15:15 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 22 Jun 2015 22:59:12 +0000 (22:59 +0000)
1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/persistence/job/persistence-merge-master/45/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/#/c/22928/1/features/index/src/main/resources/features.xml
    a) Feature Names: Prefixed with 'odl-' : odl-persistence-api
    b) Features Descriptions: Present
    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-persistence-api
    b) feature:install odl-integration-all
4) Integration Test Impact- none

Change-Id: I620a6e1675e72a2887a44a3a76b5334e51dc7b1a
Signed-off-by: My Trinh <mydung.thi.trinh@hp.com>
features/index/pom.xml
features/index/src/main/resources/features.xml
features/test/src/main/resources/features.xml

index 54bc364c549a27cfa3314ac698f6383e9c0f5ebd..2167c58ab17051eaf1b0c2987959c03fc81fcbc1 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.persistence</groupId>
+      <artifactId>features-persistence</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.reservation</groupId>
       <artifactId>features-reservation</artifactId>
index 4f1823439495d197e6b2b621178dd625b2d92771..42c7fbadb4f04e1fab1b56fbb4fa449615e4f0a4 100644 (file)
@@ -60,6 +60,7 @@
     <repository>mvn:org.opendaylight.ovsdb/features-ovsdb/${feature.ovsdb.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.packetcable/features-packetcable/${feature.packetcable.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.packetcable/features-packetcable-policy/${feature.packetcable.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.persistence/features-persistence/1.0.0-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.reservation/features-reservation/${feature.reservation.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.sdninterfaceapp/features-sdninterfaceapp/1.5.0-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.sfc/features-sfc/${feature.sfc.version}/xml/features</repository>
index 96b263d6281112b7f47a11db0a19ac9b8d5ad718..3ca9f5e52aad692ade559d190338d5ea6ae98216 100644 (file)
         <feature version='${feature.ovsdb.openstack.version}'>odl-ovsdb-openstack</feature>
         <feature version='${feature.packetcable.version}'>odl-packetcable-all</feature>
         <feature version='${feature.packetcable.version}'>odl-packetcable-policy-server-all</feature>
+        <feature version='1.0.0-SNAPSHOT'>odl-persistence-api</feature>
         <feature version='${feature.sfc.version}'>odl-sfcofl2</feature>
         <feature version='${feature.snbi.version}'>odl-snbi-all</feature>
         <feature version='${feature.tsdr.version}'>odl-tsdr-all</feature>