Commit Graph

8398 Commits

Author SHA1 Message Date
Andrew Gaul c85d728a5a Handle short reads in BasePayloadSlicer
InputStream.read(byte[]) can return fewer bytes than requested.
Specifically ByteSource.concat(ByteSource...).openStream() will only
return as many bytes as the current ByteSource contains.  Thus
ByteSources.repeatingArrayByteSource(byte[]).openStream() will return
short reads despite the byte[] input from its single logical
InputStream.
2014-07-02 15:30:15 -07:00
Andrew Gaul b41c4c2ab0 Backport ByteSources.repeatingArrayByteSource 2014-07-02 15:30:15 -07:00
Epimenidis Voutsakis 10a1b230a9 Added ConsolesApi extension for openstack-nova 2014-07-02 11:48:01 -07:00
Chris Custine fb373d47bf JCLOUDS-585: Add HP Cloud Block Storage Provider (OpenStack Cinder) 2014-07-02 11:10:27 -07:00
Andrew Gaul 0cb2a1563d JCLOUDS-612: Securely create temporary directories
This commit addresses a potential security issue where an attacker
could hijack the ScriptBuilder payload by predicting the temporary
directory name.
2014-07-02 00:14:27 -07:00
Christopher Dancy 7f2845349c JCLOUDS-610: Return the affected nodes from resumeNodesMatching, suspendNodesMatching and rebootNodesMatching
Methods have been refactored to match the functionality provided by destroyNodesMatching.
2014-07-01 09:06:17 -07:00
Ignasi Barrera 3fc2f85254 JCLOUDS-618: Allow servers without boot device in ElasticStack 2014-06-27 19:41:06 +02:00
Everett Toews 0aa7abb0bf Fixed NPE when Server has no Image 2014-06-26 15:04:32 -05:00
Andrew Phillips a8ce281904 JCLOUDS-584: Removing file committed by mistake in fbb4f049 2014-06-24 22:26:06 +02:00
Chris Custine fbb4f04930 JCLOUDS-584: HP Cloud Object Storage Fixes for 13.5 2014-06-24 12:05:07 -07:00
Everett Toews b33825441f Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) 2014-06-23 13:41:11 -05:00
Shri Javadekar 3d4d5aded8 JCLOUDS-589: Reauthenticate on Keystone HTTP 401
This commit ports the Keystone 2.0 fix from JCLOUDS-178 to Keystone
1.1.
2014-06-21 19:20:47 -07:00
Andrew Gaul 04a4ab0022 Upgrade to Apache Rat 0.10
Notably this release resolves RAT-138 which caused excessive run-times
with some inputs.  Changelog:

http://creadur.apache.org/rat/RELEASE_NOTES.txt
2014-06-21 18:52:50 -07:00
Jeremy Daggett 7bb001beed JCLOUDS-455: Add get() method to KeyPairApi 2014-06-20 16:03:28 -07:00
Andrew Bayer 5dbec6fb66 JCLOUDS-602. Added live tests for new EBS volume fields.
While they're implemented in apis/ec2, the tests are in
providers/aws-ec2, generally, to make sure ec2-alike clones won't barf
on them. We're exercising creation of volumes, images and instances
with the new options. I also had to do some sketchy wait-and-loop'ing
in AMIAPILiveTest.testCreateAndListEBSBackedImage() due to what seems
to be a delay on new AMIs showing up in filtered DescribeImages calls,
though they'll show up instantly when you specify the image ID. Go figure.
2014-06-20 13:18:03 -07:00
Andrew Bayer 2ba0092817 JCLOUDS-602 - Add support for volumeType, iops and encrypted to EBS.
Adds CreateVolumeOptions for volume creation, adds support for the
above EBS configs in Image, Volume, BlockDeviceMapping, etc.

Conflicts:
	apis/ec2/src/main/java/org/jclouds/ec2/xml/CreateVolumeResponseHandler.java
