Commit Graph

1361 Commits

Author SHA1 Message Date
Andrew Gaul d54c269b2e Allow configuration of session renewal. 2013-03-13 19:32:41 -07:00
adriancole 68d615529a attempt to deal with cloudbees failure 2013-02-28 18:41:04 -08:00
Adrian Cole e8d6c0643c [maven-release-plugin] prepare for next development iteration 2013-02-25 20:44:16 -08:00
Adrian Cole d0577b518f [maven-release-plugin] prepare release jclouds-1.5.8 2013-02-25 20:44:08 -08:00
Adrian Cole a4fa0d5dfd rename TemporaryCredentials to SessionCredentials per aws sdk 2013-02-25 20:14:20 -08:00
Adrian Cole 5cab8dcd96 unhooked version dependency from ec2 async tests 2013-02-25 18:54:55 -08:00
Adrian Cole 3dd309da2d various cleanups to get ec2 subnet api up to latest 2013-02-24 17:05:39 -08:00
Adrian Cole ece9b5b82e deterministic creation of requests based on arg order 2013-02-24 15:38:52 -08:00
Andrew Bayer bbc35cb7e1 EC2 Subnet added, with DescribeSubnets support initially. 2013-02-24 12:59:41 -08:00
Andrew Bayer b5b6ac2e8f anyResourceId was actually filtering on any resource type instead 2013-02-24 12:27:15 -08:00
Adrian Cole 5e0512584d Merge pull request #1333 from abayer/1.5.x
Coerce InsufficientResourcesException for CloudStack
2013-02-21 12:14:50 -08:00
adriancole 8d08938961 added summary log output to route53 live test 2013-02-21 11:32:02 -08:00
Andrew Bayer dd60f9dded Coerce InsufficientResourcesException for CloudStack 2013-02-21 11:29:20 -08:00
Everett Toews ef8f21a65d Fixed inheritance hierarchy for Swift and Cloud Files to avoid problems when using BlobStore. 2013-02-20 17:07:59 -06:00
Adrian Cole 2b502b0688 Merge pull request #1312 from vadasg/1.5.x
fix hi1.4xlarge and other hardware specifications in 1.5.x
2013-02-20 12:52:33 -08:00
Vadas Gintautas 9b5bc07495 update hardware specs
update hardware specs

fix hardware ccami support

update hardware specs

update hardware specs

