You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2015/12/08 07:47:32 UTC

[1/2] jclouds-karaf git commit: JCLOUDS-790: Remove hpcloud-objectstorage

Repository: jclouds-karaf
Updated Branches:
  refs/heads/master b388d13cb -> 6bb5c5cb3


JCLOUDS-790: Remove hpcloud-objectstorage

HP will sunset this service on 31 Jan 2016:

http://h30499.www3.hp.com/t5/Grounded-in-the-Cloud/A-new-model-to-deliver-public-cloud/ba-p/6804409


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/1a20b459
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/1a20b459
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/1a20b459

Branch: refs/heads/master
Commit: 1a20b459ed33a6077cff1764e85406c88fec2600
Parents: b388d13
Author: Andrew Gaul <ga...@apache.org>
Authored: Tue Dec 8 10:01:55 2015 +0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Tue Dec 8 10:01:55 2015 +0800

----------------------------------------------------------------------
 feature/pom.xml                                                 | 1 -
 feature/src/main/resources/feature.xml                          | 5 -----
 .../jclouds/karaf/itests/HPCloudFeaturesInstallationTest.java   | 5 -----
 3 files changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/1a20b459/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 375781d..79d3840 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -141,7 +141,6 @@ limitations under the License.
                 <feature>jclouds-gogrid</feature>
                 <feature>jclouds-go2cloud-jhb1</feature>
                 <feature>jclouds-glesys</feature>
-                <feature>jclouds-hpcloud-objectstorage</feature>
                 <feature>jclouds-hpcloud-compute</feature>
                 <feature>jclouds-openhosting-east1</feature>
                 <feature>jclouds-rackspace-cloudfiles-us</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/1a20b459/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index e34f67f..f478643 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -327,11 +327,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.provider/glesys/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-hpcloud-objectstorage' description='HP Cloud Object Storage' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-api-swift</feature>
-        <bundle>mvn:org.apache.jclouds.provider/hpcloud-objectstorage/${jclouds.version}</bundle>
-    </feature>
-
     <feature name='jclouds-hpcloud-compute' description='HP Cloud Compute' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-api-openstack-nova</feature>
         <bundle>mvn:org.apache.jclouds.provider/hpcloud-compute/${jclouds.version}</bundle>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/1a20b459/itests/src/test/java/org/jclouds/karaf/itests/HPCloudFeaturesInstallationTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/jclouds/karaf/itests/HPCloudFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/HPCloudFeaturesInstallationTest.java
index 1cbf388..5f3d95e 100644
--- a/itests/src/test/java/org/jclouds/karaf/itests/HPCloudFeaturesInstallationTest.java
+++ b/itests/src/test/java/org/jclouds/karaf/itests/HPCloudFeaturesInstallationTest.java
@@ -43,9 +43,4 @@ public class HPCloudFeaturesInstallationTest extends JcloudsFeaturesTestSupport
     public void testHPCloudCompute() throws Exception {
         installAndCheckFeature("jclouds-hpcloud-compute");
     }
-    
-    @Test
-    public void testHPCloudObjectStorage() throws Exception {
-        installAndCheckFeature("jclouds-hpcloud-objectstorage");
-    }
 }


[2/2] jclouds-karaf git commit: JCLOUDS-786: Remove legacy swift provider

Posted by ga...@apache.org.
JCLOUDS-786: Remove legacy swift provider

The modern openstack-swift provider obsoletes this.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/6bb5c5cb
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/6bb5c5cb
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/6bb5c5cb

Branch: refs/heads/master
Commit: 6bb5c5cb398e42a3801a84b1fed3e6fba56e3300
Parents: 1a20b45
Author: Andrew Gaul <ga...@apache.org>
Authored: Tue Dec 8 10:02:21 2015 +0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Tue Dec 8 10:02:21 2015 +0800

----------------------------------------------------------------------
 feature/pom.xml                                               | 1 -
 feature/src/main/resources/feature.xml                        | 7 -------
 .../jclouds/karaf/itests/ApisFeaturesInstallationTest.java    | 5 -----
 3 files changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6bb5c5cb/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 79d3840..492f285 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -118,7 +118,6 @@ limitations under the License.
                 <feature>jclouds-api-openstack-keystone</feature>
                 <feature>jclouds-api-openstack-cinder</feature>
                 <feature>jclouds-api-openstack-swift</feature>
-                <feature>jclouds-api-swift</feature>
                 <feature>jclouds-aws-cloudwatch</feature>
                 <feature>jclouds-aws-ec2</feature>
                 <feature>jclouds-aws-route53</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6bb5c5cb/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index f478643..cf97677 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -74,13 +74,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.api/openstack-swift/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-api-swift' description='jclouds - API - Swift' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-blobstore</feature>
-        <feature version='${project.version}'>jclouds-api-openstack-keystone</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.common/openstack-common/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.api/swift/${jclouds.version}</bundle>
-    </feature>
-
     <feature name='jclouds-api-openstack-nova' description='jclouds - API - OpenStack Nova' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-compute</feature>
         <feature version='${project.version}'>jclouds-api-openstack-keystone</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6bb5c5cb/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
index da5c508..f930518 100644
--- a/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
+++ b/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
@@ -90,11 +90,6 @@ public class ApisFeaturesInstallationTest extends JcloudsFeaturesTestSupport {
     }
 
     @Test
-    public void testSwiftFeature() throws Exception {
-        installAndCheckFeature("jclouds-api-swift");
-    }
-
-    @Test
     public void testCloudSigma2Feature() throws Exception {
         installAndCheckFeature("jclouds-api-cloudsigma2");
     }