Tibor Kiss
f354712f89
Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob
2011-03-06 20:49:24 +01:00
Adrian Cole
9892fb1d1b
Issue 499: added ssh key import to AWSKeyPairClient
2011-03-06 09:22:37 -05:00
Adrian Cole
d42f50e0c0
fixed order in unit test
2011-03-06 08:06:34 -05:00
Adrian Cole
2c5e97627d
removed deprecated usage
2011-03-05 21:08:55 -05:00
Adrian Cole
a988b47627
Issue 471:add better error message when there's an interrupted exception
2011-03-05 20:57:19 -05:00
Adrian Cole
7bcdc74a35
added rest properties to vcloud test
2011-03-05 20:56:54 -05:00
Adrian Cole
d494c8a9f3
Issue 494:vCloud director 1.0.1 fixes guest customization bug
2011-03-05 17:06:05 -05:00
Adrian Cole
59c0dbb6cd
Issue 497:revise template options on a per-provider basis
2011-03-05 17:03:54 -05:00
Adrian Cole
e3e0ad3e84
add public ips to collection for vcloud
2011-03-05 16:56:33 -05:00
Adrian Cole
fb663fceed
Issue 498:[vcloud] expose IpAddressAllocationMode to compute service
2011-03-05 16:55:59 -05:00
Adrian Cole
7eef59db02
allowed overriding of rest.properties during testing
2011-03-05 16:50:48 -05:00
Adrian Cole
ad0acb56fa
fixed auth error when using an ssl site via ip and not hostname
2011-03-05 16:35:37 -05:00
Adrian Cole
9117644f26
Issue 495:vcloud: NullPointerExceptions when a VM has no IP addresses
2011-03-04 22:58:39 -05:00
Adrian Cole
87f6bdcce8
cleaned up org and vdc for savvis
2011-03-04 18:23:16 -05:00
Tibor Kiss
589579191c
Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob
2011-03-04 23:37:30 +01:00
Tibor Kiss
20b03aceb8
AWS S3 sequential multipart upload strategy, newly added files.
2011-03-04 23:29:39 +01:00
Tibor Kiss
f5566a4a57
AWS S3 sequential Multipart Upload strategy
2011-03-04 23:24:32 +01:00
Adrian Cole
16304e5301
repackaged savvis and got tests passing
2011-03-04 16:49:36 -05:00
Adrian Cole
3e8321aa8f
updated savvis to the correct naming convention and maven dependencies
2011-03-04 16:14:06 -05:00
Adrian Cole
705889d80a
Merge branch 'master' of https://github.com/kedardave/jclouds
...
* 'master' of https://github.com/kedardave/jclouds :
added compute service live test for savvis
added vdc,vapp,network handling for savvis
2011-03-04 15:54:34 -05:00
Adrian Cole
6543f3af7a
Issue 493:bad http syntax deleting cloudsigma resources
2011-03-04 15:47:31 -05:00
Adrian Cole
c1637ba740
added guest os to cloudstack
2011-03-04 15:45:59 -05:00
Kedar Dave
596cb5260b
added compute service live test for savvis
2011-03-04 14:26:26 -06:00
Adrian Cole
19eea56052
added example for reassigning server ip in cloudsigma
2011-03-04 14:57:35 -05:00
Adrian Cole
739bcc4c68
Issue 491:support new ap-northeast-1 region in aws
2011-03-03 09:44:53 -05:00
Adrian Cole
b40c8ccb1b
expose statement being executed in runscript
2011-03-01 16:46:30 -05:00
Adrian Cole
c5d43b88b1
updated version for ninefold
2011-03-01 16:45:02 -05:00
Adrian Cole
e8038f5d48
added function to obtain a new ip or reuse
2011-02-27 21:01:07 -08:00
Adrian Cole
0e794c4788
return false on executionexception
2011-02-27 20:59:54 -08:00
Adrian Cole
54ab2aa82b
lowered level of a debug statement
2011-02-27 19:57:10 -08:00
Adrian Cole
7fc56e86ef
making test more lenient for our build server
2011-02-27 17:35:25 -08:00
Adrian Cole
4ec14fc847
making test more lenient for our build server
2011-02-27 17:29:47 -08:00
Adrian Cole
3d3770a556
Issue 489: made a ceiling for retry intervals
2011-02-27 16:42:48 -08:00
Adrian Cole
67a13f439c
added new retryable ssh exceptions
2011-02-27 16:41:57 -08:00
Adrian Cole
ff10f03efc
refactored async job processing in cloudstack
2011-02-27 12:14:09 -08:00
Adrian Cole
c6032bc1d5
test to see if ips are publicly routable
2011-02-27 12:13:20 -08:00
Adrian Cole
5b2669c2f3
network scope is less than zone
2011-02-27 12:12:40 -08:00
Adrian Cole
bedebd53dc
enhanced multi-part test to look at md5
2011-02-26 21:56:31 -08:00
Adrian Cole
01ef7140db
simplified request authorize syntax, fixed a couple issues in the signature relating to spaces. normalized to constants, rewrote metadata test to be easier to maintain
2011-02-26 21:55:22 -08:00
Adrian Cole
71eb7ea8b7
fixed gae test relating to expect header
2011-02-26 21:50:36 -08:00
Adrian Cole
897dc000d5
made blobmetadata parser name accessible for testing
2011-02-26 21:48:51 -08:00
tibor.kiss
00d172ce2f
issue 430: large blob support:
...
- modified all 3 http connectors to add "Expect: 100-continue" header
- refactored the RequestAuthorizeSignature to not conform the specification
- complete-multipart-upload response is returning escaped quote, I extended ETag parser
- added more S3 headers
2011-02-26 20:05:16 +01:00
Adrian Cole
bc5b4e8ab3
added generic typed asyncjob fro cloudstack so we can access VM passwords, which are only stored in the async job result
2011-02-26 10:20:47 -08:00
Adrian Cole
06355017b0
relaxed reponse builder as sometimes servers mistakenly do not include a message in the http response
2011-02-26 10:19:49 -08:00
Adrian Cole
9e7dbc5612
Merge branch 'master' of github.com:jclouds/jclouds
...
* 'master' of github.com:jclouds/jclouds:
Issue 430:large blob support on aws-s3
added debug to http executor
carved out a place to add aws-s3 specific functionality
2011-02-24 21:54:49 -08:00
Adrian Cole
164fa05d2b
Issue 488: added storage provider for ninefold
2011-02-24 21:54:42 -08:00
Adrian Cole
95a19b99fd
Issue 430:large blob support on aws-s3
2011-02-24 21:46:14 -08:00
Adrian Cole
84004b8986
added debug to http executor
2011-02-24 21:45:04 -08:00
Adrian Cole
f459100c75
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
fixed nat relationship in cloudstack
2011-02-24 11:18:02 -08:00
Adrian Cole
2539559640
carved out a place to add aws-s3 specific functionality
2011-02-24 11:17:00 -08:00