Adrian Cole
3b4bc8d1d2
Merge pull request #166 from vijaykiran/networkclient-fixes
...
Sync the output of network json with the domain model
2011-11-17 05:03:08 -08:00
Adrian Cole
5cdff59bfe
Merge pull request #164 from richardcloudsoft/cloudstack-template-live-test
...
Cloudstack template live test - extract template functionality
2011-11-17 05:00:07 -08:00
vijaykiran
3894d7fb3f
Sync the output of network json with the domain model
2011-11-17 12:38:18 +01:00
Richard Downer
e1bfb07780
Changes to TemplateClientLiveTest following review. Test now passes without a java SSL certificate exception.
2011-11-17 10:28:37 +00:00
andreisavu
7eb954c90c
Expose the static ip settings as options
2011-11-17 09:48:15 +02:00
Adrian Cole
04f2cdbd90
Merge pull request #160 from danikov/add-nodeclient
...
Issue 551: Added NodeClient
2011-11-16 22:55:14 -08:00
Richard Downer
75752db64c
Add TemplateClientLiveTest.testExtractTemplate()
2011-11-16 21:09:18 +00:00
Richard Downer
1e7592ac98
Add a special case to distinguish when Cloudstack says 'template' but means 'TemplateExtract' - fixes the failing unit test
2011-11-16 20:38:13 +00:00
danikov
3db6c66b1e
check for deleted status before deleting to prevent spurious failures
2011-11-16 19:04:31 +00:00
danikov
6365190448
rename/reorder methods/parameters as per review
2011-11-16 19:03:46 +00:00
danikov
42ba8e9de4
get rid of unnecessary son parsers and use handy SelectJson annotation
2011-11-16 19:02:28 +00:00
Adrian Cole
b2d6c6b19c
Merge pull request #162 from andreisavu/fixed-tests
...
Fixed tests that did not expect the group to work
2011-11-16 09:53:00 -08:00
andreisavu
4fa3d7d94d
Fixed tests that did not expect the group to work
2011-11-16 19:44:58 +02:00
andreisavu
6c3ecfb0f3
Allow user the specify the ip address for a cloudstack vm
2011-11-16 19:29:06 +02:00
Adrian Cole
2f2277683c
Merge pull request #158 from richardcloudsoft/cloudstack-template-live-test
...
Cloudstack template live tests
2011-11-16 07:26:08 -08:00
Richard Downer
a2b6eac75f
Cloudstack uses the JSON key "template" to mean a different type in different contexts, confusing ParseAsyncJobFromHttpResponse. Add a (currently failing) unit test to reproduce this issue.
2011-11-16 15:24:20 +00:00
Adrian Cole
fdeb26f91e
Merge pull request #159 from andreisavu/vlan-test-fix
...
Improved the experimental test to be able to cleanup existing networks
2011-11-16 07:24:20 -08:00
Richard Downer
b31c589462
Add TemplateExtract domain model to Cloudstack
2011-11-16 15:24:20 +00:00
danikov
575dac2583
removed unnecessary removals and added comments about inconsistent rackspace api
2011-11-16 15:16:21 +00:00
danikov
d44bf5d23e
naming + correct parameter/return type for addNodes
2011-11-16 15:15:25 +00:00
Richard Downer
eef07939c1
Fix up TemplateClientLiveTest.testCreateTemplate so it runs on Citrix test cloud
2011-11-16 13:31:33 +00:00
Richard Downer
0e52fcb040
First steps in making a live test for Cloudstack templates
2011-11-16 13:31:33 +00:00
andreisavu
f4c1e5b882
Addressed some of the offline comments made by Adrian
2011-11-16 14:40:32 +02:00
Adrian Cole
122338ba6a
name field isn't always settable, switch to displayName
2011-11-16 14:03:29 +02:00
Adrian Cole
d53d473481
throw exception as opposed to returning false when a job errors
2011-11-16 14:03:12 +02:00
danikov
f851271ae3
minor bug fixes plus wiring up
2011-11-16 09:54:46 +00:00
danikov
074f5ffbe7
check for no regions
2011-11-16 09:54:14 +00:00
danikov
e1547f5853
tests for NodeClient
2011-11-16 09:53:27 +00:00
andreisavu
dc5c04951b
Improved the experimental test to be able to cleanup existing networks
2011-11-16 11:37:27 +02:00
Adrian Cole
85a0cdfa9c
Issue 755:support new cc2.8xlarge instance size
2011-11-16 10:47:44 +02:00
Adrian Cole
fa4e7da19d
added constructor so that whirr can use it
2011-11-16 08:01:06 +02:00
Adrian Cole
1f304ededb
fix missing name in cloudstack and also disable static nat on destroy
2011-11-15 18:29:53 +02:00
Adrian Cole
2d31d6db23
add disable static nat
2011-11-15 18:29:53 +02:00
Adrian Cole
5ce8b4177c
Merge pull request #155 from andreisavu/select-default-network
...
Select the default virtual network when creating a new virtual machine
2011-11-15 07:06:55 -08:00
andreisavu
e74d58634c
Select the default virtual network when creating a new virtual machine
2011-11-15 17:03:23 +02:00
Adrian Cole
95f00a8cda
removed prefix inside async tests
2011-11-15 16:36:22 +02:00
Adrian Cole
ef2c2277d0
re-enabled test, as it works in public providers
2011-11-15 14:42:02 +02:00
Adrian Cole
0b9cb6238d
fixed VolumeAsyncClientTest
2011-11-15 14:41:24 +02:00
Adrian Cole
6b834c9d44
Merge pull request #153 from vijaykiran/volume-client
...
Volume client
2011-11-15 04:23:37 -08:00
Adrian Cole
2f21049cbd
Merge pull request #151 from andreisavu/illegal-state-on-firewall-auth
...
Throw an IllegalStateException on firewall authorization failure
2011-11-15 04:19:32 -08:00
Adrian Cole
3f28aa0b2a
Merge pull request #150 from andreisavu/presetup-valid-root-device-type
...
PreSetup is a valid root device type
2011-11-15 04:18:09 -08:00
Adrian Cole
056085428f
Merge pull request #149 from andreisavu/more-test-fixing
...
Fixed and disabled some tests (disk offerings, ssh keys, service execution)
2011-11-15 04:17:23 -08:00
vijaykiran
5e27696481
VolumeClient Implementation - Attach/Detach/CreateFromSnapshot and CreatefromVolume with parrial tests.
2011-11-15 12:14:30 +01:00
Adrian Cole
e1f66caec0
updated cloudstack to include adminCredential + vlan tests
2011-11-15 12:59:42 +02:00
andreisavu
b508f87e3d
Throw an IllegalStateException on firewall authorization failure
2011-11-15 12:22:03 +02:00
andreisavu
0963e9ebce
PreSetup is a valid root device type
2011-11-15 11:50:41 +02:00
andreisavu
2c5d5efec6
Make sure we are removing any test ssh keys
2011-11-15 11:17:46 +02:00
andreisavu
43e6d22149
Disable testCreateAndRunAService because it's never going to pass without an internet connection
2011-11-15 11:16:49 +02:00
andreisavu
af99850a54
listDiskOfferings not fully working on 2.2.12
2011-11-15 11:11:46 +02:00
Jeremy Daggett
d151e6bee4
Updated files from other git repo for Swift public ACL
2011-11-14 21:25:54 -08:00
vijaykiran
e6090530be
volume-client create volume test
2011-11-14 21:57:01 +01:00
andreisavu
564587047b
Use a retry loop when trying to acquire an ssh connection
2011-11-14 22:21:23 +02:00
vijaykiran
0dad4db0a3
Volume Client implementation : init
2011-11-14 21:05:36 +01:00
Adrian Cole
2ea8dc2cee
Issue 754:fix swift to use the documented X-Auth-User headers, and not X-Storage-... which is not universally supported
2011-11-14 21:18:01 +02:00
Adrian Cole
31c75e7874
move cloudstack out of sandbox
2011-11-14 19:29:45 +02:00
Adrian Cole
4329129c25
Issue 750:property to set the image id for the default template
2011-11-14 19:25:46 +02:00
Adrian Cole
69467b04e3
Issue 752:move off deprecated systemProperties to systemPropertyVariables in surefire
2011-11-14 19:25:45 +02:00
danikov
cd6ef318b8
new classes for the node rest client
2011-11-14 15:50:11 +00:00
Adrian Cole
6738ebf633
fixed cyclic property
2011-11-13 09:20:23 +02:00
Adrian Cole
c08a7884bd
Issue 750:property to set the image id for the default template
2011-11-11 19:48:28 +02:00
Adrian Cole
2367c14eed
added missing cloudloadbalancers module
2011-11-11 11:43:26 +02:00
Adrian Cole
8e00d9d7d3
Merge pull request #129 from mattstep/master
...
Fixes to nova client to support proofpoint/cloud-management project
2011-11-11 00:52:51 -08:00
Adrian Cole
738fbbd331
Merge pull request #132 from danikov/master
...
Issue 551: support rackspace cloud load balancers
2011-11-11 00:46:15 -08:00
danikov
914f9adf41
refactored out commonalities and added apis to the rest.properties, plus corrected some meta-data
2011-11-10 15:34:58 +00:00
danikov
3b4d173ddf
corrected copy/paste error
2011-11-10 09:53:49 +00:00
Adrian Cole
1cf2be9b09
Merge pull request #127 from jsonking/master
...
Issue 695: Updated test url and refactored credentials code into singe location.
2011-11-10 00:52:53 -08:00
Adrian Cole
e157a54421
Merge pull request #128 from andrewgaul/filesystem-putblob-closeoutputstream
...
Close OutputStream during filesystem putBlob
2011-11-10 00:43:33 -08:00
Adrian Cole
32a968e263
Merge pull request #131 from andrewgaul/propagate-exceptions
...
Propagate exceptions
2011-11-10 00:17:23 -08:00
Andrew Phillips
d3d361c4eb
Removed duplicate dependencies com.jamesmurty.utils:java-xmlbuilder and org.jclouds:jclouds-core from vCloud
2011-11-10 01:53:32 -05:00
danikov
d260ce4cc5
added uk cloudloadbalancer provider
2011-11-10 06:32:19 +00:00
danikov
adc95d19c0
refactored out rackspace cloudloadblancers api from us provider specifics
2011-11-10 06:32:19 +00:00
Andrew Gaul
665d5df938
Propagate exceptions
...
Caught TransientAsyncBlobStore errors by visual inspection, the rest
with grep.
2011-11-09 18:21:00 -08:00
Matt Stephenson
882ae7fc41
Support new nova api 1.1 image and flavor entities on the server entity. As of openstack Diablo, imageref and flavorref no longer exist in the api.
2011-11-09 14:52:54 -06:00
Matt Stephenson
6f97696283
Add server uuid verification to existing unit tests.
2011-11-09 14:52:54 -06:00
Matt Stephenson
ae287a97e8
Add ability to use uuid to delete servers using the nova client
2011-11-09 14:52:54 -06:00
Matt Stephenson
393c99561d
Fix bug with nova client and Diablo where client sends Accept header that Diablo rejects as unparseable
2011-11-09 14:52:54 -06:00
Matt Stephenson
a25c2616cc
Add uuid to the nova Server domain object.
2011-11-09 14:52:54 -06:00
Matt Stephenson
3c803b3d8a
Add Nova client get requests by uuid for retreiving Server, Flavor, and Image details.
2011-11-09 14:52:54 -06:00
Matt Stephenson
dd5f343954
Add retrieving the self uri and make getURI more flexible so as to work with Openstack Diablo
2011-11-09 14:52:54 -06:00
Andrew Gaul
322d37897e
Close OutputStream during filesystem putBlob
2011-11-09 10:20:51 -08:00
Jason King
98e7c6047c
Refactored frequently repeated service config (provider,credential etc) into new class BaseVersionedServiceLiveTest and used it in BaseCompute, BaseTerremarkClient and BaseVCloudClient live tests
2011-11-09 15:27:46 +00:00
Adrian Cole
e9cff5e17c
Issue 747:add new us-west-2 region
2011-11-09 11:19:40 +01:00
Andrew Phillips
893171ba59
Fixed licence header (thanks, Andrei!)
2011-10-29 11:53:30 -04:00
Andrew Phillips
0e06eedcdb
Ignoring the tests that cause issue 402 on Windows for the 1.0.0 release
2011-10-29 11:53:27 -04:00
Andrew Phillips
cfe31695c0
[issue 737] Modified apis/filesystem tests to skip tests that are known not to work on Windows
2011-10-29 11:53:25 -04:00
Adrian Cole
5d252e6fd5
removed throws clauses to UnsupportedEncodingException where they aren't thrown
2011-10-28 15:00:56 +02:00
Adrian Cole
dd89ad3068
backfilled tests and refactored most of org.jclouds.location.suppliers package
2011-10-23 04:38:25 +02:00
Jason King
6d56364cd0
call super and added comment
2011-10-21 16:15:41 +01:00
Jason King
b92d55bc05
Change test to make sure contentDisposition is not null
2011-10-20 10:47:54 +01:00
Jason King
1a3ae0c242
fix swift tests for content types
2011-10-19 16:36:46 +01:00
Adrian Cole
552242e863
moved to 1.3.0-SNAPSHOT
2011-10-16 12:26:31 -07:00
Adrian Cole
0c14365399
Harder tests relating to installing admin user
2011-10-16 03:08:36 -07:00
Adrian Cole
ed47d255b0
Issue 612: added Name support to aws-ec2
2011-10-15 00:26:54 -07:00
Adrian Cole
9104eca282
Issue 717: corrected keyPair state logic which was redundantly creating keys
2011-10-14 01:49:18 -07:00
Adrian Cole
7e5a6e68cf
Issue 719: add sha1 support to SshKeys
2011-10-13 23:57:46 -07:00
Adrian Cole
c28a2e38c3
Issue 719: added some logging for ssh fingerprints
2011-10-13 01:49:49 -07:00
Adrian Cole
326328b71b
spot requests are not opening in us-east-1 or us-west-1: switching to eu-west-1
2011-10-11 17:12:46 -07:00
Adrian Cole
868b9ba93e
fixed filesystem test case
2011-10-11 10:37:13 -07:00
Adrian Cole
f864b2faac
Merge pull request #102 from andrewgaul/filesystem-signer
...
Issue 648: Reuse transient signer with filesystem blobstore
2011-10-11 10:22:59 -07:00
Adrian Cole
5f800efe66
Merge pull request #105 from jsonking/master
...
Cloudsigma: Fixed documentation links, plus LiveTest for rename a VLAN which works now
2011-10-11 10:20:41 -07:00
Andrew Gaul
a7fbb97cd9
Reuse transient signer with filesystem blobstore
...
Addresses issue 648.
2011-10-11 10:11:26 -07:00
Jason King
a05e2d55c2
Cloudsigma: Fixed documentation links, plus LiveTest for rename a VLAN which works now
2011-10-11 17:48:45 +01:00
Adrian Cole
cd710a2a94
Issue 715:Unable to resolve symbol: -?> in this context
2011-10-11 09:23:07 -07:00
Adrian Cole
bbbd5a35fc
Issue 690:Update to guava 10.0.1
2011-10-10 18:00:07 -07:00
Adrian Cole
842da34982
Issue 713:support userMetadata in createNodesInGroup in byon, cloudservers, and aws-ec2
2011-10-07 00:34:44 -07:00
Adrian Cole
809a1b051c
Issue 712:add support for CloudSigma Las Vegas
2011-10-06 18:59:23 -07:00
Richard Downer
bc99e9e7ee
Update unit tests for deleteVApp
2011-10-05 16:22:43 +01:00
Richard Downer
7f9973e037
VAppAsyncClient.deleteVApp (deprecated API) requires @Consume(TASK_XML) annotation
2011-10-05 14:20:05 +01:00
Richard Downer
148339858c
VAppAsyncClient.deleteVApp requires @Consume(TASK_XML) annotation
2011-10-05 13:38:05 +01:00
Adrian Cole
04a5aa8f71
Merge pull request #91 from ahgittin/704-clojure13
...
Issue 704: clojure13
2011-10-04 00:49:43 -07:00
Alex Heneveld
9d30fde375
issue 704, clojure 1.3 compatibility: removed uses of clojure-contrib, bringing in preferred modular dependencies where needed (tools.logging and core.incubator), adding the map-str function (that is all that was missing from clojure-contrib string), changing uses of "condition" to be java.lang.Exception, and changing the reference to private type byte-array-type to be the class directly in its own extend-protocol block since private type isn't liked under clojure 1.3; also removed clojure 1.1 build profile
2011-10-03 11:17:16 +01:00
Adrian Cole
ec7a736771
updated eucalyptus tests
2011-09-30 22:38:25 -07:00
Adrian Cole
34bca807d5
Issue 669: ensure elasticstack doesn't pass nic mac address when setting server config
2011-09-28 13:28:16 -07:00
Adrian Cole
0bb51e4f4e
euca doesn't support ebs boot yet
2011-09-27 13:53:54 -07:00
Adrian Cole
79a8336b10
Issue 696:The security group 'X' does not exist error when creating nodes
2011-09-22 22:53:09 -07:00
Adrian Cole
6ad732cda7
Issue 693:add ability to supply node object directly to byon
2011-09-22 13:09:45 -07:00
Adrian Cole
b4e4c26f44
fixed ec2 regressions related mapmaker -> cachebuilder
2011-09-22 02:29:14 -07:00
Adrian Cole
4cd94489c9
Issue 690:Update to guava 10.0rc2 and change from MapMaker to CacheBuilder
2011-09-22 00:23:29 -07:00
Adrian Cole
e766248327
Issue 334: added aws-cloudwatch provider
2011-09-16 15:36:29 -07:00
Guillaume Nodet
87dd23551c
Avoid using a non official jsr and use our own annotations
2011-09-16 17:52:12 +02:00
Mattias Holmqvist
c8f4cad395
Organized imports
2011-09-11 22:39:20 +02:00
Mattias Holmqvist
51d7af9650
Merge branch 'master' of github.com:mattiasholmqvist/jclouds into issue-669
2011-09-11 22:22:12 +02:00
Mattias Holmqvist
efdf8b23bb
Fix: "auto" no longer being assigned to public IP of the node when the node has been started.
2011-09-11 22:01:36 +02:00
Adrian Cole
952e58e74d
Merge branch 'issue-669' of https://github.com/mattiasholmqvist/jclouds
...
* 'issue-669' of https://github.com/mattiasholmqvist/jclouds :
Read "smp:cores" instead of "smp"
Intermediate fix that fixes vnc:ip and nic:0:dhcp:ip for new API version of ElasticStack. Still some issues left to fix due to hanging tests.
2011-09-08 16:25:50 +02:00
Mattias Holmqvist
fd1a5dd04c
Read "smp:cores" instead of "smp"
2011-09-08 16:16:33 +02:00
Adrian Cole
bedfee376a
Issue 659:Specify non-default key pair for boot script in EC2
2011-09-07 11:50:31 +02:00
Mattias Holmqvist
78511b74f3
Intermediate fix that fixes vnc:ip and nic:0:dhcp:ip for new API version of ElasticStack. Still some issues left to fix due to hanging tests.
2011-09-06 23:16:38 +02:00
Adrian Cole
b20cc16693
Issue 677:Race in authorizeGroupToItself and node launch
2011-09-02 13:43:57 -07:00
Adrian Cole
7f3ca1ad70
Issue 674: fixed merge problem
2011-09-01 16:33:28 -07:00
Adrian Cole
de19f777a6
Merge pull request #61 from dralves/master
...
Issue 676: Simple change to avoid NPE when tranforming nova.domain.Image into compute.domain.Image
2011-09-01 16:14:08 -07:00
nterry
428b2bd2ea
Fixed ec2 issue where whole thing aborts if one regoin is unavailable. Should be easy to implement with other providers.
2011-09-01 10:36:00 -06:00
David Ribeiro Alves
8de88410f6
changed the way the version is fetched from nova to avoid NPE
2011-08-31 22:45:41 +01:00
Adrian Cole
266cd9cb95
fixed test case relating to login_port change
2011-08-20 12:47:57 -07:00
Adrian Cole
3621b0e8c7
fix loginPort parsing in byon
2011-08-20 12:35:18 -07:00
Adrian Cole
2a4e89912b
Merge branch 'master' of git://github.com/castlabs/jclouds
...
* 'master' of git://github.com/castlabs/jclouds:
added test for range requests with filesystem backend and corrected behavior
Improve Range handling. * allowing to GET last n bytes. * start from GET range now spec conform (to field empty instead of Long.MAX_VALUE)
2011-08-19 14:38:21 -07:00
Adrian Cole
960bfe709f
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
2011-08-16 18:14:30 -07:00
Adrian Cole
ccb3d84133
Issue 660:null group on nodes from aws-ec2 provider
2011-08-16 09:26:25 -07:00
Sebastian Annies
173592f7d5
added test for range requests with filesystem backend and corrected behavior
2011-08-12 13:48:32 +02:00
Adrian Cole
0a8f38b90e
bumped snapshot version to 1.2.0-SNAPSHOT
2011-08-05 04:09:23 +01:00
Adrian Cole
2b28c04c0f
Issue 539:expose templatebuilder parameter to prefer s3-backed images
2011-08-04 11:25:49 +02:00
Adrian Cole
0dfecb0a47
stabilizing vcloud tests
2011-08-04 11:24:46 +02:00
Adrian Cole
e2397d6302
stabilize vcloud-based providers for 1.1.0 release
2011-08-03 10:13:54 -07:00
Dmitri Babaev
fec28774da
tests properties config fix
2011-07-31 02:32:07 +04:00
Dmitri Babaev
0843d3bc7d
test is updated according to ssh auth exception type change
2011-07-31 01:52:07 +04:00
Dmitri Babaev
12aabec2a6
waiting for node startup in live tests, timeout is increased for some tests
2011-07-31 01:31:27 +04:00
Dmitri Babaev
e8dcfa5f52
image id property for tests, test properties load refactoring
2011-07-31 00:46:11 +04:00
Adrian Cole
a26c568d7b
Issue 606:add ability to authorize ec2 ingress rules by source group constrained by port range
2011-07-29 03:41:20 -07:00
Adrian Cole
a802c2adf5
stabilized cloudfiles tests
2011-07-28 22:15:06 -07:00
Adrian Cole
79a2646415
stabilization of tests for swift/cloudfiles
2011-07-28 12:06:28 -07:00
Adrian Cole
ba1b7da181
in swift, content type no longer appends charset when you don't tell it to
2011-07-28 02:44:21 -07:00
Adrian Cole
85a6e2f90f
Issue 644:update standard image list for elastichosts
2011-07-28 00:37:14 -07:00
Adrian Cole
9c67e6b63c
Issue 640:add login port to byon format
2011-07-27 02:33:43 -07:00
Adrian Cole
46c147d43b
toned down logging and corrected logback version
2011-07-26 22:16:52 -07:00
Adrian Cole
edc1b10610
Issue 637: moved to sshj and tested on aws-ec2 gogrid cloudservers elastichosts-lon-p trmk-*
2011-07-25 03:59:01 -07:00
Adrian Cole
6f6b11c45a
revised terremark implementation to only include the minimum vCloud vocabulary it needs
2011-07-24 21:39:23 +10:00
Adrian Cole
560aa95e90
flattened vCloud classes now that vcloud 0.8 doesn't need to share hierarchy with 1.0
2011-07-24 13:37:03 +10:00
Adrian Cole
6b9c68039b
Issue 635:filesystem provider does not return md5 or etag on getBlob
2011-07-23 23:21:06 +10:00
Adrian Cole
81bf7268be
Issue 487: rimu returns consistent hostname, but vcloud does not
2011-07-23 23:20:13 +10:00
Adrian Cole
323e775a08
Issue 634: folded vcloud-common into vcloud and trmk-common
2011-07-23 12:06:04 +10:00
Adrian Cole
a365e7de2c
Issue 634: fold vcloudexpress into trmk-common
2011-07-23 11:00:00 +10:00
Adrian Cole
5994d14841
Issue 487: gogrid and elasticstack do not have predicatable hostnames
2011-07-23 10:19:51 +10:00
Adrian Cole
2ac2524baa
Issue 628: fixed error on vCloud find network
2011-07-23 10:17:09 +10:00
Adrian Cole
6928082674
Issue 487:Add hostname property to nodemetadata
2011-07-22 21:21:33 +10:00
Adrian Cole
acd4b4a628
clean up style warnings
2011-07-22 12:48:59 +10:00
Adrian Cole
0f9dd50d7d
Issue 628:expose properties to choose default Org and vDC in vCloud-based implementations
2011-07-22 11:03:29 +10:00
Adrian Cole
0921cea2c7
make test singlethreaded to avoid surefire hangs
2011-07-22 10:42:37 +10:00
Adrian Cole
f81bb95ab0
Issue 542: updated terremark eCloud implementation to 2.8 version of Org and added Tag and DataCenter queries
2011-07-17 18:44:44 +10:00
Adrian Cole
92bcb2b822
Issue 622:Unable to clone machine of Terremark VCloud Express
2011-07-13 14:30:32 -07:00
spasam
d9b9c61ce6
Implented vApp tag support for Terremark Enterprise.
...
Also added configurable exponential delay between automatic retries.
2011-07-12 11:21:20 -04:00
Adrian Cole
5f54110a47
Issue 623:clean up exception messages when templateBuilder fails to match an image
2011-07-12 00:16:02 -07:00
Adrian Cole
6e2cf793b2
Issue 613:Automatically parse cluster ami list
2011-07-08 02:13:12 -07:00
Adrian Cole
3c200645bc
added ec2 support for image filters
2011-07-08 02:13:12 -07:00
Adrian Cole
537691226e
added hypervisor property to ec2 image
2011-07-08 02:13:12 -07:00
Adrian Cole
48fa7a6d2c
Issue 620:elasticstack and cloudsigma-based providers do not report operating system on nodes
2011-07-07 01:01:35 -07:00
Adrian Cole
c4c40eaff5
Issue 619:support parsing ubuntu oneiric
2011-07-05 22:52:45 -07:00
Adrian Cole
0502300840
fixed ec2 security group live test
2011-06-27 02:26:51 -07:00
Adrian Cole
25dcc49aa3
instructions for elasticstack
2011-06-08 08:20:54 +08:00
Andrew Phillips
7d2fb23119
Master version is now 1.1.0-SNAPSHOT (= next feature version) now that 1.0.0 is out
2011-06-05 11:17:43 +04:00
Adrian Cole
1f535ebb6f
Issue 80: public acl for atmos
2011-06-03 02:07:12 -07:00
Mattias Holmqvist
02391ce2b5
Merge branch 'master' of https://github.com/jclouds/jclouds into ebs2_elastic-ip2
2011-06-03 09:29:41 +02:00
Mattias Holmqvist
69aac6b455
Cleaning up API for ebs2 and elastic-ip2 after review. Minor changes to doc-strings, code formatting and order of args in release fn.
2011-06-03 09:29:04 +02:00
Adrian Cole
5b10d5d0f8
Merge branch 'master' of https://github.com/dmitri-b/jclouds
...
* 'master' of https://github.com/dmitri-b/jclouds :
non-working live tests is disabled (they are not working due to the issues with OpenStack)
non-working live tests is disabled (they are not working due to the issues with OpenStack)
incorrect imports fix
comments for failing live tests fixes in change password test
more fixes in live tests more debug logging
timeout for tests is increased
live tests bug fixes
comments for JschSshClinet bug fix
JschSshClinet bug fix for exec method
key file for live tests is renamed
additional json test is moved to apis/nova
additional json test
keys for live tests are loaded from the classpath
2011-06-02 17:08:29 -07:00
Adrian Cole
461f49622d
moved scality rs2 services into sandbox due to service problems
2011-06-02 16:52:28 -07:00
Dmitri Babaev
e1f0cdcfa5
Merge commit '6d187ed9baaad1e00dbe65b36ea2989c951a5a28', ssh client patch is reverted due to massive changes in code
...
Conflicts:
drivers/jsch/src/main/java/org/jclouds/ssh/jsch/JschSshClient.java
2011-06-03 03:50:47 +04:00
Dmitri Babaev
e29e9cd4a3
non-working live tests is disabled (they are not working due to the issues with OpenStack)
2011-06-03 03:38:40 +04:00
Dmitri Babaev
bde692ab7c
non-working live tests is disabled (they are not working due to the issues with OpenStack)
2011-06-03 03:09:43 +04:00
Dmitri Babaev
07e6088bdb
incorrect imports fix
2011-06-03 02:46:16 +04:00
Dmitri Babaev
8375791335
comments for failing live tests
...
fixes in change password test
2011-06-03 02:38:00 +04:00
Adrian Cole
ac56adc2e1
Issue 592:templateBuilder.fromTemplate loses location when more narrow than region
2011-06-02 13:47:57 -07:00
Adrian Cole
a0692e737f
refactored so that eucalyptus m1.small can use 64 bit image
2011-06-02 13:20:17 -07:00
Adrian Cole
34bbfa3797
more detail on test failures in elasticstack
2011-06-02 12:59:57 -07:00
Dmitri Babaev
006d5e0eed
more fixes in live tests
...
more debug logging
2011-06-02 23:21:14 +04:00
Dmitri Babaev
9916285ae7
timeout for tests is increased
2011-06-02 17:05:45 +04:00
Dmitri Babaev
7e4029136e
live tests bug fixes
2011-06-02 16:53:12 +04:00
Mattias Holmqvist
c330e100f0
Fixed typo
2011-06-02 14:00:02 +02:00
Mattias Holmqvist
f73b46965b
First version of elastic_ip2.clj
2011-06-02 12:45:52 +02:00
Mattias Holmqvist
36cc3805b5
First version of ebs2.clj
2011-06-02 12:11:23 +02:00
Adrian Cole
e6b246a986
corrected typo in atmos
2011-06-01 22:54:59 -07:00
Adrian Cole
86129df416
stabilized bluelock
2011-06-01 20:30:30 -07:00
Adrian Cole
7e00e064c0
Issue 429: switched swift to Storage-User and Storage-Pass auth
2011-06-01 18:34:29 -07:00
Adrian Cole
08c8430619
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Issue 574: don't make build dependent on tz
'appid' value in cloudbees-web.xml value is sufficient, no need for it in the bees plugin configt need the bees.appid value in the plugin config as it's already set
Removed unused deps
Added the new TweetStore aggregator project to demos
Created a TweetStore parent project, updated twitter4j to 2.2 and switched to OAuth
Added instructions to generate Twitter consumer keys and access tokens to READMEs
added AWS Security Group Clojure wrapper
2011-06-01 16:18:43 -07:00
Adrian Cole
1858f77451
fixed regressions on ec2
2011-06-01 16:18:24 -07:00
Dmitri Babaev
ebf3527595
key file for live tests is renamed
2011-06-01 22:17:59 +04:00
Dmitri Babaev
0fedf6e467
Merge commit '7d0248c5dd972287e51ad1971d61a6ddc8bdcdf5'
2011-06-01 20:37:49 +04:00
Juergen Hoetzel
c3d767e463
added AWS Security Group Clojure wrapper
2011-06-01 14:24:11 +02:00
Adrian Cole
fca0e3d093
Issue 564:parse debian images
2011-05-30 17:08:10 -07:00
Adrian Cole
79e8c7185e
Issue 579: regression on trmk
2011-05-30 11:31:01 -07:00
Adrian Cole
b6f3c29e11
cloudfiles now stores content disposition
2011-05-29 23:51:03 -07:00
Adrian Cole
f437b7a092
Issue 579: added isReadOnly to catalog so that you can tell whether or not you can add items to it
2011-05-29 20:50:54 -07:00
Adrian Cole
ca63b9cfa3
Issue 581:BindAsHostPrefixIfConfigured generates wrong paths
2011-05-29 20:08:35 -07:00
Adrian Cole
e9cf646a75
Issue 580:split vcloud into feature-based apis
2011-05-29 15:41:26 -07:00
Adrian Cole
6ea4c96e0f
cleaned up vcloud ctr args
2011-05-27 19:56:16 -07:00
Dmitri Babaev
c009a89803
additional json test is moved to apis/nova
2011-05-27 23:35:22 +04:00
Dmitri Babaev
dcc97a5387
Merge commit 'a3a97d02b83e613944ca4c1ecc278bc60015daf3' from upstream
2011-05-27 23:27:44 +04:00
Adrian Cole
85c0ca3fcf
add item to vcloud catalog
2011-05-27 00:39:07 -06:00
Adrian Cole
92c5234761
added deleteVAppTemplateVAppOrMediaImage to vcloud
2011-05-25 17:07:23 -06:00
Adrian Cole
bd69558081
Issue 573:Set vApp description in vcloud driver
2011-05-25 16:03:15 -06:00
Adrian Cole
352a5e1cc1
Issue 571:added cpu/mem update methods and tested lightly
2011-05-25 12:03:32 -06:00
Adrian Cole
9f1f61d3b4
fixed builders on vcloud classes
2011-05-25 00:31:02 -06:00
Adrian Cole
f27b959bd5
Issue 42: applied pom fixes from Ioannis
2011-05-22 17:40:55 -07:00
Adrian Cole
c621d53799
Issue 565: run script on a distinct node
2011-05-16 16:56:14 -07:00
Gustavo Morozowski
557c0d75fe
moved maven-bundle-plugin instructions to top project pom
2011-05-16 09:14:12 -03:00
Adrian Cole
08ee5d5c8d
added tags to nodemetadata, revised byon to be persistable to blobstore
2011-05-16 00:46:02 -07:00
Adrian Cole
ddc514d602
Issue 42: added osgi fragment plugin to poms
2011-05-15 12:08:53 -07:00
Adrian Cole
533045edd7
Issue 561:add location_id to byon provider
2011-05-14 22:36:07 -07:00
Adrian Cole
99d4e3472c
Issue 560:update to snakeyaml 1.8
2011-05-14 19:12:04 -07:00
Juergen Hoetzel
734bfc2b94
fix invalid package/class imports
...
Caused by commit eedc94948e
(Issue 440:
moved ec2 into its own api module)
2011-05-14 13:07:56 +02:00
Adrian Cole
19672407e7
internal enhancements for wrapping json, and specifying an endpoint per delegate
2011-05-09 00:19:57 -07:00
Adrian Cole
a925d704f4
Issue 543, 473: new AdminAccess statement, which locks down compute nodes and creates a default admin account
2011-05-06 00:35:50 -07:00
Adrian Cole
ce212001d8
nova out of sandbox
2011-04-28 11:53:45 -07:00
Adrian Cole
c638f9f317
moved nova out of sandbox so that others can test
2011-04-27 08:24:03 -07:00
Adrian Cole
08a3cc0275
Issue 540:fixed NPE when overriding aws-s3.endpoint with a regional one
2011-04-24 16:00:37 -07:00
Adrian Cole
2b111b2604
Issue 536:terremark delete operation now returns tasks
2011-04-19 16:57:37 -07:00
Adrian Cole
9e94fc6fc9
updated license headers
2011-04-09 03:20:17 -07:00
Adrian Cole
8d26999bc2
updated to surefire 2.8, and revised test annotations to be compatible with testng 5.14.10
2011-04-09 01:09:35 -07:00
Adrian Cole
b7e2f606c7
mapmaker doesn't return null, rather NPE
2011-04-08 12:58:48 -07:00
Adrian Cole
ad96923db7
Issue 518:add limits operation to CloudServersClient
2011-04-08 12:51:53 -07:00
Adrian Cole
a3fc778035
Issue 512: locked virtualization type down
2011-04-07 16:25:17 -07:00
Adrian Cole
2bfc84beeb
Issue 430: PutOptions.multipart()
2011-04-05 12:26:16 -07:00
Adrian Cole
d69d31a5d2
expose constructor for blobbuilderimpl
2011-04-04 22:35:22 -07:00
Adrian Cole
99ac814d51
updated delta to be consistent with ids
2011-04-04 03:43:53 -07:00
Adrian Cole
d169658c65
Issue 427:support deltacloud endpoints
2011-04-04 03:09:36 -07:00
Adrian Cole
1a51fbc8ad
deltacloud now operates on rackspace
2011-04-04 00:50:49 -07:00
Adrian Cole
53c735fdff
enforced blobs must have uri, container, and can have publicAccess
2011-04-03 18:15:09 -07:00
Adrian Cole
82d84b1ca1
added getoptions to blob request signer
2011-04-01 21:38:53 -07:00
Adrian Cole
5ddf9aabca
added forSigning to blobBuilder
2011-04-01 11:38:10 -07:00
Adrian Cole
72e93e96d4
moved interim version of savvis out of sandbox
2011-03-27 17:34:08 -07:00
Adrian Cole
da29745ac2
fixed OVF where we didn't match relationships in spec
2011-03-22 02:07:46 -07:00
Adrian Cole
5ae1ba44d2
added default operating system types to savvis
2011-03-21 18:23:36 -07:00
Adrian Cole
8d9d7e406b
fixed bad test annotation that always breaks the build
2011-03-20 22:34:40 -07:00
Adrian Cole
fff61b8b4d
Issue 508: promoted OVF and CIM to jclouds-compute so that they can be reused across vcloud, trmk, and savvis
2011-03-20 22:15:08 -07:00
Adrian Cole
f5fa2d983b
added toString to common functions so that they are easier to see when debugging
2011-03-14 01:39:59 -07:00
Adrian Cole
b0f37625ec
fixed s3 test
2011-03-12 16:02:51 -08:00
Adrian Cole
9bdd97340b
Issue 506:support hosteurope blobstore; break out scality-rs2
2011-03-12 12:14:11 -08:00
Adrian Cole
2b43975cc8
Merge branch 'large-blob' of git@github.com:jclouds/jclouds
...
* 'large-blob' of git@github.com:jclouds/jclouds:
Issue 486: moved netty to a driver and created a base payload slicer
AWS S3 sequential multipart upload strategy, newly added files.
AWS S3 sequential Multipart Upload strategy
2011-03-09 13:42:02 -08:00
Adrian Cole
b0c4b9be9a
Issue 308: added compute service hooks for spot instances
2011-03-08 13:48:04 -08:00
Adrian Cole
25db134edc
fix for duplicate key exception
2011-03-08 00:31:56 -08:00
Adrian Cole
46a214b54b
Issue 308 finished provider api and testing of ec2 spot instances
2011-03-08 00:03:40 -08:00
Adrian Cole
ab46268ca2
started code for ec2 spot instances
2011-03-07 00:58:50 -05:00
Adrian Cole
ebd4d1e432
Issue 499:add and use import key support to aws-ec2
2011-03-06 15:35:06 -05:00
Adrian Cole
d7814821a3
Issue 500: added options overrideLoginUserWith and overrideLoginCredentialWith
2011-03-06 15:33:22 -05:00
Adrian Cole
b6667353f9
Issue 486: moved netty to a driver and created a base payload slicer
2011-03-06 00:04:46 -05:00
Adrian Cole
16843d9a92
Merge branch 'large-blob' of https://github.com/tiborkiss/jclouds into tiborkiss-large-blob
...
* 'large-blob' of https://github.com/tiborkiss/jclouds :
AWS S3 sequential multipart upload strategy, newly added files.
AWS S3 sequential Multipart Upload strategy
2011-03-05 21:16:07 -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
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
f5566a4a57
AWS S3 sequential Multipart Upload strategy
2011-03-04 23:24:32 +01: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
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
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
95a19b99fd
Issue 430:large blob support on aws-s3
2011-02-24 21:46:14 -08:00
Carlos
3a9ffb5871
Upgrade jsch to 0.1.44-1 and use dependencyManagement for it
2011-02-18 16:44:55 +01:00
Carlos
b69d781c79
Rename jclouds-rimu-snapshots-nexus repo to sonatype-nexus-snapshots and ensure only snapshots are pulled from there
2011-02-17 15:30:14 +01:00
Carlos
e7daafb101
Merge upstream
2011-02-17 11:55:39 +01:00
Adrian Cole
d09ede92b1
Issue 479:update to log4j 1.2.16
2011-02-15 23:03:02 +01:00
Adrian Cole
af3bf555c1
Issue 478:update to jsch 0.1.44
2011-02-15 18:46:00 +01:00
Adrian Cole
1bd1ff6684
Issue 478:update to jsch 0.1.43
2011-02-15 18:23:02 +01:00
Adrian Cole
f38c8d5e56
Issue 475: removed builtin providers for ec2, s3, cloudservers, cloudfiles, and vcloudexpress
2011-02-15 17:51:40 +01:00
Adrian Cole
d4018a5828
Issue 125: applied to cloudservers
2011-02-14 17:00:05 +01:00
Adrian Cole
4627a91195
Issue 125:payload binder
2011-02-14 15:17:19 +01:00
Adrian Cole
20c23e7962
Issue 462: corrected semantics of BlobMap when using inDirectory and added BlobBuilder
2011-02-13 22:32:31 +01:00
Adrian Cole
359a0feeaa
added missing jsch dep
2011-02-01 21:18:24 -08:00
Andrew Phillips
fab1244828
Moved elb and aws-elb READMEs to sandbox (see 38a04f671d
)
2011-02-01 09:38:40 +01:00
Andrew Phillips
4f8e953184
Added READMEs for APIs
2011-02-01 09:34:17 +01:00
Adrian Cole
38a04f671d
moved elb to sandbox
2011-01-31 19:45:51 -08:00
Adrian Cole
4a52218565
Issue 457: rename tag -> group
2011-01-31 18:02:54 -08:00
Adrian Cole
a1dbbd203c
Issue 448: new EC2 EBS support
2011-01-31 14:14:05 -08:00
Adrian Cole
5a044b3c0e
Merge branch 'lnader' of https://github.com/lnader/jclouds
...
* 'lnader' of https://github.com/lnader/jclouds :
Live tests for BlockDeviceMapping at instance creation time
2011-01-31 11:53:21 -08:00
Adrian Cole
4dc8798ac0
updated byon readme wrt credentials
2011-01-31 11:16:27 -08:00
Adrian Cole
26638192da
promoted byon
2011-01-31 10:45:00 -08:00
Adrian Cole
c93186ef9d
S3 acls are not portable, so let's not make them enums
2011-01-31 10:05:23 -08:00
Adrian Cole
675563c96a
Issue 418: updated location object to include metadata and iso3166codes
2011-01-31 01:00:20 -08:00
Lili Nader
19d7f32eea
Live tests for BlockDeviceMapping at instance creation time
2011-01-30 17:54:33 -08:00
Adrian Cole
b62a6309be
workaround to walrus not having NextMarker in bucket listing
2011-01-30 02:32:00 -08:00
Adrian Cole
672db20eb1
walrus doesn't support range requests, content encoding or language
2011-01-30 00:55:33 -08:00
Adrian Cole
7fd6cb3673
fixed tokenizing of copy and put object options for non-aws s3 clients
2011-01-30 00:32:15 -08:00
Adrian Cole
c8d4008c98
fixed pattern to id windows 2008
2011-01-29 21:06:22 -08:00
Adrian Cole
b351223f5e
removed provider-specific image parsing from base classes
2011-01-29 20:58:51 -08:00
Adrian Cole
2d888fb18e
template test predicate refactor
2011-01-29 20:55:31 -08:00
Adrian Cole
4eefd0dfa1
Walrus doesn't seem to support HEAD bucket
2011-01-29 10:39:03 -08:00
Adrian Cole
9dc155d0c2
Walrus doesn't seem to support HEAD bucket
2011-01-29 10:13:46 -08:00
Adrian Cole
68baca4062
googlestorage supports streaming
2011-01-29 10:12:42 -08:00
Adrian Cole
142aec45cb
walrus: workaroud date parse issue, more intelligently deduce containernotfoundexception when s3 is in 'path' mode, and adjust base test classes
2011-01-28 10:41:40 -08:00
Adrian Cole
89d201854b
Issue 440: decoupled aws concepts from base ec2 driver; Issue 445: gracefully handle security group in-use
2011-01-27 20:27:35 -08:00
Carlos
9254305248
Merge remote branch 'upstream/master'
2011-01-27 11:22:06 -08:00
Adrian Cole
094ed5c25c
fixed integration test classes and demoted scaleup-storage to sandbox
2011-01-26 23:52:26 -08:00
Adrian Cole
80c250f2da
epc has hypervisor types per zone
2011-01-26 18:16:02 -08:00
Adrian Cole
23d156ded9
revised syntax getting date property
2011-01-26 18:15:45 -08:00
Adrian Cole
81796fafb0
scope ec2 image parsing to providers
2011-01-26 16:30:44 -08:00
Adrian Cole
bb90123914
Issue 455:rename org.jclouds.ssh.ExecResponse -> org.jclouds.compute.domain.ExecResponse
2011-01-26 11:16:27 -08:00
Adrian Cole
f1288fed4c
s3 error parse regression
2011-01-26 00:16:24 -08:00
Carlos
abc59149fc
Merge remote branch 'upstream/master'
2011-01-25 20:05:01 -08:00
Carlos
fe9922acce
Git merge upstream/master
2011-01-25 20:04:37 -08:00
Adrian Cole
b9e60a8b4e
fixed swift to have a default version property
2011-01-25 17:11:05 -08:00
Adrian Cole
89e7fd6092
updates to fix elastichosts and cloudsigma support
2011-01-23 22:06:47 -08:00
Adrian Cole
0b2994a155
runscript bulletproofing
2011-01-23 17:27:11 -08:00
Adrian Cole
0455e0f509
refactored runScript logic
2011-01-23 12:19:28 -08:00
Adrian Cole
c34b973af3
Issue 450: fixed parsing of tags
2011-01-20 17:13:02 -08:00
Adrian Cole
93b488f52d
Issue 448: merged in ebs functionality
2011-01-18 14:32:22 -08:00
Adrian Cole
99c02b1684
fixed regressions
2011-01-16 22:17:08 -08:00
Adrian Cole
829f7f5064
Issue 440: added synaptic storage
2011-01-16 14:23:13 -08:00
Adrian Cole
de17424871
Issue 440: moved atmos to api groupId
2011-01-16 13:45:11 -08:00
Adrian Cole
2bc2e23d9c
Issue 440: moved all extensions into group id org.jclouds.driver
2011-01-15 20:58:57 -08:00
Adrian Cole
cfcee554b3
created new providers that run the elasticstack api:
...
org.jclouds.api/elasticstack
org.jclouds.provider/elastichosts-lon-b
org.jclouds.provider/elastichosts-lon-p
org.jclouds.provider/elastichosts-sat-p
org.jclouds.provider/openhosting-east1
org.jclouds.provider/serverlove-z1-man
org.jclouds.provider/skalicloud-sdg-my
2011-01-09 22:24:41 -08:00
Adrian Cole
3d9a4070fb
Issue 440: decoupled vcloudexpress from vcloud
2011-01-09 15:32:17 -08:00
Adrian Cole
e5ab8c2399
Issue 440: started to separate vcloud
2011-01-09 12:44:52 -08:00
Adrian Cole
db3a533a92
Issue 429: added SwiftClient and SwiftAsyncClient so that we can add features in swift, but that rackspace cloudfiles doesn't support
2011-01-09 12:10:00 -08:00
Adrian Cole
e00b465c78
Issue 440, 429: decoupled openstack swift from cloudfiles
2011-01-09 11:49:59 -08:00
Adrian Cole
17629960cd
Issue 429: pulled cloudfiles-specific logic apart from swift
2011-01-09 10:32:35 -08:00
Adrian Cole
3ca278723d
Issue 440: added cloudservers and cloudfiles us and uk providers
2011-01-08 15:59:48 -08:00
Adrian Cole
9d6537dfc2
Issue 440: extracted cloudservers and cloudfiles into their own api modules, moved rackspace into commons
2011-01-08 10:46:54 -08:00
Adrian Cole
609ac300be
comments for elb implementation
2011-01-06 17:27:26 -08:00
Adrian Cole
32d1cf6f90
Issue 440: moved simpledb, sqs, and cloudwatch into sandbox
2011-01-06 17:03:16 -08:00
Adrian Cole
71fc2792f3
Issue 440: moved jclouds-aws to aws-common
2011-01-06 16:48:51 -08:00
Adrian Cole
2ca179ec54
fixed cyclic property problem
2011-01-06 14:59:07 -08:00
Adrian Cole
1114ae654f
Issue 335: moved nova-ec2 emulation to sandbox
2011-01-06 14:55:12 -08:00
Adrian Cole
2168a6982f
Issue 440: added apis/eucalyptus and providers/ecc-ec2
2011-01-06 14:35:10 -08:00
Adrian Cole
47faeaf1bf
Issue 440: corrected poms
2011-01-06 12:11:04 -08:00
Adrian Cole
739da911d2
Issue 440: moved aws-ec2 into its own provider module
2011-01-05 22:27:46 +01:00
Adrian Cole
eedc94948e
Issue 440: moved ec2 into its own api module
2011-01-05 21:42:34 +01:00
Adrian Cole
de1ece441d
Issue 440: moved cloudwatch to its own module
2011-01-05 19:32:40 +01:00
Adrian Cole
9185800200
Issue 440: move sqs code into its own api module
2011-01-05 18:23:46 +01:00
Adrian Cole
2e436741bd
Issue 440: split Eucalyptus Community Cloud (ecc-s3) into a provider, and moved walrus to be an api
2011-01-05 11:27:17 +01:00
Adrian Cole
58cd5c1a14
Issue 440: added walrus provider
2011-01-05 00:58:25 +01:00
Adrian Cole
45da77073a
Issue 440: added ScaleUp Storage to provider group
2011-01-05 00:42:41 +01:00
Adrian Cole
0263a15278
allow 409 on putBucket so it is compatible w/googlestorage
2011-01-05 00:36:55 +01:00
Adrian Cole
a6145cfae9
Issue 440: added provider module for googlestorage
2011-01-04 23:41:38 +01:00
Adrian Cole
7b3c1982cf
Issue 440: added aws-s3 provider
2011-01-04 23:05:26 +01:00
Adrian Cole
2fe58a6ddb
Issue 440: moved s3 into its own api module
2011-01-04 22:23:54 +01:00
Adrian Cole
478494b65c
Issue 440: refactored zone and region logic into top-level jclouds so that we can decouple amazon's concepts from api implementations
2011-01-04 20:05:49 +01:00
Adrian Cole
bebd2eef75
Issue 440: corrected test properties in pom
2011-01-04 14:59:02 +01:00
Adrian Cole
ada49c2b3b
refactored common location logic in aws and moved elb to its own module
2011-01-03 20:20:42 +01:00
Adrian Cole
d5e18405bf
fixed bug in aws-simpledb tests
2011-01-02 17:55:42 +01:00
Adrian Cole
2759da648d
added new aws-simpledb provider
2011-01-02 16:39:49 +01:00
Adrian Cole
0eccc39789
moved simpledb code from aws to its own api module
2011-01-02 14:21:40 +01:00
Adrian Cole
ae77435da5
new api structure for ec2 elb s3 simpledb and sqs
2011-01-02 13:31:41 +01:00
Adrian Cole
c33ba61037
added filesystem to api project
2011-01-02 10:14:20 +01:00
Adrian Cole
0c41b4a8ba
added new provider and api groups
2011-01-02 09:54:25 +01:00