Adrian Cole
2cca4a9c66
added ec2 live tests for clones
2012-07-26 09:25:11 -07:00
vijaykiran
d2d70fd2bf
Update API end point for elastichosts
2012-07-25 20:44:15 +02:00
Adrian Cole
5d6e005e8b
Issue 1030:defaults not picking up on compute.templateOptions()
2012-07-25 00:33:39 -07:00
Adrian Cole
416a795796
Merge pull request #750 from andrewgaul/predicates2
...
Introduce Predicates2.startsWith and endsWith
2012-07-24 23:17:41 -07:00
Andrew Gaul
3648863a3c
Introduce Predicates2.startsWith and endsWith
2012-07-24 22:21:34 -07:00
vijaykiran
de3db2103d
issue-1026 Support for aws-ec2 hi1.4x instance
2012-07-25 00:26:21 +02:00
Andrew Gaul
985cccff9a
Prefer valueOf over explicit object creation
...
This allows use of cached values. Patched with:
find -name \*.java | xargs sed -i 's/new Boolean(false)/Boolean.FALSE/g'
find -name \*.java | xargs sed -i 's/new Boolean(true)/Boolean.TRUE/g'
find -name \*.java | xargs sed -i 's/new Boolean(/Boolean.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Integer(/Integer.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Long(/Long.valueOf(/g'
2012-07-22 21:01:46 -07:00
Andrew Gaul
a40983a39d
Prefer InputSupplier helpers
...
These ensure that inputs are closed properly.
Updated with: find -name \*.java | xargs sed -i
's/toStringAndClose(\(.*\)\.getInput())/toString(\1)/'
2012-07-18 17:42:48 -07:00
Andrew Donald Kennedy
4463b52051
Added optional timeout to EC2 listNodes strategy and made awaitCompletion update latch in finally block
2012-07-16 16:58:37 +01:00
Adrian Cole
315d5fb3ef
Issue 1011: introducing PagedIterable
2012-07-15 23:34:42 -07:00
Adrian Cole
180265fe49
Issue 1022:Move naming convention to Api from Client or Services:: glesys jenkins openstack-* opsource-servers savvis-symphonyvpdc cloudwatch cloudidentity rackspace-cloudidentity aws-cloudwatch rackspace-cloudservers-us hpcloud-compute rackspace-cloudservers-us trystack-nova
2012-07-15 15:00:42 -07:00
Adrian Cole
05fd64af44
cleaned up http builders and expect tests
2012-07-15 01:50:38 -07:00
Adrian Cole
74b404eab8
Issue 1008:aws-s3 could not get location for region eu-west-1 error
2012-07-07 17:28:44 -07:00
Adrian Cole
e9bfb9d1a2
Issue 1007: changed ec2 date parsing logic to use DateCodec and isolated hacks to eucalyptus and openstack-nova-ec2 respectively
2012-07-06 22:54:45 -07:00
Adam Lowe
4a5be7a7ec
gogrid: improving logging during live tests
2012-07-06 16:59:41 +01:00
Adam Lowe
9af07d0073
gogrid: improving GridImageClientLiveTest
2012-07-06 16:59:41 +01:00
Adam Lowe
3c01b3171b
gogrid: making domain objects immutable and using ConstructorProperties to mark names for deserialization
2012-07-06 16:59:33 +01:00
Adrian Cole
570f33a387
Issue 961: promote rackspace-cloudservers-us to providers
2012-07-03 22:25:34 -07:00
Adrian Cole
e35005d45c
updated amazon templates
2012-07-03 22:14:06 -07:00
Adam Lowe
7ed9ebda47
Moving TypeAdapterFactories that eliminate null values in Sets, Maps and Multimaps to jclouds-core.
2012-07-03 14:46:54 +01:00
Adrian Cole
fb98ce82f7
cleanup of module binding, clarity in toStrings, reduced wrapper depth for memoized sets
2012-07-02 19:36:27 -07:00
Adrian Cole
17fce87661
switched keystone-backed providers and apis to strictly return a single scope of location
2012-07-02 15:23:52 -07:00
Adrian Cole
bd0d319473
updated identityName
2012-06-27 12:19:26 -07:00
Jeremy Whitlock
2702e942d2
Issue 992: Fix AWS S3 to work with non-DNS, but still valid, named buckets.
...
Prior to this commit, jclouds wouldn't allow you to interact with any buckets
in S3 that were named with uppercase characters. Per AWS S3 docs, this
non-standard naming is valid in US regions only. This update fixes jclouds so
that it can interact with, and even attempt to create, buckets with uppercase
characters for AWS S3 without actually impacting other S3 implementations. This
fix also will not have any impact in non-US regions other than instead of a
bucket name validation error you'll get an InvalidBucketName error back from
AWS S3 when you attempt to create a bucket with an uppercase character in a
non-US region. To summarize, nothing changes other than US regions now allow
creation of bucket names with upper case characters and jclouds now can
interact with these non-standard named buckets without failure.
2012-06-21 17:05:20 -06:00
Adrian Cole
8311d0a4e4
Issue 988:Extra port added to swift url
2012-06-19 18:32:06 -06:00
Adrian Cole
edf99657c0
fixed missing provider name on ninefold test
2012-06-19 18:31:39 -06:00
Adrian Cole
b5797ad543
introduce KeystoneProperties/TENANT_NAME KeystoneProperties/TENANT_ID properties; set value of prefix to tenantName
2012-06-19 01:06:44 -06:00
Adrian Cole
1a6ef2a37c
updated correct identityName in openstack providers
2012-06-18 08:39:59 -07:00
Adrian Cole
a928746528
Issue 976:update to support eucalyptus 3
2012-06-15 23:35:18 -04:00
Adrian Cole
d29fbba783
Issue 980: timestamp on ec2 requests are in the future
2012-06-15 23:35:17 -04:00
Adrian Cole
d980b4fd42
changed test poms to use provider.template and provider.ec2-template accordingly
2012-06-15 23:35:10 -04:00
Adrian Cole
8a34254c8e
in CloudBridge terminatedInstances go away quickly unveiling the need to address instanceId not found
2012-06-15 23:31:33 -04:00
Andrew Gaul
736554d049
Correct spelling errors
2012-06-14 10:03:39 -04:00
Aled Sage
9b4c3cb25d
Sets endpoint for cloudservers-uk
...
Previously was inheriting default, which was the US endpoint.
2012-06-12 17:37:25 +01:00
Adrian Cole
72493161ab
Issue 965:transition openstack-nova from v1_1 package to v2_0
2012-06-08 10:35:58 -07:00
Adrian Cole
46b4a6c8da
Issue 963:add transitional api for keystone-authenticated swift
2012-06-07 22:06:18 -07:00
Adrian Cole
8f84608fe7
regression
2012-06-06 23:33:38 -07:00
Adrian Cole
d00e360d65
Issue 815: refactored the 3 major features of keystone into separate clients. removed cyclic dependency needed to support keystone controlling keystones in other regions
2012-06-06 23:14:23 -07:00
Adrian Cole
8684e59025
fixed hpcloud-objectstorage blob signing
2012-06-06 16:04:06 -07:00
Adrian Cole
b58060599b
Issue 815: repackaged keystone classes into their own api
2012-06-06 14:57:50 -07:00
Adrian Cole
bcd3d50ad6
Issue 956:add getImage by id to ComputeService
2012-06-04 16:54:49 -07:00
Adrian Cole
ef31f5114d
added rawState to RunningInstance
2012-06-04 16:54:30 -07:00
Adrian Cole
92d1f1b471
moved to explicitly adding clojure projects
2012-06-03 17:28:56 -07:00
Ioannis Canellos
b078adc3ce
Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin.
2012-06-03 19:41:54 +03:00
Adrian Cole
f122aeadd8
fixed cloudservers expectations
2012-06-01 15:55:42 -07:00
Adrian Cole
96773b8a1b
Issue 952:add status field to image
2012-05-30 21:22:10 -07:00
Adrian Cole
07c2c24721
Issue 949:Introduce: ComputeMetadataIncludingStatus; Deprecate NodeState -> NodeMetadata.Status
2012-05-29 20:41:10 -07:00
Adrian Cole
8c2cc935b8
removed awkward test, as this is now addressed at a higher level. Ex. malformed date string creation can be tested in jclouds-core
2012-05-22 11:31:32 -06:00
Adrian Cole
a2bbb0e611
cleanup ninefold properties
2012-05-21 15:57:50 -06:00
Adrian Cole
6a7daac7ed
removed duplicate test class
2012-05-21 15:57:50 -06:00
Adrian Cole
3ce355a2b4
image extension related classes under extensions package
2012-05-21 13:13:42 -06:00
Adrian Cole
67d8f9a0f4
image extension related classes under extensions package
2012-05-21 12:39:32 -06:00
Aled Sage
ffe783d92b
Issue 936: fixes async multi-part upload of small blob
...
Previously, the upload did not start...
2012-05-21 15:39:27 +01:00
Adrian Cole
5c647df129
Issue 938:TemplateBuilderSpec
2012-05-21 02:45:25 -06:00
Adrian Cole
c6a65df48d
fixed tests
2012-05-21 01:05:53 -06:00
Adrian Cole
a91a23f745
aws-ec2 works with tags now
2012-05-18 19:57:29 -07:00
Adrian Cole
b4f01eda7b
Issue 445: moved incidental test into its own class until we can convert it to an expect test
2012-05-18 17:50:38 -07:00
Adrian Cole
a53cece32d
Issue 445: moved incidental test into its own class until we can convert it to an expect test
2012-05-18 17:49:59 -07:00
Aled Sage
2637a4b6e9
Issue 647: DateCodec impl delegates to DateService
2012-05-17 11:25:13 +01:00
Aled Sage
cd9c830c5a
Issue 647: store Expires as Date; added ContentMetadataCodec for converting to/from HTTP headers
2012-05-17 11:24:50 +01:00
Aled Sage
9aedf7b6f6
Issue 647: added "Expires" header for ContentMetadata
2012-05-17 11:24:45 +01:00
Adrian Cole
96e272a91d
Issue 925: added default ctors so that gson can work w/o using sun.misc.Unsafe
2012-05-16 14:51:16 -07:00
Adam Lowe
c259bce623
Issue 872: softlayer ProductItemToImage now categorizes unknown operating systems accordingly, instead of throwing exceptions
2012-05-15 17:16:21 +01:00
Aled Sage
1b2eb74604
Issue 656: failing test, demonstrating failures when non-default aws-s3 location is specified
2012-05-14 23:18:30 -07:00
Adrian Cole
2a10087df9
gogrid test glitches
2012-05-14 23:12:27 -07:00
Adam Lowe
cc016d5dc8
Adjusting MapBinder to take Map<String,Object> so BindToJsonPayload can bind objects annotated with PayloadParam correctly
2012-05-14 13:09:22 +01:00
Andrew Gaul
191a4e7341
Identity should be tenameName:accessKey
...
tenantId is something else. Tested against hpcloud.
2012-05-11 15:34:41 -07:00
Adrian Cole
e96f2333ee
in openstack-swift there are regions, not zones
2012-05-10 20:08:04 -07:00
Adrian Cole
5bd59d50cd
fixed test configuration
2012-05-10 19:29:19 -07:00
Adrian Cole
59f2b6d171
Merge pull request #625 from aledsage/Issue-888-GroupNamingConvention
...
Issue 888 group naming convention
2012-05-10 16:45:39 -07:00
Adrian Cole
a6cc00e078
Merge pull request #603 from dralves/image-extension-all
...
image extension working on hpcloud, virtualbox and aws-ec2, cloudservers...
2012-05-10 16:43:27 -07:00
David Ribeiro Alves
f71e1d5780
fixed a transient status bug in openstack-nova (working on hpcloud)
2012-05-10 19:31:50 +01:00
Aled Sage
94ac48070d
Issue 888: use GroupNamingConvention for keyName/securityGroup; don't include region in name
2012-05-10 16:47:37 +01:00
Aled Sage
8631b90c32
Fix aws-ec2 template live tests: update OS versions
2012-05-10 16:45:54 +01:00
David Ribeiro Alves
5a8f0c1743
added image extension state checker to aws-ec2 module
2012-05-10 08:48:40 +01:00
Adrian Cole
acf1bc2d22
updated template expectations
2012-05-09 18:20:42 -07:00
Adam Lowe
850cdc2fc8
Moving EncodedRSAPublicKeyToBase64 (and corresponding unit test) up into EC2 so both openstack-nova-ec2 and aws-ec2 can share the same class
2012-05-03 12:31:39 +01:00
David Ribeiro Alves
082158ac3f
image extension working on hpcloud, virtualbox and aws-ec2, cloudservers implemented but has issues
2012-05-03 03:55:40 +01:00
Andrew Gaul
74440a7a87
Eliminate Throwables2.propagateOrNull
...
Throwables.propagate always propagates the Throwable; there is no need
to return null.
2012-05-02 13:51:36 -07:00
Adrian Cole
19b19d2a5d
updated hpcloud template test
2012-04-26 08:46:27 -07:00
Matt Stephenson
381851b8ab
Remove IPSocket class, replace with Guava's HostAndPort class.
2012-04-25 17:52:01 -07:00
Richard Downer
18a65bf1a7
Move WindowsClientLiveTest from ec2 to aws-ec2 as it depends on AWS's published AMIs and naming conventions
2012-04-25 20:18:13 +03:00
Richard Downer
1a77b194e5
EC2 Windows AMIs have a separate owner (which changed recently) - add this owner ID to the default set. Update WindowsClientLiveTest to use the default set and verify it passes.
2012-04-25 19:42:35 +03:00
Adrian Cole
1f7211d32d
minor volume test-related changes
2012-04-24 12:36:11 -07:00
Adrian Cole
df7d2acbb4
wrapper -> view
2012-04-23 19:14:36 -07:00
Adrian Cole
886d2cafb9
created base Context class with ProviderMetadata and Identity
2012-04-23 16:16:51 -07:00
Adrian Cole
f1010e13a4
fixed aws-ec2 image parsing
2012-04-21 10:59:01 -07:00
Roman Bogorodskiy
19e56692e3
Enable multipart for HPCloud.
2012-04-19 15:51:52 +04:00
Roman Bogorodskiy
c6b7d510b2
Initial implementation of MPU for SwiftAsyncBlobStore.
2012-04-19 15:51:52 +04:00
Roman Bogorodskiy
807d078c6f
First working implementation of swift multipart upload. Async client TDB.
2012-04-19 15:51:52 +04:00
Roman Bogorodskiy
e11dd37237
Stubs for multipart upload support in swift.
2012-04-19 15:51:52 +04:00
Adrian Cole
dab1dd69fc
fix covariance/assignability in RestContext<? extends Client> subclasses
2012-04-18 15:05:39 -07:00
Adrian Cole
2f9b1738a0
Merge pull request #572 from dralves/image-extension
...
implemented image extension
2012-04-18 07:37:02 -07:00
Adrian Cole
5ea29cbbb7
Merge pull request #560 from danikov/covariant-future-iterables
...
covariant compatible version of futureIterables
2012-04-18 07:35:23 -07:00
danikov
fff1c7dc2d
make FutureIterables covariant compatible + update tests
2012-04-18 13:06:54 +01:00
David Ribeiro Alves
05212b75fa
implemented image extension
2012-04-18 09:37:44 +01:00
Adrian Cole
0b59dea073
removed ContextBuilder subclasses; added unwrap; undid generic params
2012-04-16 00:44:20 -07:00
Adrian Cole
3b2e6ea796
fix cloudwatch
2012-04-13 10:48:38 -06:00
Adrian Cole
23cb01f977
refactor PropertiesBuilder and related types into ApiMetadata and ProviderMetadata, and update all usage
2012-04-11 19:47:09 -06:00
Adam Lowe
ba493257be
Adjusting default cloudwatch version for live tests
2012-04-10 09:39:39 +01:00
Andrew Gaul
b47860afc1
Use inference to elide duplicated type parameters
...
Found with:
grep 'Builder.*<.*>.*Immutable.*<.*>.*builder();'
2012-04-08 22:32:04 -07:00
Adrian Cole
00c7179f72
moved cacheloaders to the correct package
2012-04-05 17:42:06 -07:00
Adrian Cole
3923e78b9a
Issue 896:ec2 doesn't pay attention to api version property
2012-04-02 22:24:59 -07:00
Adrian Cole
764e0907f7
Issue 657:ApiMetadata
2012-04-01 18:43:31 -07:00
Adrian Cole
a6429398fd
Issue 891: switch to openjdk; tested on ubuntu
2012-03-30 16:57:31 -07:00
Adrian Cole
49e475edcd
Issue 888: consolidate code that addresses naming conventions, using hyphen as default delimiter
2012-03-28 03:37:54 -04:00
Adrian Cole
5c6ce9f081
organize imports
2012-03-28 03:37:48 -04:00
Adrian Cole
343470d0a5
removed deprecated RunScriptOptions & TemplateOptions
2012-03-28 03:37:43 -04:00
Adrian Cole
025396be37
added new properties object
2012-03-28 03:37:41 -04:00
Adrian Cole
e46cef9fbb
passwordAuthentication is now default for keystone
2012-03-28 03:37:40 -04:00
Adrian Cole
c56043db08
refactored properties objects to be consistent w/keystone
2012-03-28 02:30:04 -04:00
Roman Bogorodskiy
ef549235fe
Issue 882: Make aws-s3 provider respect PROPERTY_S3_VIRTUAL_HOST_BUCKETS.
2012-03-27 13:46:43 +04:00
Richard Downer
5d1c5aec9e
Add regexp that matches style of Windows AMI names in EC2 starting March 2012. Add a unit test.
2012-03-25 10:52:44 +02:00
Adrian Cole
5dced71f42
moved cdn extension to an Optional
2012-03-23 00:38:52 -07:00
Adrian Cole
000ed4a393
removed broken hpcloud-objectstorage-lvs
2012-03-23 00:38:15 -07:00
Adrian Cole
a6ff7579f5
Issue 885:add TryStack provider
2012-03-22 21:50:27 -07:00
Adrian Cole
305b0b8972
Issue 864:create hpcloud-compute provider
2012-03-22 21:48:11 -07:00
Adrian Cole
33fa1ec555
Issue 879:keystone v2 hpcloud-objectstorage provider
2012-03-22 21:45:25 -07:00
Adrian Cole
01e6036589
Issue 874:Bluelock upgraded production to vCloud Director 1.5
2012-03-16 02:33:54 -07:00
Adrian Cole
16a44b2e02
test updates now that bluelock is no longer 1.0.0
2012-03-16 00:45:32 -07:00
Adrian Cole
6301e23a1a
temporary fix to CloudLinux blow-up
2012-03-15 16:33:48 -07:00
Adrian Cole
3ebdb89e1d
template changes in cloudsigma
2012-03-13 14:43:37 -07:00
Adrian Cole
428c08379d
aws-ec2 template update
2012-03-12 21:53:01 -07:00
Adrian Cole
11b36f2083
Merge pull request #421 from milkmansrevenge/master
...
Reduced log levels for compute parsing methods
2012-03-10 16:18:26 -08:00
Chris Strand
8272352f9b
Log level of debug for the various parse methods
2012-03-11 00:05:04 +00:00
Adrian Cole
e82e198a9f
changed gogrid to not use ssh ctor
2012-03-10 14:43:58 -08:00
Adrian Cole
8394fa90e6
fixed provider metadata
2012-03-09 19:56:22 -08:00
Adrian Cole
605b2dbd25
template updates for cloudservers
2012-03-09 16:51:26 -08:00
Adrian Cole
926cd0991f
spot test also needs m1.medium
2012-03-09 12:28:10 -08:00
Adrian Cole
38de846947
Issue 859:AWS EC2 Updates: New Medium Instance, 64-bit Ubiquity
2012-03-08 10:52:56 -08:00
Adrian Cole
e8f5b049d8
modernized some gogrid tests and corrected iso information for datacenter 3
2012-03-07 13:11:31 -08:00
Adrian Cole
cf0b725b26
refactored hashCode, etc. as in NL sometimes date fields are not present
2012-03-07 12:59:58 -08:00
Adrian Cole
1e8841062b
Issue 854:move savvis-symphonyvpdc to labs
2012-03-05 17:01:19 -08:00
Adrian Cole
d50d70a397
corrected urls for savvis
2012-03-05 16:36:37 -08:00
Adrian Cole
1f4bd46074
removed timeouts from savvis
2012-03-05 14:50:17 -08:00
Adrian Cole
d8b465ec2e
Issue 851:add save/delete image support to go grid
2012-03-03 11:33:27 -08:00
Adrian Cole
4d919ce14e
cloudwatch free interval is 5m not 1m
2012-02-26 16:55:18 +02:00
Adrian Cole
dadd4f6515
changed bindings that imply i/o to Supplier<X>
2012-02-26 13:54:43 +02:00
Adrian Cole
fa7f81c4e7
Issue 847:version updates
2012-02-23 15:11:05 +02:00
Ioannis Canellos
ebe53d1b71
Fixed aws-ec2 bundle imports
2012-02-17 02:01:39 +02:00
Ioannis Canellos
5490b3068c
[842] Added required import packages to cloudfiles api bundle. Improved import packages in all bundles.
2012-02-17 00:49:39 +02:00
Adrian Cole
2da5d297a5
Issue 838: convert jboss tests and java tests to use InstallJDK
2012-02-14 23:22:24 +01:00
Adrian Cole
2332662a90
move to using AtomicReference for retryable predicates saves at least one network call on re-fetch
2012-02-14 23:22:24 +01:00
Adrian Cole
567f845444
corrected keystone parsing and default url for hp cloud storage
2012-02-09 17:54:06 +00:00
Adrian Cole
5830665a74
HP Cloud Identity Services/CDN
2012-02-09 06:36:09 +01:00
Jeremy Daggett
d2a4bfa2a9
Updated NOTICE.txt and inserted correct production URL for PropertiesBuilder
2012-02-06 11:18:53 -08:00
Adrian Cole
0058c3a5eb
updated test expectations to lastest amis
2012-02-04 13:10:53 -08:00
Ioannis Canellos
4907663c27
[832] Removed unnecessary import from eucalyptus-partnercloud-s3
2012-02-04 22:00:02 +02:00
Adrian Cole
fe4d148528
updated current version to 1.5.0-SNAPSHOT
2012-02-04 11:06:07 -08:00
Andrei Savu
4ed8f8f85e
Renamed getPasswordData to getPasswordDataInRegion & fixed broken unit tests
2012-02-04 20:18:50 +02:00
Aled Sage
ef8a2cc01d
Issue #445 : testing is fixed as side-effect of #364 and #365 work
2012-02-04 15:53:29 +00:00
Aled Sage
ab568f0a09
Issues 364 and #365 : destroyNode cleans up incidental resources
2012-02-04 15:40:31 +00:00
Adrian Cole
61314015dc
Merge pull request #347 from andrewgaul/remove-create-http-module
...
Remove AWSS3ClientLiveTest.createHttpModule
2012-02-03 16:29:57 -08:00
Andrew Gaul
2eb0b76092
Remove AWSS3ClientLiveTest.createHttpModule
...
This yields confusing hangs with tests that have multiple outstanding
operations.
2012-02-03 16:09:19 -08:00
Adrian Cole
c388fc41b4
Issue 826: removed eager supplier of @Provider endpoint
2012-02-03 13:51:26 -08:00
Andrew Gaul
3f102fcbb2
Fix JavaDoc warnings in AWS provider
2012-02-03 11:06:06 -08:00
Adrian Cole
3a9d660b8e
refactored ec2 options test, especially to use known image id (it was selecting centos since we changed the location id)
2012-02-03 00:29:42 -08:00
Adrian Cole
80a965d3fb
softlayer has been slow responding lately
2012-02-03 00:29:42 -08:00
Adrian Cole
3e9c566edc
aws related changes for issue 826
2012-02-03 00:29:41 -08:00
Adrian Cole
3c8e613464
azure related changes for Issue 826
2012-02-03 00:29:36 -08:00
Adrian Cole
32f0de7997
softlayer related changes for Issue 826
2012-02-03 00:29:36 -08:00
Adrian Cole
c32d72084e
gogrid related changes for Issue 826
2012-02-03 00:29:34 -08:00
Adrian Cole
6dfe726dfa
savvis related changes for Issue 826
2012-02-03 00:29:33 -08:00
Adrian Cole
44329eceaf
slicehost related changes for Issue 826
2012-02-03 00:29:32 -08:00
Adrian Cole
e45aaa8a3c
rimu related changes for Issue 826
2012-02-03 00:29:32 -08:00
Adrian Cole
65336339e5
terremark related changes for Issue 826
2012-02-03 00:29:30 -08:00
Jeremy Daggett
50cf37f722
Merged latest jclouds master branch
2012-02-02 13:25:17 -08:00
Andrei Savu
2b7bb53d20
Changed testTemplateBuilderWithLessRegions to query eu-west-1
2012-02-02 17:41:17 +02:00
Jeremy Daggett
7073d85c75
Missed HP Cloud RestClientodule
2012-02-01 22:44:37 -08:00
Adrian Cole
abeffc1119
Issue 824:add field for hypervisor
2012-01-30 22:52:35 -08:00
Adrian Cole
55975af60d
Issue 820:Move off PropertiesBuilder for rocoto
2012-01-29 23:11:37 +08:00
Adrian Cole
bf4b6e8c95
Issue 823:migrate rackspace services to authenticationservice 1.1
2012-01-29 23:11:23 +08:00
Adrian Cole
f93c495c43
refactored to use consistent setup*Properties methods like expect tt tests
2012-01-29 20:36:24 +08:00
Jeremy Daggett
676e153080
Added support Keystone style auth
2012-01-25 18:35:24 -08:00
Jeremy Daggett
4241c9239a
Additional CDN changes
2012-01-25 08:13:21 -08:00
Jeremy Daggett
96ff7d137a
Added HP CDN support back
2012-01-25 08:10:09 -08:00
Ioannis Canellos
62624e29c7
Added org.jclouds.aws to the imported packages of aws-ec2 bundle.
2012-01-19 02:05:09 +02:00
Adrian Cole
2680460b9a
Merge pull request #324 from iocanel/master
...
Compute Apis & Providers need tuning in their OSGi package imports.
2012-01-18 07:53:22 -08:00
Ioannis Canellos
cfe88031a2
Updated OSGi package imports for compute providers & apis.
2012-01-18 15:02:16 +02:00
Adrian Cole
8c2832df48
fixed test case on ninefold
2012-01-17 23:08:25 -08:00
Ioannis Canellos
ccdeb26dd2
Fixed package imports for cloudservers us & uk.
2012-01-17 13:47:33 +02:00
Adrian Cole
3df052565f
updated current version to 1.4.0-SNAPSHOT
2012-01-16 13:08:32 -08:00
Adrian Cole
0d3bd74156
increased timeout defaults on terremark
2012-01-15 19:44:45 -08:00
Adrian Cole
4ce8d702ad
removed missing image def
2012-01-15 19:44:45 -08:00
Adrian Cole
79e9f23b18
removed softlayer DC
2012-01-15 17:59:23 -08:00
Adrian Cole
db271da687
vcloud does set hostname
2012-01-15 15:31:22 -08:00
Adrian Cole
15af98ba02
fixed test glitch in azureblob
2012-01-15 15:30:58 -08:00
andreisavu
88400f6441
Add TemplateOptions to create SSD Drives on CloudSigma providers
2012-01-15 21:58:12 +02:00
Adrian Cole
de1e8a7ce3
avoid stackoverflow on multipart upload
2012-01-15 02:19:05 -08:00
Adrian Cole
82673e0dd5
Issue 710: update existing vcloud providers
2012-01-15 02:14:58 -08:00
Adrian Cole
9791a51039
better exception message
...
remoced unused import
removed hokey test
2012-01-15 02:08:14 -08:00
Adrian Cole
b3d6ad2ae8
Issue 812:add options to place xml source text to exception
2012-01-14 21:02:52 -08:00
andreisavu
20f5205727
Added expect test for putBlob with reduced redundancy
2012-01-14 14:05:33 +02:00
andreisavu
f27bed524c
Putting basic blocks in place for writing Expect tests for aws-s3
2012-01-14 14:05:33 +02:00
Adrian Cole
c395eb613e
unused imports
2012-01-13 17:22:20 -08:00
Adrian Cole
3871255ccc
added build version for greenhouse
2012-01-12 19:11:34 -08:00
Adrian Cole
84a34c7bf2
added build version for bluelock
2012-01-12 19:11:14 -08:00
Adrian Cole
ef7e0a46e2
refactored expect tests to throw a 'server error' when there's no state expectation configured
2012-01-12 18:04:19 -08:00
andreisavu
bf330f6348
Use listBucket to query StorageClass for a blob
2012-01-11 23:02:36 +02:00
andreisavu
f90a2bd039
Issue 681. Enhance jcloud to support aws-s3 Reduce Redundancy Storage (RRS)
2012-01-11 22:18:28 +02:00
Adrian Cole
c151e5bdd7
Issue 730: last deprecated methods scheduled for removal in 1.3
2012-01-10 18:10:55 -08:00
Adrian Cole
018771d3a4
refactored error on current transaction
2012-01-10 16:44:06 -08:00
Adrian Cole
f3f56463b4
centralized RestContext<S,A> binding
2012-01-10 12:21:25 -08:00
Adrian Cole
f570ec99e6
moved base test into internal package
2012-01-10 12:21:25 -08:00
Adrian Cole
467381bd51
slight fixes for softlayer tests
2012-01-10 12:21:25 -08:00
Adrian Cole
e46ee9fbc4
Issue 807:update license headers
2012-01-09 10:54:57 -08:00
Richard Downer
48c2d21149
Use ImagePredicates.idEquals, instead of writing idEquals from scratch
2012-01-09 19:48:49 +02:00
Richard Downer
3f6997361d
Change test now that computeService.listImages() returns a set that refreshes itself - record the before set *size*, rather than the set itself, because the set's contents and size may change
2012-01-09 10:38:47 +02:00
Richard Downer
0ab8ea1bee
Change AWSEC2ImageSupplier to return a ForwardingSet, instead of an ImmutableSet. This means the set returned by the Image supplier will reflect changes in the underlying cache.
2012-01-09 10:38:47 +02:00
Richard Downer
5c2e2576bf
After registering a new image, computeService.listImages() does not show the new image (because it is cached). Add a live test that demonstrates this behaviour.
2012-01-09 10:38:46 +02:00
Adrian Cole
add431a329
missing build property commit
2012-01-08 00:04:04 -08:00
Adrian Cole
f390f314ee
Issue 803: changes needed when guice is in production mode
2012-01-07 06:08:32 -08:00
Adrian Cole
f06e6982eb
Issue 800:introduce property for build version
2012-01-05 17:51:55 -08:00
Adrian Cole
99fb37f6cf
refactored LiveTest code to share property initialization
2012-01-05 17:51:03 -08:00
Adrian Cole
42137677da
Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version
2012-01-05 13:09:45 -08:00
Adrian Cole
7146572620
Issue 797: converted many adapters to the new gson streaming method
2012-01-01 19:24:42 -08:00
Adrian Cole
d1500d301f
Merge pull request #281 from andreisavu/cloudwatch-unit
...
Allow user to specify the Unit on CloudWatch queries
2011-12-22 08:06:45 -08:00
andreisavu
b5228d2299
Allow user to specify the Unit on CloudWatch queries
2011-12-22 17:30:33 +02:00
Adrian Cole
2ce0825e62
vcloud test stabilization
2011-12-22 04:34:13 -08:00
Adrian Cole
8369ffae35
gogid auth fix
2011-12-22 04:16:41 -08:00
Adrian Cole
aef44b26b9
modernized gogrid
2011-12-22 03:59:24 -08:00
Adrian Cole
e9360fc938
updated slicehost to compute service adapter
2011-12-22 03:30:26 -08:00
Adrian Cole
617d267360
fixed template expectations
2011-12-22 03:21:54 -08:00
Adrian Cole
3a8ea09fb9
missing commits
2011-12-22 02:23:20 -08:00
andreisavu
548068c7ff
Allow user to specify instance ID as an option for CloudWatch
2011-12-21 23:59:50 -08:00
Adrian Cole
bb7dbf3a8e
fixed terremark tests
2011-12-21 18:46:58 -08:00
Adrian Cole
302321ce18
Issue 730: removed deprecated vcloud methods
2011-12-21 18:46:58 -08:00
Don Tran
db17dadb43
Issue 789: add los angeles elastichost provider
2011-12-21 20:12:53 +00:00
Adrian Cole
83ca5dd931
updated slicehost to current style of credential management
2011-12-21 03:15:08 -08:00
Adrian Cole
2aadb21b03
updated password on ecloud
2011-12-21 03:15:08 -08:00
Adrian Cole
208c474969
updated template builders for current images
2011-12-21 03:15:08 -08:00
Adrian Cole
57f19a5c68
cleanup of terremark wrt credentials
2011-12-21 03:15:08 -08:00
Adrian Cole
f9b38f646c
Issue 730: removed deprecated methods from ComputeService RunScript/TemplateOptions SshClient.Factory and replaced occurences of Credentials with LoginCredentials whereever possible
2011-12-20 23:19:45 -08:00
Adrian Cole
827e0d1f06
Issue 791:add hpcloud-objectstorage-lvs provider
2011-12-20 12:39:15 -08:00
Adrian Cole
766b0ab5ba
Merge pull request #269 from grkvlt/master
...
Some small changes for vcloud (greenhousedata) tests
2011-12-20 10:55:32 -08:00
Andrew Donald Kennedy
c63df55655
Remove deprecated tests
2011-12-20 18:30:01 +00:00
Don Tran
9eddabb4e8
Issue 789: elastichost-tor-p provider
2011-12-20 16:02:33 +00:00
Adrian Cole
edf0ce24a2
ninefold new image id is 1215
2011-12-19 23:11:03 -08:00
Adrian Cole
094cfd563e
disabled public read test
2011-12-19 22:04:29 -08:00
Adrian Cole
18e43fb6f4
removed CDN support for now
2011-12-19 18:19:20 -08:00
Adrian Cole
aa99223558
permit NPE on cdn metadata while in beta
2011-12-19 17:56:55 -08:00
Adrian Cole
075c0c8e5e
allow cdn lookup to fail while in beta
2011-12-19 17:49:28 -08:00
Adrian Cole
8d517f9f51
switched default auth version to 1.0
2011-12-19 17:42:12 -08:00
Adrian Cole
60691544c7
updated to guava 11 syntax
2011-12-19 17:40:31 -08:00
Adrian Cole
fc7bc3f638
lint
2011-12-19 17:40:15 -08:00
Adrian Cole
0244e123c2
added location check for hpcloud for vegas
2011-12-19 17:39:18 -08:00
Adrian Cole
2765a576e8
removed trailing slash on hp cloud uri
2011-12-19 17:38:48 -08:00
Adrian Cole
d381903f06
hpcloud cdn support not yet out of beta
2011-12-19 17:38:24 -08:00
Adrian Cole
d6e8404233
removed cyclic dependency
2011-12-19 17:37:40 -08:00
Jeremy Daggett
6d6d68fdde
Merge branch 'master' into hpcloud-object-storage
2011-12-19 14:47:07 -08:00
Adrian Cole
906171c42a
aws quick fixies
2011-12-19 14:06:37 -08:00
Jeremy Daggett
034fa20d2c
Fixed testGetObjectContentType() in HPCloudObjectStorageClientLiveTest
2011-12-19 11:16:32 -08:00
Adrian Cole
99f0c833d2
updated elastichosts templatebuilderlivetest to match new json data
2011-12-19 09:10:44 -08:00
Adrian Cole
b88c016337
Merge branch 'master' of https://github.com/theambidextrousboy/jclouds
...
* 'master' of https://github.com/theambidextrousboy/jclouds :
Issue 771: Fix issue with preinstalled image ids on elastichosts providers
2011-12-19 08:55:46 -08:00
Jeremy Daggett
3cf5c2be23
Removed reference to hpcloud-compute
2011-12-19 08:27:00 -08:00
Don Tran
d2a1a42b2b
Issue 771: Fix issue with preinstalled image ids on elastichosts providers
2011-12-19 14:47:14 +00:00
andreisavu
b15db13574
Updated CloudWatchClient code to latest version
...
See
http://docs.amazonwebservices.com/AmazonCloudWatch/latest/APIReference/i
ndex.html?API_GetMetricStatistics.html
2011-12-19 13:25:06 +02:00
Adrian Cole
6bac1db9fb
typos
2011-12-19 01:52:42 -08:00
Adrian Cole
bf99fb10a0
Issue 757: refactor elastic ip auto-allocation approach and backfill related tests
2011-12-19 01:46:19 -08:00
Jeremy Daggett
fb9739f615
Merging issues
2011-12-18 20:37:44 -08:00
Jeremy Daggett
c8ca287303
Fixes to Container related operations
2011-12-18 19:43:50 -08:00
Adrian Cole
468ad69c94
missing commit for issue 757
2011-12-18 16:09:19 -08:00
Adrian Cole
e942d58fa7
Merge pull request #254 from grkvlt/master
...
Issue 779: Fix password/privateKey override issues with providers
2011-12-18 13:37:09 -08:00
Andrew Donald Kennedy
31d3fe483f
Issue 769: Make password and privateKey optional for LoginCredentials
2011-12-17 14:08:49 +00:00
Adam Lowe
3df4ec3280
Fixing TerremarkClientLiveTest problem caused by extra 'provider' field in test class
2011-12-15 22:03:01 +00:00
Adrian Cole
beb87a2131
Issue 781:update to guava 11.0-rc1
2011-12-14 23:56:50 -08:00
Adrian Cole
40d2abbac5
Issue 780:add new sa-east-1 region
2011-12-14 22:42:32 -08:00
Aled Sage
44df7b0d69
Issue 763: deleted testTemplateBuildsFasterByImageIdThanBySearchingAllImages
2011-12-13 22:42:14 +00:00
Aled Sage
d32bbc18c4
Issue 763: moved testTemplateBuildsFasterByImageIdThanBySearchingAllImages, from EC2ComputeServiceLiveTest to EC2TemplateBuilderLiveTest; disabled in eucalyptus-partner-cloud
2011-12-13 22:42:13 +00:00
Aled Sage
f140688077
Issue 763: added EC2TemplateBuilderLiveTest to assert httpCommands don't fetch all images
2011-12-13 22:42:13 +00:00
Aled Sage
dc181287f6
Extract TrackingJavaUrlHttpCommandExecutorService, so usable by other tests
2011-12-13 22:42:13 +00:00
Adrian Cole
a6d6b48c26
example of how to trace http requests made in live tests
2011-12-09 09:28:56 -08:00
Aled Sage
094e537488
Issue 763: cache loader does not reload after AuthorizationException
2011-12-08 10:22:26 -08:00
Aled Sage
dad5356991
Issue 763: Supplier<Set<Image>> for EC2 returns set backed by on-demand cache if ami-owners is empty
2011-12-08 10:22:26 -08:00
Aled Sage
741773f9ab
Issue 763: set image cache expiry using PROPERTY_SESSION_INTERVAL
2011-12-08 10:22:26 -08:00
Aled Sage
a45e16ebb3
Issue 763: code tidy, to use new ImagesToRegionAndIdMap.imagesToMap(Set<Image>)
2011-12-08 10:22:26 -08:00
Aled Sage
1fb371497b
Issue 763: image cache loader: wrap in retry logic; don't memoize cache
2011-12-08 10:22:26 -08:00
Aled Sage
635c420a92
Issue 763: don't retrieve all images when template.imageId supplied
2011-12-08 10:22:26 -08:00
Adrian Cole
d9ccd506e7
updated regions for walrus on partner cloud
2011-12-04 12:53:06 -08:00
andreisavu
2284588513
Issue 752. Move off deprecated systemProperties to systemPropertyVariables in surefire
2011-12-02 16:47:14 +02:00
Adrian Cole
d31844469b
ninefold is now version 2.2.12
2011-11-27 23:59:59 -05:00
Adrian Cole
424351b1c3
assigned correct defaults for ninefold template
2011-11-27 18:16:41 -05:00
Adrian Cole
6823659613
Issue 758:new endpoint for cloudsigma-zrh
2011-11-27 16:20:46 -05:00
Jeremy Daggett
ca94b74d39
Added test file for CreateContainerOptions
2011-11-21 12:52:47 -08:00
Jeremy Daggett
c8ee6c10cc
Updated files from other git repo for Swift public ACL
2011-11-21 12:52:47 -08:00
Jeremy Daggett
3984d1057d
CDN support changes: fixed parsing issues, initial change for externalizing CDN URL
2011-11-21 12:52:47 -08:00
Jeremy Daggett
da4ce8689e
Should extend SwiftPropertiesBuilder instead of PropertiesBuilder
2011-11-21 12:52:47 -08:00
Jeremy Daggett
f214ffcd1d
Updated properties to reflect hpcloud
2011-11-21 12:52:47 -08:00
Jeremy Daggett
57224fae0e
Initial sources for hpcloud-object-storage provider
2011-11-21 12:52:47 -08:00
danikov
3cc79d3cdd
tweaked the test to be simpler & more accurate
2011-11-21 17:34:47 +00:00
danikov
2c034b6a25
finalising constants :D
2011-11-21 15:09:39 +00:00
danikov
e28773337e
fixed UK provider/region not working + regression tests
2011-11-21 15:09:38 +00:00
danikov
76cecee53a
fixed UK provider/region not working + regression tests
2011-11-21 14:58:39 +00:00
Adrian Cole
4a5af1e7a5
Issue 441: added new type: LoginCredentials, and (jclouds|provider).image.(login-user|authenticate-sudo) context properties
2011-11-21 11:00:12 +02:00
Adrian Cole
1b2a221744
rightscale now supports rhel
2011-11-21 11:00:01 +02:00
Adrian Cole
eef1272ea2
switched to single testcase at a time
2011-11-20 10:45:32 +02:00
Adrian Cole
e325217b21
adding password for ninefold
2011-11-17 16:12:32 +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
danikov
e1547f5853
tests for NodeClient
2011-11-16 09:53:27 +00:00
danikov
adbcee9596
renamed tests to clarify/prevent the collisions (boo, verbosity… but naming things is hard)
2011-11-16 09:52:47 +00:00
Adrian Cole
85a0cdfa9c
Issue 755:support new cc2.8xlarge instance size
2011-11-16 10:47:44 +02:00
Adrian Cole
90dfed8583
ensure templatebuilder tests pass when image-id and login-user properties are set
2011-11-15 18:29:53 +02:00
Jeremy Daggett
86217ed60c
Added test file for CreateContainerOptions
2011-11-14 21:28:25 -08:00
Jeremy Daggett
d151e6bee4
Updated files from other git repo for Swift public ACL
2011-11-14 21:25:54 -08:00
Adrian Cole
5842b84ad0
updated pom for bluelock
2011-11-14 22:32:46 +02:00
Adrian Cole
e04ec8f51b
corrected metadata for ninefold-compute
2011-11-14 22:32:46 +02:00
Adrian Cole
349f602931
new amsterdam datacenter in softlayer
2011-11-14 22:32:45 +02:00
Adrian Cole
066d67d314
Issue 753: started ninefold-compute provider
2011-11-14 20:01:48 +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
Adrian Cole
4719d3d52b
updated comments
2011-11-13 13:29:54 +02:00
Adrian Cole
8569771712
fixed aws-ec2 template tests
2011-11-13 13:28:28 +02:00
Jeremy Daggett
d1c2b9a0b4
CDN support changes: fixed parsing issues, initial change for externalizing CDN URL
2011-11-11 11:22:04 -08:00
Adrian Cole
c08a7884bd
Issue 750:property to set the image id for the default template
2011-11-11 19:48:28 +02:00
danikov
64d5d067bd
added missing cloudloadbalancers-uk module
2011-11-11 15:54:32 +00:00
Adrian Cole
d2f60e49a4
updated templates for rackspace
2011-11-11 12:42:39 +02:00
Adrian Cole
d809bc524e
updated eucalyptus test properties
2011-11-11 12:13:25 +02: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
9e3fa50328
added cloudloadbalancers to the linked services
2011-11-10 15:32:25 +00: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
Adrian Cole
e9cff5e17c
Issue 747:add new us-west-2 region
2011-11-09 11:19:40 +01:00
Jeremy Daggett
0441fc4bdf
Should extend SwiftPropertiesBuilder instead of PropertiesBuilder
2011-11-08 13:31:38 -08:00
Jeremy Daggett
89925e5142
Updated properties to reflect hpcloud
2011-11-08 11:29:09 -08:00
Jeremy Daggett
877e095e1e
Initial sources for hpcloud-object-storage provider
2011-11-08 10:35:49 -08:00
Adrian Cole
debabe632f
cloudservers-uk now has ubuntu 8.04
2011-11-01 04:20:30 +00:00
Adrian Cole
700e191536
updated to latest elastichost image ids
2011-11-01 04:19:35 +00: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
Adrian Cole
03da9402b8
test that we match ubuntu precise in aws-ec2
2011-10-17 21:39:53 -07:00
Adrian Cole
e94f237514
Issue 727:enable ubuntu Natty on cloudsigma-zrh
2011-10-17 19:55:47 -07:00
Adrian Cole
552242e863
moved to 1.3.0-SNAPSHOT
2011-10-16 12:26:31 -07:00
Adrian Cole
90c85e03f9
updated iso codes
2011-10-16 09:21:47 -07:00
Adrian Cole
0c14365399
Harder tests relating to installing admin user
2011-10-16 03:08:36 -07:00
Adrian Cole
7cc010e449
better error message when out of IPs
2011-10-16 03:06:13 -07:00
Adrian Cole
2ba6ce6b66
precise
2011-10-16 03:01:43 -07:00
Adrian Cole
738c507b20
11.04 ssh image has auth errors in cloudsigma-zrh
2011-10-16 02:54:57 -07:00
Adrian Cole
2d704bde59
Issue 724:add ubuntu precise to the supported versions
2011-10-16 02:50:45 -07:00
Adrian Cole
bf584390e0
adjusted test properties
2011-10-15 17:42:48 -07:00
Adrian Cole
ed47d255b0
Issue 612: added Name support to aws-ec2
2011-10-15 00:26:54 -07:00
Adrian Cole
921dae7395
moved ec2 image parsing notices out of the compute logger
2011-10-15 00:25:01 -07:00
Adrian Cole
df8fbd7eca
adjusted as softlayer doesn't support metadata
2011-10-15 00:24:13 -07:00
Adrian Cole
5316cbc71c
bumped up SoftLayer timeouts
2011-10-14 22:52:07 -07:00
Adrian Cole
921ca628f7
Issue 722: added specific tests to help troubleshoot GoGrid api issues
2011-10-14 15:50:38 -07:00
Adrian Cole
9018bdafa2
ec2 test stabilization
2011-10-14 10:40:01 -07:00
Adrian Cole
a6d481f88a
changed to use spot instances in us-west-1 due to connect failures trying to ssh across the atlantic
2011-10-14 02:36:28 -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
7278582730
log more details when creating keys
2011-10-13 02:09:13 -07:00
Adrian Cole
c28a2e38c3
Issue 719: added some logging for ssh fingerprints
2011-10-13 01:49:49 -07:00
Adrian Cole
0e9d3666ad
Merge pull request #108 from jsonking/master
...
SoftLayer: Added Regions to Datacenter (for dasein). Fixed tests for Amsterdam DC and region info.
2011-10-12 08:17:38 -07:00
Jason King
a1917a727c
SoftLayer: Added Regions to Datacenter (for dasein). Fixed tests for Amsterdam DC and region info.
2011-10-12 11:05:09 +01:00
Adrian Cole
2642882f03
Issue 718:update to latest amazon linux
2011-10-11 17:52:58 -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
0dbf453dd0
updated image test count
2011-10-11 16:59:42 -07:00
Andrew Donald Kennedy
e997ae4d55
612: The tagSet is not cleared between instances when parsing XML responses
2011-10-11 19:58:49 +01: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
bbbd5a35fc
Issue 690:Update to guava 10.0.1
2011-10-10 18:00:07 -07:00
Andrew Donald Kennedy
5b91b20d07
612: Change in predicate to equalTo
2011-10-10 17:11:35 +01:00
Andrew Donald Kennedy
83aae3fe08
612: Treat empty-valued tags differently on running instance node metadata
2011-10-10 17:11:34 +01:00
Andrew Donald Kennedy
f306137eb0
612: Added testing of tags for instances and checking for empty key values
2011-10-10 17:11:34 +01: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
031ee4bee5
Merge pull request #95 from grkvlt/master
...
Issue 612: Implement TagClient and TagAsyncClient
2011-10-06 19:15:37 -07:00
Adrian Cole
809a1b051c
Issue 712:add support for CloudSigma Las Vegas
2011-10-06 18:59:23 -07:00
Andrew Donald Kennedy
410b947160
612: Change Multimap occurences to Maps with Iterable values
2011-10-07 01:13:35 +01:00
Andrew Donald Kennedy
d4f7140071
612: Changed Tag filters to use Multimap and Collection to Iterable
2011-10-07 01:11:51 +01:00
Andrew Donald Kennedy
e30f0f626e
612: Added required classes and tests to support CreateTags, DeleteTags and DescribeTags for TagClient and TagAsyncClient
2011-10-07 01:11:50 +01:00
Jason King
03f3f9562f
Issue 158: Fixed regex for finding the cpuitem, decoupled from value used to order it+tests
2011-10-06 15:01:02 +01:00
Adrian Cole
b22a0239c2
Issue 158: softlayer support
2011-10-04 02:30:53 -07:00
Adrian Cole
f326be00f8
ec2 test stabilization
2011-10-04 02:21:51 -07:00
Adrian Cole
ec7a736771
updated eucalyptus tests
2011-09-30 22:38:25 -07:00
Adrian Cole
89c47ed6dd
fixed location for openhosting to FL, not VA
2011-09-29 10:10:30 -07:00
Adrian Cole
c3b94378e8
Issue 669: update openhosting to elasticstack 2.0
2011-09-28 13:28:42 -07:00
Adrian Cole
a79190e86a
Issue 645: move go2cloud out of sandbox
2011-09-27 13:12:59 -07:00
Adrian Cole
81796319aa
Issue 664: remove bluelock vcenterprise environment
2011-09-26 01:13:26 -07:00
Adrian Cole
d5a6950864
updated to latest gogrid images
2011-09-25 14:31:26 -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
b0e2dccd43
Issue 692: cloudsigma nodes working with ubuntu 10.04
2011-09-22 10:41:19 -07:00
Adrian Cole
b4e4c26f44
fixed ec2 regressions related mapmaker -> cachebuilder
2011-09-22 02:29:14 -07:00
Adrian Cole
d4323d1ffd
updated centos versions
2011-09-22 00:42:43 -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
d039fe7d96
Issue 692:CloudSigma ssh password support
2011-09-22 00:20:17 -07:00
Adrian Cole
982e92fe9f
Issue 334: changed AWSEC2ComputeServiceLiveTest.testExtendedOptionsAndLogin to use aws-cloudwatch
2011-09-16 16:05:37 -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
Adrian Cole
0c91e3ae37
Issue 669: fixed test properties for elasticstack 2.0 providers
2011-09-12 18:54:58 -07: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
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
960bfe709f
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
2011-08-16 18:14:30 -07:00
Adrian Cole
648d2f4236
Issue 662:ec2 ami query syntax from < 1.1.0 doesn't work on >= 1.1.0
2011-08-16 11:12:34 -07:00
Adrian Cole
ccb3d84133
Issue 660:null group on nodes from aws-ec2 provider
2011-08-16 09:26:25 -07: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
8a2cbe1be5
run cloudonestorage tests one at a time to reduce bandwidth needed
2011-08-04 11:25:17 +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
Adrian Cole
6fe74edcae
stablalize cloud load balancers tests as they take longer now
2011-07-29 14:20:52 -07:00
Adrian Cole
3a15bbd1ca
Issue 650:remove bluelock-vcdirector provider
2011-07-29 14:03:58 -07:00
Adrian Cole
c424edbda9
Issue 645: go2cloud uses a elasticstack2 which we don't yet support
2011-07-29 13:44:03 -07:00
Adrian Cole
3e15445297
made euca single threaded so that we don't use so many buckets
2011-07-29 13:33:45 -07:00
Adrian Cole
8e7ec82322
fixed template ids for live test
2011-07-29 10:54:49 -07:00
Adrian Cole
841b9aae1b
fixed security group test
2011-07-29 03:47:49 -07: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
32fe309424
Issue 639:Memory scaling for GoGrid vm's
2011-07-28 01:37:53 -07:00
Adrian Cole
6ff1738e8a
Issue 645:support Go2Cloud Johannesburg
2011-07-28 01:37:26 -07:00
Adrian Cole
85a6e2f90f
Issue 644:update standard image list for elastichosts
2011-07-28 00:37:14 -07:00
Adrian Cole
f38241efca
fixed Bluelock tests
2011-07-26 22:16:52 -07:00
Adrian Cole
a6351972d4
better error on gogrid test
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
732491fe17
Issue 636: hone ssh code config + tests to make it easier to isolate cause of stderr hang
2011-07-25 03:10:55 -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
81bf7268be
Issue 487: rimu returns consistent hostname, but vcloud does not
2011-07-23 23:20:13 +10:00
Adrian Cole
c9e63f98ab
corrected default network pattern for bluelock
2011-07-23 17:50:11 +10:00
Adrian Cole
d5caa414b1
Issue 634: repackaged trmk-common into org.jclouds.trmk.vcloud_0_8; trmk-ecloud into org.jclouds.trmk.ecloud; trmk-vcloudexpress into org.jclouds.trmk.vcloudexpress
2011-07-23 13:16:23 +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
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
c1ae4d06e6
update amazon template to reflect current images
2011-07-22 10:46:40 +10:00
Adrian Cole
6662614023
update slicehost default template properties
2011-07-22 10:46:09 +10:00
Adrian Cole
feaef2b6eb
work around condition where occasionally gogrid is late making credentials available for a newly started server
2011-07-22 10:45:26 +10:00
Adrian Cole
f3a0e6d0bd
Issue 632:enhance and automatically work around nodes with sftp problems
2011-07-22 10:41:43 +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
46c7822b4a
Issue 624:update terremark config to use ubuntu 10.04 templates
2011-07-12 20:53:06 -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
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
c8ebbc2f02
updated cloudservers uk template settings to match current images
2011-07-08 02:13:12 -07:00
Adrian Cole
b037be29fa
updated rackspace default version to ubuntu 11.04
2011-07-08 02:13:11 -07:00
Adrian Cole
0e8385aa83
Issue 610: greenhouse data now passes
2011-07-07 01:06:45 -07:00
Adrian Cole
17545cca29
fixed credential persistence in gogrid
2011-07-07 01:06:01 -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
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