Andrew Gaul
fbaacf7b37
JCLOUDS-1400: Honor Azure signed URL content type
2018-04-12 22:44:45 -07:00
Felipe L. de Souza
501fc93b67
JCLOUDS-1404: Added new Google Storage locations
2018-04-08 21:59:11 -07:00
Andrew Gaul
dd4de2d0b8
JCLOUDS-1399: Support S3 One Zone-IA storage class
...
Also improve test coverage of storage classes.
2018-04-06 00:12:34 -07:00
Ignasi Barrera
c2b76d1d42
Fix error code in ProjectApiLiveTest
2018-03-27 08:25:47 +02:00
Alin Dreghiciu
600dbd5a61
JCLOUDS-1394: Increase Azure max blob size to 256MB
2018-03-09 07:57:48 -08:00
Alin Dreghiciu
fa88bcc0dd
JCLOUDS-1391: Sort headers correctly for signing
2018-03-07 22:23:33 -08:00
Alin Dreghiciu
b46eb99140
JCLOUDS-1390: Use FULL projection for list blobs
...
This avoids a per-object call during detailed listings.
2018-03-07 21:55:33 -08:00
Ignasi Barrera
873c15eb12
JCLOUDS-1381: Add unit tests
2018-03-02 10:31:53 +01:00
andreaturli
91bb9e8d4c
initial commit for maintenance branch 2.1.x
2018-02-21 17:21:11 +01:00
andreaturli
9273bd56ad
Apache jclouds 2.1.0-rc3 release
2018-02-16 11:20:21 +01:00
Ignasi Barrera
7aed4bc88c
JCLOUDS-1381: Fix NPE in GCE DiskURIToImage
2018-02-16 08:30:07 +01:00
Andrew Gaul
88c84af878
JCLOUDS-912: Use simpleUpload in GCS BlobStore MPU
...
This works around a regression with InputStream payloads that I cannot
track down. Using simpleUpload instead of multipartUpload is more
optimal since the former avoids creating a multipart form request.
2018-02-10 18:42:36 -08:00
Andrew Gaul
3ab335e776
JCLOUDS-1335: Expect hot when no tier specified
...
This worked earlier; GetBlobProperties must unconditionally emit the
access tier now that it is out of public preview.
2018-02-08 22:35:49 -08:00
Andrew Gaul
55983819a2
JCLOUDS-1335: Use consistent Azure test version
2018-02-08 22:07:18 -08:00
Ignasi Barrera
5b4f5ee023
Fix ProfitBricks pom
2018-01-17 09:24:27 +01:00
Ignasi Barrera
a7383af258
Update pom.xml files after promoting Rackspace Cloud Networks
2018-01-17 09:19:18 +01:00
Ignasi Barrera
68e3dc059b
Promote Rackspace Cloud Networks providers
2018-01-17 09:14:54 +01:00
Ignasi Barrera
6fd7c7c38b
JCLOUDS-1373: Add eu-west-3 (Paris) AWS region
2018-01-16 14:49:12 +01:00
Ignasi Barrera
d50acd5e61
JCLOUDS-1372: Add support for R4 instance types
2018-01-16 12:28:19 +01:00
Ignasi Barrera
efeedb4526
Add support for Keystone V3
2018-01-16 09:08:06 +01:00
Ignasi Barrera
dd73410d12
Add support for OpenStack Keystone V3
...
Refactors the Keystone Authentication and Service Catalog classes to a
common model that can be used by V2 and V3 of Keystone. Each version
will have their own Authentication APIs and Service Catalog Suppliers,
and the higher level Keystone Authentication will transparently delegate
to the right API based on the keystone-version property.
OpenStack APIs will just have to define the default keystone-version
property they work with, and declare the generic Keystone Authentication
and Service Catalog modules.
Co-authored-by: Andrea Turli <andreaturli@apache.org>
2018-01-16 09:06:30 +01:00
Ignasi Barrera
3877303ede
Update maven coordinates for promoted Azure ARM
2018-01-08 15:11:22 +01:00
Ignasi Barrera
cc969052a7
Promote Azure ARM from jclouds-labs
2018-01-08 14:58:45 +01:00
Ignasi Barrera
eebcc0017f
JCLOUDS-1362: Proper password generation with custom constraints for each cloud
2018-01-08 08:48:37 +01:00
Ignasi Barrera
9fef6ed06b
JCLOUDS-1362: Better password generation utility
2018-01-08 08:39:20 +01:00
Jim Spring
a2dee2f84c
Add Azure KeyVault support
2018-01-04 01:44:48 +01:00
Andrew Gaul
89e102810e
Correct order of AutoValue parameters
...
Found via error-prone 2.1.3.
2017-12-23 23:47:17 +08:00
andreaturli
6aa759cebc
[Openstack-Neutron] move SecurityGroupApi from extensions to features
2017-12-12 09:47:11 +01:00
Ignasi Barrera
ac5f3a1452
Rename GraphRBAC live test class
2017-12-05 09:39:39 +01:00
Ignasi Barrera
3efce9a3a5
Configure the Graph RBAC API and allow mocking service endpoints
2017-12-04 10:12:16 +01:00
Ignasi Barrera
6c759930d7
Injectable current service principal
2017-12-01 14:21:22 +01:00
Ignasi Barrera
715994b125
Fix GCE live tests
2017-11-30 09:06:23 +01:00
Ignasi Barrera
a0f659faed
Fix DigitalOcean DropletApiLiveTest
2017-11-30 09:05:28 +01:00
Andrew Gaul
8ec3c520ce
JCLOUDS-1337: revert legacy aws-s3 storage class
...
This functionality was deprecated in 2.1.x and we will remove it in
2.2.x. Partially reverts 89053d9a8b
.
2017-11-22 18:08:41 -08:00
William Chen
a540daf3d6
This is the first commit of for SoftLayer Network API set
...
minor code improvement
Syntax fix with coding standards
- added more test coverage to NetworkApiMockTest class
- minor clean up
- minor code improvement
2017-11-22 14:32:22 +01:00
jucolon
7368d58ad9
JCLOUDS-1342 : Azure-ARM Virtual Machine Scale Set Support
2017-11-21 10:20:07 +01:00
Nelson Araujo
5d82a3df97
JCLOUDS-1355: Enable VM creation without external IP address.
2017-11-21 09:58:53 +01:00
Andrew Gaul
9dc85ecaab
JCLOUDS-1281: Improve Swift DLO tests
...
Add DynamicLargeObjectApiLiveTest to Rackspace Cloud Files suite and
use correct regionId so that tests pass. Also remove duplicative
test.
2017-11-07 10:50:10 -08:00
Ignasi Barrera
8b33c44078
Add tags to virtual network creation
2017-11-06 09:09:30 +01:00
Andrew Gaul
46759f8bda
Fix a few Coverity defects
2017-11-05 20:12:47 -08:00
Richard Downer
98c289721c
Recognise CentOS images on AWS Marketplace
...
CentOS’ officially-supported AMIs are hosted on the AWS Marketplace.
This adds support for those images, recognising the AMI naming
convention and ensuring the OS metadata is parsed correctly and the
correct SSH login name is used.
There is no change to the default jclouds configuration and the
official CentOS images will not be detected by default. To use these
images, you must alter the ami-query properties to include searching
the “AWS Marketplace”, which has an owner ID of 679593333241. You must
also manually log on to the AWS Marketplace, select your chosen CentOS
image, and “subscribe” to it (you can do this by proceeding as if to
launch an image, but stopping after you have agreed to the subscription
and before launching).
2017-11-03 10:23:37 +01:00
Andrew Gaul
7fbef10d57
JCLOUDS-1337: Include tier in object listing
...
This requires hoisting Tier from BlobMetadata to StorageMetadata.
2017-11-02 16:24:34 -07:00
Andrea Turli
af79f8f812
Azure ARM fix OSProfile domain object
2017-10-26 12:02:25 +02:00
Andrea Turli
bc520cfdf2
fix domain object
...
- fix VirtuaMachineMockTest
2017-10-25 15:55:06 +02:00
Ignasi Barrera
e1e89b5ffb
Update Azure ARM credentials instructions
2017-10-25 15:17:59 +02:00
Andrew Gaul
3193aa68e8
JCLOUDS-1337: B2 putBlob portable storage tiers
2017-10-23 21:31:48 -07:00
Ignasi Barrera
e0e3519ed8
Fix checkstyle
2017-10-23 12:07:42 +02:00
Andrew Gaul
a17cf61cf9
Address InjectOnConstructorOfAbstractClass warning
...
Found via error-prone 2.1.1.
2017-10-20 00:55:30 -07:00
Andrew Gaul
89053d9a8b
JCLOUDS-1337: S3 putBlob portable storage tiers
...
Also promote hacky and limited storage class support from aws-s3
provider to s3 api.
2017-10-12 11:16:48 -07:00
Andrew Gaul
14c41ea133
JCLOUDS-1337: GCS putBlob portable storage tiers
2017-10-12 11:15:14 -07:00