fix hardware ccami support
2013-02-20 14:02:08 -05:00
Andrew Bayer 3b8cf417d6 Add StopVirtualMachineOptions for forcing VM stop to CloudStack API 2013-02-20 10:38:30 -08:00
Andrew Gaul 378f0a3558 Expose resource creation date 2013-02-20 08:39:58 -08:00
adriancole f8a3f5ee1d synchronized naming of route53 with aws sdk, and changed resource record type from enum to string 2013-02-19 16:45:48 -08:00
adriancole 9c511ccdd9 RedirectionRetryHandler ignored PROPERTY_MAX_REDIRECTS on backoff 2013-02-19 01:04:09 -08:00
adriancole 72ad7d8199 [maven-release-plugin] prepare for next development iteration 2013-02-04 18:04:48 -08:00
adriancole 0eee0f9842 [maven-release-plugin] prepare release jclouds-1.5.7 2013-02-04 18:04:46 -08:00
adriancole dcc5cdad44 fix issue #1297 put with zero length payload 2013-02-04 12:03:07 -08:00
adriancole da7f6e9575 [maven-release-plugin] prepare for next development iteration 2013-02-02 08:30:47 -08:00
adriancole 62dde066e5 [maven-release-plugin] prepare release jclouds-1.5.6 2013-02-02 08:30:45 -08:00
Andrew Phillips 23d2752bde Updating route53 project name: jcloud route53 -> jclouds route53 2013-02-01 14:50:46 -08:00
adriancole 737e2d3a20 fix issue #1277 some nova installs do not generate passwords 2013-01-31 17:33:31 -08:00
adriancole 9961f09c2e brittle test 2013-01-31 13:39:29 -08:00
Adrian Cole 7525fedf1a issue #1165 promote route53 out of labs 2013-01-31 11:00:23 -08:00
Adrian Cole c58440f601 fix issue #1254 cloudstack renamed deployvirtualmachineresponse in version 4.1 2013-01-30 11:59:45 -08:00
Richard Downer a73f08db60 Fix CloudStack URL signing for fields with [ chars
Commit 69a8304 caused the CloudStack QuerySigner to generate invalid
signatures where key names contained square brackets, such as in the
"iptonetworklist[N]" field to deployVirtualMachine. The commit changed
the whole query string being URL-encoded, whereas previously the field
values were encoded but the field names were not. The CloudStack API
guide says that values that should be encoded for signing but not field
names, and indeed the commit does cause signatures to be rejected.

This commit reverses the change to QuerySigner.createStringToSign() and
adds a unit test for this case.
2013-01-29 23:22:10 +00:00
adriancole 4e99ba5029 promoted aws-sts to top-level 2013-01-27 00:08:25 -08:00
adriancole 3f48a2cf79 integrated s3 request signing with temporary credentials 2013-01-26 23:49:05 -08:00
Adrian Cole 1cb4c430b9 accomodate runtime credential changes 2013-01-26 23:27:27 -08:00
Andrew Gaul 3ac7937f66 Work around failed metadata lookups with Rackspace
Previously BlobStore.list and thus BlobStore.clearContainer serialized
on synchronous and failed CDN lookups.  This effectively prevents
clearing any large container.  We cache a negative entry to work
around this.  This commit is similar to commit 3c7b965 to
hpcloud-objectstorage.
2013-01-17 18:09:30 -08:00
Adam Lowe efedb0e3a8 openstack-nova: eliminating npe on SecurityGroupApi.delete() 2013-01-16 16:51:00 +00:00
Adrian Cole dae8e10592 [maven-release-plugin] prepare for next development iteration 2013-01-13 21:19:20 -08:00
Adrian Cole 3e28b726af [maven-release-plugin] prepare release jclouds-1.5.5 2013-01-13 21:19:16 -08:00
adriancole 6f2c21ec7b change cacheloader that can return nulls to return optional so to avoid cacheload exceptions 2013-01-10 15:27:25 -08:00
adriancole c83aa133a2 refactored ec2 tests so that they can be used in aws-ec2 2013-01-10 14:58:07 -08:00
Andrew Gaul a153569456 Ignore ETags with non-hex suffixes
Amazon S3 blobs created via multi-part uploads have these suffixes.
Reference:

https://forums.aws.amazon.com/thread.jspa?messageID=203510
2013-01-09 13:24:45 -08:00
Andrew Phillips 7ac78fd271 Moving LoginWithPasswordCredentialsTest in CloudStack from o.j.c.loaders to o.j.c.functions
Compare fe888fb9 on 1.5.x with 28e8f266 on master
2013-01-07 16:59:21 -05:00
Hugo Trippaers fe888fb932 Test the password tool with a domain with a slash
And some tests for other situations
parse domain/user with String.lastIndexOf() instead of a File object
2013-01-03 08:20:00 -08:00
Everett Toews 10540a6513 Fixed Javadoc for Rackspace Cloud Files CDN. Links were broken. 2012-12-31 10:13:55 -08:00
Everett Toews e4a71117b7 Deprecate nova project in 1.5.5. To be removed in 1.6. 2012-12-29 10:19:38 -08:00
Adrian Cole 69a8304617 replaced jersey w/Uris & UriTemplates; removed complexity in url encoding and edge cases like matrix params 2012-12-24 16:11:08 -08:00
Everett Toews 40d0041898 Guava toString, hashCode, and equals for domain objects. Removed unnecessary Objects. 2012-12-24 11:42:16 -08:00
Adrian Cole a00f4ac86a removed chance of race condition due to duplicate tearDown methods 2012-12-24 02:45:35 -08:00
Adrian Cole 9d19777c46 added named annotations corresponding to IAM actions 2012-12-21 14:16:53 -08:00
Everett Toews a75a0a4455 Some useful predicates for Load Balancers. 2012-12-20 16:40:14 -08:00