Rename 'odl-tsdr-h2-all' to 'odl-tsdr-hsqldb-all' 03/32903/1
authorYuLing Chen <yulingchen54@gmail.com>
Mon, 18 Jan 2016 02:14:02 +0000 (18:14 -0800)
committerYuLing Chen <yulingchen54@gmail.com>
Mon, 18 Jan 2016 02:21:46 +0000 (18:21 -0800)
Phil and Thanh reported an issue regarding TSDR unnecessarily pulling
mysql-connector-java component. This creates impact on ODL distribution.
We investigated the issue and understood it was h2 data store that was
pulling this jar file.  Since it was more difficult to fix this issue in
h2 with limited time and resource, we replaced h2 data store
with hsqldb in Beryllium. The fix has been locally verified by Thanh.
Now we're fixing every perspective in Beryllium including the feature name in
integration feature test.

The new feature name has already been included in TSDR feature.xml and tested
well.

Change-Id: I66fa8ddc89e62383bc503e01c9bc29b29ca705f3
Signed-off-by: YuLing Chen <yulingchen54@gmail.com>
features-test/src/main/resources/features.xml

index 02848e8f7c7e23452c45e8ba2cd9ae32b3adaa5e..aefcf94c7520d7ff27e05065c6dd332074336b13 100644 (file)
 <!--
         <feature version='${feature.snbi.version}'>odl-snbi-all</feature>
 -->
-        <feature version='${feature.tsdr.version}'>odl-tsdr-h2-all</feature>
+        <feature version='${feature.tsdr.version}'>odl-tsdr-hsqldb-all</feature>
         <feature version='${feature.vpnservice.version}'>odl-vpnservice-openstack</feature>
         <feature version='${feature.vtn-manager.version}'>odl-vtn-manager-neutron</feature>
         <feature version='${feature.vtn-manager.version}'>odl-vtn-manager-rest</feature>