Commit Graph

7266 Commits

Author SHA1 Message Date
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 655d5fe20d Merge pull request #1330 from rackspace/1.5.x
Fixed inheritance hierarchy for Swift and Cloud Files to avoid problems when using BlobStore.
2013-02-20 15:58:43 -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
Adrian Cole 5f7d642d51 Merge pull request #1328 from abayer/1.5.x
Add StopVirtualMachineOptions for forcing VM stop to CloudStack API
2013-02-20 10:53:03 -08:00
Andrew Bayer 3b8cf417d6 Add StopVirtualMachineOptions for forcing VM stop to CloudStack API 2013-02-20 10:38:30 -08:00
Adrian Cole eda6c3c7b6 Merge pull request #1327 from maginatics/creation-date-1.5.x
Expose resource creation date
2013-02-20 09:58:28 -08:00
Andrew Gaul 378f0a3558 Expose resource creation date 2013-02-20 08:39:58 -08:00
adriancole 7d5abd0a03 error handling hardening for dynect 2013-02-19 21:14:09 -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 c01bc173d0 corrected generic type failure in jdk7 2013-02-19 15:08:22 -08:00
adriancole bacb21d92d added initial rdata implementation for DynECT 2013-02-19 09:22:20 -08:00
adriancole 0d6fbce68a work around DynECT api and session limitations 2013-02-19 08:53:48 -08:00
Adrian Cole e2f18eb64a Merge pull request #1319 from jclouds/respectPROPERTY_MAX_REDIRECTS
RedirectionRetryHandler ignored PROPERTY_MAX_REDIRECTS on backoff
2013-02-19 01:37: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
Adrian Cole b310b98c72 Merge pull request #1304 from jclouds/dynect-zone-1.5.x
finished zone support for dynect
2013-02-04 17:52:36 -08:00
adriancole ad5a89fd45 finished zone support for dynect 2013-02-04 17:00:55 -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
adriancole 9723c62f0f fix issue #1289 bug in zero length put 2013-02-01 16:36:30 -08:00
adriancole d3bf1288df add session management filter and read-only zone support to dynect 2013-02-01 15:16:05 -08:00
Andrew Phillips 23d2752bde Updating route53 project name: jcloud route53 -> jclouds route53 2013-02-01 14:50:46 -08:00
Adrian Cole 8837d9151f Merge pull request #1287 from rstradling/bug_fix_1264
Fixed issue with list os-families on joyent specifically smart-os ones
2013-02-01 13:36:47 -08:00
Ryan Stradling def3eab274 Fixed issue with list os-families on joyent specifically smart-os ones
The code was checking if the third option of the urn sdc:sdc:percona which was incorrect for some os types.  This has been fixed
2013-02-01 15:51:41 -05:00
adriancole b396c3cd82 worked around issue where GET can become POST 2013-01-31 18:11:22 -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 678454c8ad fix issue #1263 stop before deleting joyent servers 2013-01-31 13:39:23 -08:00
Adrian Cole c7f394a598 fix issue #1264 parse smartos in joyent 2013-01-31 11:57:24 -08:00
Adrian Cole 7525fedf1a issue #1165 promote route53 out of labs 2013-01-31 11:00:23 -08:00
adriancole 40a2e7133a complete route53 api 2013-01-31 09:50:07 -08:00
Adrian Cole c58440f601 fix issue #1254 cloudstack renamed deployvirtualmachineresponse in version 4.1 2013-01-30 11:59:45 -08:00
Adrian Cole 6edaae8dce allow SelectJson to specify multiple field names, in case the server renamed something 2013-01-30 11:17:28 -08:00
Adrian Cole ff53b7161c Merge pull request #1265 from richardcloudsoft/cloudstack-req-sign-1.5
Fix CloudStack URL signing for fields with [ chars
2013-01-29 17:22:08 -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 b822dc405b added list api for route53 resource record sets 2013-01-28 21:26:28 -08:00
adriancole de0bf1957e switched to logback 2013-01-28 21:19:18 -08:00
adriancole a827a481b9 completed route53 zone commands 2013-01-28 14:24:52 -08:00
Adrian Cole 037eff184b soapenv:mustUnderstand was in wrong position 2013-01-27 22:47:13 -08:00
Adrian Cole 480ab5350a added Task api for UltraDNS 2013-01-27 22:47:07 -08:00
Adrian Cole a3b1b93dc6 true-up security section for UltraDNS 2013-01-27 18:13:07 -08:00
Adrian Cole 006683efe0 added zone list and get commands to ultradns 2013-01-27 16:24:57 -08:00
Adrian Cole 3eb7d11a10 changed ultradns to use https and added error handling 2013-01-27 15:09:44 -08:00
adriancole 8d1e797edb issue #1165: added skeleton for UltraDNS WS provider 2013-01-27 00:59:29 -08:00
adriancole 360d2001e3 first functionality in dynect: session api 2013-01-27 00:51:15 -08:00