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
fae29d217e
Issue 617:address NPE failures in CI
2011-07-05 14:36:49 -07:00
Adrian Cole
7ad9fddf52
Issue 608:Starting a node with a location-id specifying an ec2 availability zone fails
2011-07-04 22:03:55 -07:00
Adrian Cole
0a28bbdb8a
cloudservers now supports debian
2011-07-01 17:38:35 -07:00
Adrian Cole
b1e5bb6ade
Issue 610: greenhousedata-element-vcloud now out of sandbox
2011-07-01 16:26:11 -07:00
Adrian Cole
750be3137d
Issue 608: investigate template where EC2 AZ is specified explicitly leaves ami with correct region code
2011-06-28 11:46:16 -07:00
Adrian Cole
b468d3b047
Issue 608: investigate template where EC2 AZ is specified explicitly
2011-06-28 11:43:27 -07:00
Adrian Cole
96a4923c4c
added message and null check guarding MPU on payloads with contentLength set
2011-06-27 07:11:10 -07:00
Adrian Cole
0502300840
fixed ec2 security group live test
2011-06-27 02:26:51 -07:00
Adrian Cole
3e80c0433c
osgi fix
2011-06-24 18:44:16 +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
ce13a863a9
Issue 550: added PM for cloudsigma
2011-06-03 02:35:12 -07:00
Adrian Cole
9257f3a1e6
fixed typo
2011-06-03 02:06:52 -07:00
Adrian Cole
6a8f52e210
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Cleaning up API for ebs2 and elastic-ip2 after review. Minor changes to doc-strings, code formatting and order of args in release fn.
Issue 550: Global ATMOS refactoring for identity.
Issue 550: Added ProviderMetadata for Ninefold Storage.
Issue 550: Added ProviderMetadata for OpenHosting East1 provider.
Issue 550: Addressed the verbiage used for credentials for the synaptic-storage provider.
Issue 550: Cleaned up a few minor formatting nits and implemented linked services for Eucalyptus.
Issue 550: Added ProviderMetadata for AT&T Synaptic Storage.
cleanup and refine vmclientlivetest
added test dependency
added providermetadata test for savvis-symphonyvpdc
cleanup tests, added ProviderMetadata implementation for savis-symphonyvpdc
fixed firewallservice url
cleanup
fixed tests for savvis
Fixed typo
First version of elastic_ip2.clj
First version of ebs2.clj
2011-06-03 01:12:38 -07:00
Kedar Dave
7368b68a1e
Merge branch 'master' of git://github.com/jclouds/jclouds
2011-06-03 02:21:51 -05:00
Jeremy Whitlock
770023a892
Issue 550: Global ATMOS refactoring for identity.
...
[in providers]
* cloudonestorage/src/main/java/org/jclouds/cloudonestorage/CloudOneStorageProviderMetadata.java,
synaptic-storage/src/main/java/org/jclouds/synaptic/storage/SynapticStorageProviderMetadata.java
(getIdentityName): Changed "Subtenant ID" to "Subtenant ID (UID)".
2011-06-03 00:50:28 -06:00
Jeremy Whitlock
1340e38728
Issue 550: Added ProviderMetadata for Ninefold Storage.
...
[in providers/ninefold-storage/src]
* main/java/org/jclouds/ninefold/storage/NinefoldStorageProviderMetadata.java,
main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
test/java/org/jclouds/ninefold/storage/NinefoldStorageProviderTest.java: Added.
2011-06-03 00:48:20 -06:00
Jeremy Whitlock
e0bb0bc4d7
Issue 550: Added ProviderMetadata for OpenHosting East1 provider.
...
[in jclouds/openhosting-east1/src]
* main/java/org/jclouds/openhosting/OpenHostingEast1ProviderMetadata.java,
main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
test/java/org/jclouds/openhosting/OpenHostingEast1ProviderTest.java: Added.
2011-06-03 00:33:37 -06:00
Jeremy Whitlock
691e69a961
Issue 550: Addressed the verbiage used for credentials for the synaptic-storage provider.
...
[in providers/synaptic-storage/src]
* main/java/org/jclouds/synaptic/storage/SynapticStorageProviderMetadata.java
(getIdentityName, getCredentialName): Updated to use ATMOS verbiage per Adrian's feedback.
2011-06-03 00:11:14 -06:00
Jeremy Whitlock
63cd9d0535
Issue 550: Cleaned up a few minor formatting nits and implemented linked services for Eucalyptus.
...
[in providers]
* aws-s3/src/main/java/org/jclouds/aws/s3/AWSS3ProviderMetadata.java: Fixed a javadoc link.
* aws-s3/src/test/java/org/jclouds/aws/s3/AWSS3ProviderTest.java: Fixed a javadoc link
and fixed an erroneous full-qualified class reference.
* eucalyptus-partnercloud-ec2/src/main/java/org/jclouds/epc/EucalyptusPartnerCloudEC2ProviderMetadata.java,
eucalyptus-partnercloud-s3/src/main/java/org/jclouds/epc/EucalyptusPartnerCloudS3ProviderMetadata.java
(getLinkedServices): Implemented.
2011-06-03 00:06:38 -06:00
Jeremy Whitlock
17db25cceb
Issue 550: Added ProviderMetadata for AT&T Synaptic Storage.
...
[in providers/synaptic-storage/src]
* main/java/org/jclouds/synaptic/storage/SynapticStorageProviderMetadata.java,
src/main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
src/test/java/org/jclouds/synaptic/storage/SynapticStorageProviderTest.java: Added.
2011-06-02 23:58:50 -06:00
Kedar Dave
31df3c48b0
Merge branch 'master' of github.com:kedardave/jclouds
2011-06-03 00:47:05 -05:00
Kedar Dave
c8bbe64403
cleanup and refine vmclientlivetest
2011-06-03 00:16:36 -05:00
Adrian Cole
4bc2a2997b
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Issue 594: move google storage back to sandbox
2011-06-02 21:47:48 -07:00
Adrian Cole
161906b98d
updated standard drives for skalicloud
2011-06-02 21:27:37 -07:00
Adrian Cole
424184c380
Issue 594: move google storage back to sandbox
2011-06-02 20:32:03 -07:00
Kedar Dave
cfe91f9817
added test dependency
2011-06-02 22:25:34 -05:00
Adrian Cole
9ef411d39a
added debian 6 to bluesquare
2011-06-02 19:57:55 -07:00
Adrian Cole
fc2c59d861
Merge pull request #51 from gustavomzw/master
...
Issue 550: Added ProviderMetadata for Elastic Hosts.
2011-06-02 19:33:29 -07:00
Gustavo Morozowski
226efe0659
Issue 550: Added ProviderMetaData for RimuHosting.
2011-06-02 23:20:38 -03:00
Gustavo Morozowski
d313950f38
Issue 550: Added ProviderMetaData for SkaliCloud.
2011-06-02 22:57:07 -03:00
Gustavo Morozowski
14bfc83d69
Issue 550: Added ProviderMetaData for Serverlove.
2011-06-02 22:28:40 -03:00
Gustavo Morozowski
c1b7ffb624
Issue 550: Small fixes to Elastic Hosts.
2011-06-02 22:06:26 -03:00
Gustavo Morozowski
00c55bcdfa
Issue 550: Added ProviderMetadata for Elastic Hosts.
2011-06-02 21:40:33 -03: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
Adrian Cole
6d187ed9ba
Merge branch 'master' of github.com:jclouds/jclouds
...
* 'master' of github.com:jclouds/jclouds:
Issue 593:add rimu hosting to supported providers list
revised rimu tests
2011-06-02 16:27:40 -07:00
Kedar Dave
563462e46b
added providermetadata test for savvis-symphonyvpdc
2011-06-02 18:23:08 -05:00
Adrian Cole
f36be05b2a
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Issue 550: Added ProviderMetadata for Google Storage.
2011-06-02 16:22:57 -07:00
Adrian Cole
3899435588
Issue 593:add rimu hosting to supported providers list
2011-06-02 16:22:50 -07:00
Adrian Cole
9840cf923a
Merge pull request #48 from jcscoobyrs/acffe37459e83ab3d93b713ec6a56766087ead0d
...
Issue 550: Added ProviderMetadata for Eucalyptus Partner Cloud S3.
2011-06-02 15:52:31 -07:00
Jeremy Whitlock
3ea6b290d1
Issue 550: Added ProviderMetadata for Eucalyptus Partner Cloud EC2.
...
[in providers/eucalyptus-partnercloud-ec2/src]
* main/java/org/jclouds/epc/EucalyptusPartnerCloudEC2ProviderMetadata.java,
main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
test/java/org/jclouds/epc/EucalyptusPartnerCloudEC2ProviderTest.java: Added.
2011-06-02 16:50:57 -06:00
Kedar Dave
98bf69ff57
Merge branch 'master' of github.com:kedardave/jclouds
2011-06-02 17:49:28 -05:00
Kedar Dave
a069981e74
cleanup tests, added ProviderMetadata implementation for savis-symphonyvpdc
2011-06-02 17:47:45 -05:00
Jeremy Whitlock
3c36034b95
Issue 550: Added ProviderMetadata for Eucalyptus Partner Cloud S3.
...
[in providers/eucalyptus-partnercloud-s3/src]
* main/java/org/jclouds/epc/EucalyptusPartnerCloudS3ProviderMetadata.java,
main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
test/java/org/jclouds/epc/EucalyptusPartnerCloudS3ProviderTest.java: Added.
2011-06-02 16:34:37 -06:00
Jeremy Whitlock
a533edc3b3
Merge remote branch 'upstream/master'
2011-06-02 16:07:27 -06: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
2360bd1afd
bumped aws-ec2 to 11.04 ubuntu
2011-06-02 13:19:39 -07:00
Kedar Dave
957cb22508
Merge branch 'master' of github.com:kedardave/jclouds
2011-06-02 15:17:26 -05:00
Kedar Dave
eef22241f4
fixed firewallservice url
2011-06-02 15:15:23 -05:00
Kedar Dave
f4c07a576c
Merge branch 'master' of github.com:kedardave/jclouds
2011-06-02 13:46:34 -05:00
Kedar Dave
607051a0ca
cleanup
2011-06-02 13:41:50 -05:00
Kedar Dave
85fad8e3f7
fixed tests for savvis
2011-06-02 13:36:23 -05:00
Jeremy Whitlock
ae74a64d95
Merge remote branch 'upstream/master'
2011-06-02 09:08:19 -06:00
Adrian Cole
8d317d67b5
Issue 590:Support StratoGen vCloud provider
2011-06-02 00:21:51 -07:00
Adrian Cole
174ae09adf
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Issue 550: Added ProviderMetadata for CloudOne Storage.
2011-06-01 23:38:01 -07:00
Adrian Cole
5655e197b2
Issue 589:deprecate bluelock-vcdirector for bluelock-vcloud-vcenterprise; add bluelock-vcloud-zone01
2011-06-01 22:56:21 -07:00
Jeremy Whitlock
acffe37459
Issue 550: Added ProviderMetadata for Google Storage.
...
[in providers/googlestorage/src]
* main/java/org/jclouds/googlestorage/GoogleStorageProviderMetadata.java,
main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
test/java/org/jclouds/googlestorage/GoogleStorageProviderTest.java: Added.
2011-06-01 23:37:39 -06:00
Jeremy Whitlock
3989b13fcb
Issue 550: Added ProviderMetadata for CloudOne Storage.
...
[in providers/cloudonestorage/src]
* main/java/org/jclouds/cloudonestorage/CloudOneStorageProviderMetadata.java,
main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
test/java/org/jclouds/cloudonestorage/CloudOneStorageProviderTest.java: Added.
2011-06-01 22:49:36 -06:00
Adrian Cole
86129df416
stabilized bluelock
2011-06-01 20:30:30 -07:00
Adrian Cole
ccb9709d05
Issue 550: metadata for slicehost
2011-06-01 20:26:10 -07:00
Adrian Cole
1858f77451
fixed regressions on ec2
2011-06-01 16:18:24 -07:00
Adrian Cole
f9dbfda92d
updated ecloud live test to use ubuntu 10.04
2011-06-01 12:07:58 -07:00
Adrian Cole
0396126a8f
cleaned up slicehost test
2011-06-01 12:05:42 -07:00
Adrian Cole
b84a0e57fc
Issue 586: updated retryable messages to include channel failure
2011-06-01 12:04:28 -07:00
Adrian Cole
e1b8110b12
Issue 587:workaround clouds who do not have sftp enabled
2011-06-01 12:03:19 -07:00
Dmitri Babaev
0fedf6e467
Merge commit '7d0248c5dd972287e51ad1971d61a6ddc8bdcdf5'
2011-06-01 20:37:49 +04:00
Kedar Dave
7d0248c5dd
Merge branch 'master' of github.com:kedardave/jclouds
2011-06-01 00:10:08 -05:00
Kedar Dave
5593324ecc
added compute service live test for savvis symphony vpdc
2011-05-31 23:54:28 -05:00
Adrian Cole
3526cdc4c5
Issue 568:support ubuntu 11.04
2011-05-31 11:12:39 -07:00
Adrian Cole
fca0e3d093
Issue 564:parse debian images
2011-05-30 17:08:10 -07:00
Adrian Cole
be2009b267
Issue 541: corrected add/remove disk functionality per trmk spec
2011-05-30 13:57:38 -07:00
Adrian Cole
1f5155cb5e
Issue 550: added provider metadata for elastichosts-lon-p
2011-05-30 13:40:07 -07:00
Adrian Cole
f8b7c911e5
removed redundant test
2011-05-30 13:38:47 -07:00
Adrian Cole
79e8c7185e
Issue 579: regression on trmk
2011-05-30 11:31:01 -07:00
Adrian Cole
1d81641279
gogrid doesn't support windows 2008 r1
2011-05-30 10:54:35 -07:00
Adrian Cole
be422a2c0e
Issue 550: added gogrid to provider metadata
2011-05-30 10:42:32 -07:00
Adrian Cole
009479c66c
Issue 550: added rackspace provider metadata
2011-05-29 23:50:41 -07:00
Adrian Cole
319235a904
fixed case on bluelock
2011-05-29 22:58:48 -07:00
Adrian Cole
e208d92be1
fixed case on Bluelock
2011-05-29 22:48:37 -07:00
Adrian Cole
efb8f0103e
Issue 550: added providermetadata for Bluelock
2011-05-29 22:44:00 -07:00
Adrian Cole
1d23698300
Issue 550: added azureblob and azurequeue ProviderMetadata
2011-05-29 22:14:44 -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
e9cf646a75
Issue 580:split vcloud into feature-based apis
2011-05-29 15:41:26 -07:00
Adrian Cole
d85917ee32
rackspace no longer supports windows 2008 SP1
2011-05-27 20:48:20 -07:00
Adrian Cole
9f1f61d3b4
fixed builders on vcloud classes
2011-05-25 00:31:02 -06:00
Adrian Cole
1c54a6828f
more osgi changes from ioannis
2011-05-24 16:54:52 -06:00
Jeremy Whitlock
1e2ebc0365
Issue 550: Added support to retrieve ISO 3166 codes from ProviderMetadata.
...
[in core/src/main/java/org/jclouds]
* providers/BaseProviderMetadata.java
(equals, hashCode): Updated for the iso 3166 codes.
* providers/ProviderMetadata.java
(getIso3166Codes): Added.
[in core/src/main/test/org/jclouds]
* providers/JcloudsTestBlobStoreProviderMetadata.java,
providers/JcloudsTestComputeProviderMetadata.java
(getIso3166Codes): Added.
[in providers/aws-ec2/src/main/java/org/jclouds]
* aws/ec2/AWSEC2ProviderMetadata.java
(getIso3166Codes): Added.
[in providers/aws-s3/src/main/java/org/jclouds]
* aws/s3/AWSS3ProviderMetadata.java
(getIso3166Codes): Added.
[in providers/trmk-ecloud/src/main/java/org/jclouds]
* vcloud/terremark/TerremarkECloudProviderMetadata.java
(getIso3166Codes): Added.
[in providers/trmk-vcloudexpress/src/main/java/org/jclouds]
* vcloud/terremark/TerremarkVCloudExpressProviderMetadata.java
(getIso3166Codes): Added.
2011-05-23 16:03:37 -06:00
Kedar Dave
4445c16112
fixed merge issues after pull from jclouds/master
2011-05-18 11:06:08 -05:00
Adrian Cole
37587fdfeb
Issue 435 added more test cases to savvis and cleaned up VMSpec binding
2011-05-17 22:48:50 -07:00
Kedar Dave
348779aae0
fixed tests based on new endpoint
2011-05-18 00:20:42 -05:00
Kedar Dave
a364a43b56
fixed tests based on new endpoint
2011-05-18 00:12:27 -05:00
Adrian Cole
b9f6484940
Merge branch 'master' of https://github.com/kedardave/jclouds
...
* 'master' of https://github.com/kedardave/jclouds :
implemented create multiple vm's, clonevm, capturevapptemplate(throws error from savvis side)
2011-05-17 21:25:16 -07:00
Kedar Dave
e3b7d6d91c
implemented create multiple vm's, clonevm, capturevapptemplate(throws error from savvis side)
2011-05-17 23:09:28 -05:00
Adrian Cole
f70b793533
Issue 550: updated aws provider metadata
2011-05-17 00:01:52 -07:00
Adrian Cole
c880c057b1
Issue 550: added loadbalancer, table, and queue types
2011-05-16 22:55:56 -07:00
Adrian Cole
36e6ca787d
Issue 550: added api docs, identity and credential names
2011-05-16 21:37:25 -07:00
Adrian Cole
4d81a5aa28
Issue 550: moved providers into a scoped package and made a base test class
2011-05-16 18:59:31 -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
5b8ee87a4d
major overhaul to ibm smartcloud
2011-05-14 00:44:54 -07:00
Adrian Cole
6e483c7f7c
Merge branch 'master' of https://github.com/jcscoobyrs/jclouds
...
* 'master' of https://github.com/jcscoobyrs/jclouds :
Added a note to the org.jclouds.providers.BaseProviderMetadata class in core
Implemented the provider metadata for the aws-ec2 cloud provider.
Updated the core project POM to exclude ProviderMetadata plugins from the
Added an abstract ProviderMetadata object to allow for overriding the equals and
2011-05-12 15:31:18 -07:00
Jeremy Whitlock
259159708d
Implemented the provider metadata for the aws-ec2 cloud provider.
...
[in providers/aws-ec2/src/main]
* java/org/jclouds/providers/AWSEC2ProviderMetadata.java: Added.
* main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata: Added.
[in providers/aws-ec2/src/test]
* java/org/jclouds/providers/AWSEC2ProviderTest.java: Added.
2011-05-12 00:41:45 -06:00
Adrian Cole
6548fe1212
fixed rackspace loadbalancers where DELETE requires Accept */*
2011-05-09 15:54:04 -07:00
Adrian Cole
bf358b58de
Issue 551: initial support for rackspace cloud load balancers
2011-05-09 01:27:01 -07:00
Adrian Cole
adafc4f5bf
fixed merge issue
2011-05-06 09:35:09 -07:00
Adrian Cole
93633a630d
Merge pull request #28 from grkvlt/master
...
thanks for this
2011-05-06 00:38:38 -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
Andrew Donald Kennedy
992f204ecc
Remove GoGrid IpType option, but leave TemplateOptions class for future expansion
2011-05-02 23:10:56 +01:00
Andrew Donald Kennedy
15e74945da
GoGridTemplateOptions test for IpType
2011-05-01 18:37:41 +01:00
Andrew Donald Kennedy
7a9f10f442
Add IpType config option for GoGrid
2011-05-01 18:37:28 +01:00
Adrian Cole
a3dc6cdd03
Merged pull request #24 from kedardave/master.
...
Implemented add/delete firewall rule for savvis-symphonyvpdc
2011-04-28 15:06:31 -07:00
Kedar Dave
6c370f558d
implemented poweroff, poweron for vm's, added missing tests for firewall operations.
2011-04-28 16:32:54 -05:00
Kedar Dave
44b0eefd87
cleanup
2011-04-28 09:21:27 -05:00
Kedar Dave
f22ac3bffa
implemented add/delete firewall rule for savvis-symphonyvpdc
2011-04-27 18:01:41 -05: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
Andrew Phillips
3af8df01b9
Removed duplicate dependency declarations
2011-04-18 23:36:02 -04:00
Adrian Cole
f2cc3467ee
Issue 528:update to support latest gogrid 16GB size
2011-04-14 19:09:01 +01:00
Adrian Cole
8bb518bb33
spot now supports cluster compute
2011-04-14 17:20:42 +01: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
5f43dbb6fa
updated tests to include containercount parameter
2011-04-08 15:03:14 -07:00
Adrian Cole
a3fc778035
Issue 512: locked virtualization type down
2011-04-07 16:25:17 -07:00
Adrian Cole
ba40e8a7b5
Issue 516:add ning payload to enterprise configuration
2011-04-07 12:23:57 -07:00
Adrian Cole
2bfc84beeb
Issue 430: PutOptions.multipart()
2011-04-05 12:26:16 -07:00
Adrian Cole
fa3c226a86
added computeservice to delta
2011-04-04 02:24:46 -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
15d8aecdac
Issue 488:add support for ninefold storage
2011-03-29 14:03:21 -07:00
Adrian Cole
b8a06da58a
Issue 514: added support for Tiscali Storage (tiscali-storage)
2011-03-29 13:33:57 -07:00
Adrian Cole
7c90225106
removed typo in javadoc
2011-03-29 13:05:40 -07:00
Adrian Cole
4ae013c219
added vdc URI command to savvis, as well made email guard optional
2011-03-27 19:20:39 -07:00
Adrian Cole
41ed21d5b0
Issue 512: aws-ec2 compute cluster size -> amzn linux
2011-03-27 17:37:25 -07:00
Adrian Cole
72e93e96d4
moved interim version of savvis out of sandbox
2011-03-27 17:34:08 -07:00
Tibor Kiss
bc7bc99d97
Issue 430: Removed some timeout values which was left from
...
development.
2011-03-25 20:08:01 +01:00
Tibor Kiss
8767a8100b
Issue 430: ParallelMultipartUploadStrategy added.
2011-03-25 17:52:53 +01:00
Tibor Kiss
e62fac9d64
Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob
2011-03-22 10:56:25 +01:00
Adrian Cole
da29745ac2
fixed OVF where we didn't match relationships in spec
2011-03-22 02:07:46 -07:00
Tibor Kiss
124b8681dc
Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob
2011-03-21 20:27:51 +01: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
Tibor Kiss
3167e77a14
Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob
2011-03-20 07:04:31 +01:00
Tibor Kiss
f8364a428e
Issue 430: Fixed some junit tests and added some static final
...
defaults.
2011-03-19 17:53:02 +01:00
Tibor Kiss
1c78722297
Issue 430: two magic numbers parametrizable from now one
2011-03-19 17:18:43 +01:00
Adrian Cole
0e18bbeba5
ec2 amzn linux now out of beta
2011-03-18 17:42:21 -07:00
Tibor Kiss
70ec28146e
Issue 430: abortMultipartUpload when handling uploadPart errors, added
...
a unit test for this abortMultipartUpload.
2011-03-17 11:14:28 +01:00
Tibor Kiss
4ec124d264
Issue 430: JUnit tests for partitioning algorithm. Also fixed a bug
...
in the algorithm. JUnit tests for sequential multipart upload
strategy.
2011-03-16 15:36:38 +01:00
Hugo Duncan
d9cb934feb
Add clojure interface for spot instances
...
Add clojure template-builder keywords for spot instances introduced
for issue #308 . Add a builder for spot-options.
2011-03-12 16:30:36 -05:00
Adrian Cole
9bdd97340b
Issue 506:support hosteurope blobstore; break out scality-rs2
2011-03-12 12:14:11 -08:00
Adrian Cole
35291abba4
Issue 505: update gogrid to use new ubuntu image by default
2011-03-11 20:59:05 -08:00
Tibor Kiss
beb915424b
Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob
2011-03-10 12:14:17 +01:00
Tibor Kiss
270f2c3b4e
Issue 430: fixed part ordering problem at completing the multipart
...
upload.
2011-03-10 12:13:18 +01: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
f778dd3987
added missing spot state: closed
2011-03-08 15:01:13 -08:00
Adrian Cole
fb4714cf33
added missing spot state: closed
2011-03-08 14:59:00 -08:00
Adrian Cole
faa38774f4
removed credential when deleting spot instance
2011-03-08 14:49:11 -08:00
Adrian Cole
b0c4b9be9a
Issue 308: added compute service hooks for spot instances
2011-03-08 13:48:04 -08:00
Adrian Cole
8ed7dcde82
Issue 501: break retry loop on timeout or illegal state
2011-03-08 08:47:55 -08:00
Adrian Cole
77d91f6e1a
changed single instance spot syntax to only return a single value
2011-03-08 00:32:44 -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
e5af84ef0e
Issue 486: moved netty to a driver and created a base payload slicer
2011-03-07 09:54:25 +01:00
Tibor Kiss
9bbfcad144
AWS S3 sequential multipart upload strategy, newly added files.
2011-03-07 09:54:25 +01:00
Tibor Kiss
ed27cbc7c0
AWS S3 sequential Multipart Upload strategy
2011-03-07 09:54:25 +01: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
9892fb1d1b
Issue 499: added ssh key import to AWSKeyPairClient
2011-03-06 09:22:37 -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
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
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
6543f3af7a
Issue 493:bad http syntax deleting cloudsigma resources
2011-03-04 15:47:31 -05: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
67a13f439c
added new retryable ssh exceptions
2011-02-27 16:41:57 -08:00
Adrian Cole
bedebd53dc
enhanced multi-part test to look at md5
2011-02-26 21:56:31 -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
Adrian Cole
2539559640
carved out a place to add aws-s3 specific functionality
2011-02-24 11:17:00 -08:00
Adrian Cole
63b6f21044
Issue 484:Add ability to disable the monitor on Terremark eCloud Internet Service
2011-02-18 21:01:19 -08:00
Adrian Cole
c83eb2e395
Merge branch 'master' of https://github.com/mikem2005/jclouds
...
* 'master' of https://github.com/mikem2005/jclouds :
Allow AddInternetService to disable monitors
Implemented getIpAddresses for Terremark ECloud.
2011-02-18 17:01:38 -08:00
Mike Matczynski
0b57d27829
Allow AddInternetService to disable monitors
2011-02-18 18:44:58 -05:00
Carlos
3a9ffb5871
Upgrade jsch to 0.1.44-1 and use dependencyManagement for it
2011-02-18 16:44:55 +01:00
Mike
e8a4c28fbc
Implemented getIpAddresses for Terremark ECloud.
...
2011-02-18 10:24:49 -05: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
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
Andrew Phillips
722199ca01
Fixed descriptions in azureblob and elastichosts-sat-p provider POMs
2011-02-03 22:50:51 +01:00
Adrian Cole
37d5533028
added static ip and vlan collections to cloudsigma
2011-02-02 00:17:47 -08: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
0e90930ef7
Added READMEs for all providers, with information on which API JARs are expected on the classpath
2011-02-01 09:34:18 +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
30ed6fd848
promote scaleup-storage
2011-01-31 10:20:17 -08:00
Adrian Cole
675563c96a
Issue 418: updated location object to include metadata and iso3166codes
2011-01-31 01:00:20 -08:00
Adrian Cole
3263d22bfc
renamed properties builder for aws-elb
2011-01-30 13:41:21 -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
d306dcbdec
updated to parse ecloud images
2011-01-29 21:07:00 -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
68baca4062
googlestorage supports streaming
2011-01-29 10:12:42 -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
Adrian Cole
094ed5c25c
fixed integration test classes and demoted scaleup-storage to sandbox
2011-01-26 23:52:26 -08:00
Adrian Cole
a14cfac03c
euc threadcount 1
2011-01-26 18:18:48 -08:00
Adrian Cole
80c250f2da
epc has hypervisor types per zone
2011-01-26 18:16:02 -08:00
Adrian Cole
f55a978668
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
added profile to cloudsigma impl
2011-01-26 16:43:42 -08:00
Adrian Cole
81796fafb0
scope ec2 image parsing to providers
2011-01-26 16:30:44 -08:00
Adrian Cole
d1b1ca7b8c
Merge branch 'master' of github.com:jclouds/jclouds
...
* 'master' of github.com:jclouds/jclouds:
Issue 455:rename org.jclouds.ssh.ExecResponse -> org.jclouds.compute.domain.ExecResponse
trmk vcloudexpress regression
2011-01-26 11:52:32 -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
722d81a90d
added profile to cloudsigma impl
2011-01-26 10:53:59 -08:00
Adrian Cole
1e017d47e1
fixed regression on azureblob
2011-01-25 23:22:03 -08:00
Adrian Cole
e6052e4bcf
added openhosting provider
2011-01-25 14:14:00 -08:00
Adrian Cole
0a769ca6f5
Issue 419 rename cloudsigma to cloudsigma-zrh
2011-01-25 08:44:55 -08:00
Adrian Cole
f6146973ac
added bucket limit on eucalyptus partner cloud
2011-01-24 12:22:28 -08:00
Adrian Cole
f1b4b67a88
fixed properties used in epc testing
2011-01-24 09:17:12 -08:00
Adrian Cole
6ccc229985
fixed package naming on euca
2011-01-24 08:45:32 -08:00
Adrian Cole
a5211f523e
switched to use eucalyptus partnercloud as community cloud hasn't enough resources to complete testing
2011-01-24 08:12:14 -08:00
Adrian Cole
90bf1b3d07
revised error handling on slicehost
2011-01-24 07:32:02 -08:00
Adrian Cole
b1b29ec222
slicehost fixes
2011-01-23 23:18:28 -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
99c02b1684
fixed regressions
2011-01-16 22:17:08 -08:00
Adrian Cole
bf1ee9487b
Issue 440: created org.jclouds.common/azure-common, org.jclouds.provider/azureblob, azurequeue
2011-01-16 17:06:34 -08:00
Adrian Cole
99b409de66
Issue 440: added cloudonestorage
2011-01-16 14:38:41 -08:00
Adrian Cole
829f7f5064
Issue 440: added synaptic storage
2011-01-16 14:23:13 -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
e71d412a0a
Issue 440: reorganized terremark and added trmk-common, trmk-ecloud, trmk-vcloudexpress
2011-01-09 17:52:48 -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
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
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
c73b424a0f
fixed typo in service path
2011-01-06 16:08:52 -08:00