2014-06-20 13:17:52 -07:00
Chris Custine bfc000b171 JCLOUDS-583: Updates HP Cloud compute provider to work with 13.5 release 2014-06-20 17:30:08 +02:00
Chris Custine 6d9af2b2ed JCLOUDS-582: Enhancements to availability zones api 2014-06-20 08:06:51 -07:00
Ignasi Barrera 3589c1475a JCLOUDS-588: Register discovered images in the image cache
Images were cached in memory using a memoized supplier. To allow growing
this cache with the discovered images, the ImageCacheSupplier class has
been created. It provides an in-memory cache with all discovered images
and acts as a view over the image cache that also provides access to
them.

The in-memory cache for the discovered images expires with the session,
just as the image cache does.

The default memoized image supplier has been changed to the
ImageCacheSupplier, to make sure all providers get injected the right
instance, and the old supplier has been qualified with the 'imageCache'
name, in case a provider needs the basic image cache.
2014-06-20 15:24:46 +02:00
Jeremy Daggett 21e1bdd4ff Fix replaceAll regex to handle spaces correctly 2014-06-18 10:23:07 -07:00
Jeremy Daggett 7a013fab7e JCLOUDS-471: Adds pool field to FloatingIP and updated related tests. 2014-06-18 08:12:06 -07:00
Christopher Dancy 9d7a857383 NodePredicates gained static predicate SUSPENDED
Replaced hard-coded Strings in toString methods of static predicates with their enum.toString counterparts

Added test 'testNodeRunningFailsOnSuspended'

Revert "Added test 'testNodeRunningFailsOnSuspended'"

This reverts commit 2a543bfe20540bb4f10ef4f86e845a63bdbe90e3.

Removed test 'testNodeRunningFailsOnSuspended'. Added test 'testNodeSuspendedReturnsTrueWhenSuspended'.

Renamed '

Revert "Renamed '"

This reverts commit 061e9292a812066562ab47ba5eea15337fc13c3d.

Renamed 'AtomicNodeSuspended.nodeRunning' to 'AtomicNodeSuspended.nodeSuspended'.\nWhere applicable combined all calls to 'replay(Object...)' instead of the old 'replay(node);replay(computeService);'
2014-06-16 17:00:26 -05:00
Andrew Gaul cb53eee8aa JCLOUDS-597: HashCode methods for Content-MD5
This works more naturally with Guava Hashing methods and immutability
provides better safety guarantees.  Also deprecate existing byte[]
methods.
2014-06-12 15:55:41 -07:00
Ignasi Barrera ad79081f43 JCLOUDS-570: Fallback to the GetImageStrategy
If the TemplateBuilderImpl is given an imageId but the image can not be
found in the image cache, fallback to the GetImageStrategy to perform a
call to the provider to try to get it.

We've seen that in some cases images are not returned in the image list
but they actually exist in the provider. This fix won't make them
available when filtering by other properties such as the operating system,
etc, but at least will make them available if their id is known.
2014-06-06 12:59:56 +02:00
Ignasi Barrera c51f2180b2 Changed parsing logs to WARN level in ElasticStack 2014-06-02 16:44:33 +02:00
Andrew Gaul 56bbd27044 Increase timeouts for signed URL tests
Clock skew between the client and blobstore can cause these tests to
spuriously fail.  This commit allows 5 seconds skew in either
direction.
2014-05-30 14:59:14 -07:00
Andrew Bayer 735324c121 [maven-release-plugin] prepare for next development iteration 2014-05-27 10:26:42 -07:00
Andrew Bayer 8e34e00dff [maven-release-plugin] prepare release jclouds-1.7.3-rc1 2014-05-27 10:26:42 -07:00
Everett Toews 85eba22a1a 1.7.3 Release 2014-05-26 11:53:44 -05:00
Ignasi Barrera fbf30a73a7 JCLOUDS-517: New ElasticHosts images and regions
Added the new ElasticHosts regions.

Updated the ElasticStack api to get the list of standard
drives using an API call. All providers except ServerLove
support the new API call, so the old logic in the ElasticStack
api has been moved to that provider. The rest of providers will now
extract all the OperatingSystem information by parsing the name of the
StandardDrive.

A unit test has been added to the ElasticStack api with all the images
that were hardcoded, to make sure all names are still parsed as expected
and all information in the existing providers is kept.

Modified the default template for all ElasticHosts providers to
match newer Ubuntu images and updated the Template*Live tests
accordingly.

Also refactored the WellKnownImage map to a supplier to lazy load it
when needed and avoid unexpected errors when building the Guice injector
if there are authentication errors or similar.
2014-05-26 16:39:08 +02:00
Andrew Bayer eb000b2c1d JCLOUDS-467. Properly iterate over node names for EC2 instance creation. 2014-05-26 00:05:53 +02:00
ashley-taylor 5cc4659bce JCLOUDS-528: Ability to control interfaces to test for SocketFinder 2014-05-25 20:57:28 +02:00
Ignasi Barrera 1667c86998 JCLOUDS-573: Make sure to destroy all nodes created in the tests 2014-05-21 09:33:41 +02:00
Jeremy Daggett c29f7e6a93 Fix Accept header and removed Content-Type from common headers 2014-05-16 13:57:33 -07:00
Jeremy Daggett 1f1f2f1701 Update openstack-keystone RetryOnRenew to handle 408 errors with a BackoffLimitedRetryHandler 2014-05-16 13:26:57 -07:00
Zack Shoylev e230880453 Fixes an issue where the number of retries was always set to 1. 2014-05-15 10:29:57 -05:00
Andrew Bayer 34866e5be1 JCLOUDS-564. Add ephemeral disks for m3.xlarge and m3.2xlarge sizes 2014-05-12 11:03:24 -07:00
Ignasi Barrera 9398373f94 JCLOUDS-561: Properly populate the ssh agent connection in the builder methods 2014-05-08 09:04:58 +02:00
Andrew Gaul 64968e4828 JCLOUDS-505: Remove unused ObjectMD5
The only users of this seem to be
org.jclouds.atmos.blobstore.strategy.FindMD5InUserMetadata and
org.jclouds.azureblob.blobstore.strategy.FindMD5InBlobProperties which
are themselves unused.
2014-05-08 00:20:02 +02:00
Jeremy Daggett 792e3250cf Updated service types for OpenStack/Rackspace services 2014-05-01 15:58:58 -07:00
Everett Toews 65e4ad2012 ServerPredicates to make waiting easier. 2014-04-29 14:56:42 -05:00
Aled Sage 25c37fc8ca JCLOUDS-549: Fix NPE in LoginCredentials.toString 2014-04-26 18:01:43 -04:00
Andrew Phillips 4a729562dd Updating the Maven Site plugin version 3.1 -> 3.3
Also removing the stagingSiteURL parameter as we should not need
it for the site:deploy goal
2014-04-26 17:55:59 -04:00
Andrew Phillips a459b310bf [maven-release-plugin] prepare for next development iteration 2014-04-15 14:09:16 -04:00
Andrew Phillips 418f3c59d9 [maven-release-plugin] prepare release jclouds-1.7.2-rc2 2014-04-09 22:37:56 -04:00
Everett Toews 5b9f6b7646 JCLOUDS-317: Fix NPE when ComputeService.listNodes()
Follow-up to f4aaf70
2014-04-09 14:27:37 -04:00
Andrew Phillips 19e58f62e2 Revert "[maven-release-plugin] prepare release jclouds-1.7.2-rc1"
This reverts commit 14b07712fd.
2014-04-09 14:27:15 -04:00
Andrew Phillips 14b07712fd [maven-release-plugin] prepare release jclouds-1.7.2-rc1 2014-04-07 14:26:48 -04:00
Andrew Phillips 8f903d49c0 Correcting 4-space indent in openstack/nova/v2_0/domain/Server.java
Follow-up to f4aaf70
2014-04-05 16:28:18 -04:00
Matheus Cunha 6d52fbd6a1 JCLOUDS-503 - Missing c3.large from AWSEC2HardwareSupplier 2014-04-04 11:44:06 +02:00