Re: [jclouds/jclouds-karaf] Use same bundle version as in jclouds/project/java-xmlbuilder.verison (#81)

2016-09-12 Thread Andrea Turli
thanks @neykov -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/81#issuecomment-246346027

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-14 Thread Andrea Turli
> @@ -46,9 +44,9 @@ protected void bindErrorHandlers() { > @Override > protected void installLocations() { >super.installLocations(); > - bind(ImplicitLocationSupplier.class). > - to(OnlyLocationOrFirstRegionOptionallyMatchingRegionId.class). @nacx I'm having

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-14 Thread Andrea Turli
@andreaturli pushed 1 commit. aaae684 revert ZONES to REGIONS -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/308/files/961db5c145342971726063e25776e0011ab8ed36..aaae68457526b198a2b30d7f648b4ef0b46ec359

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-14 Thread Andrea Turli
> @@ -46,9 +44,9 @@ protected void bindErrorHandlers() { > @Override > protected void installLocations() { >super.installLocations(); > - bind(ImplicitLocationSupplier.class). > - to(OnlyLocationOrFirstRegionOptionallyMatchingRegionId.class). I think

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-14 Thread Andrea Turli
ok thanks, I guess this one confused me https://github.com/jclouds/jclouds-labs/pull/308#issuecomment-239163128 :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-14 Thread Andrea Turli
@nacx good to merge? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/308#issuecomment-246959604

[jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-13 Thread Andrea Turli
When running in isolation the *LiveTests are working fine, they fail when running all together from maven. (see https://gist.github.com/andreaturli/2725723193ee1a8362f175e8e8c76ee8) You can view, comment on, or merge this pull request online at:

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-26 Thread Andrea Turli
``` Results : Failed tests: AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891 » Provision

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-26 Thread Andrea Turli
@andreaturli pushed 1 commit. 071c533 fix checkstyle -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/317/files/388177aa18ed03c633a3216f7dbc15be2c51..071c533908fc8e908074f0bd6fc6deb75d325782

[jclouds/jclouds] rename oauth properties (#1014)

2016-09-26 Thread Andrea Turli
- oauth.{endpoint.identity, credential} to jclouds.oauth.{endpoint, identity, credential} @nacx what do you think? I think it is more homogenous this way You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1014 -- Commit Summary -- *

[jclouds/jclouds-labs] [DO NOT MERGE] wip (#323)

2016-09-28 Thread Andrea Turli
For review only @nacx I'd appreciate if you could have a look at it Still something wrong ``` java.lang.AssertionError: expected [[user=foo, passwordPresent=true, privateKeyPresent=false, shouldAuthenticateSudo=true]] but found [[user=jclouds, passwordPresent=true, privateKeyPresent=false,

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest and AzureComputeServiceLiveTest (#323)

2016-09-30 Thread Andrea Turli
@andreaturli pushed 2 commits. 1b958fc fixing createNodeWithGroupEncodedIntoName 358aa82 improvements to solve AzureComputeServiceLiveTest -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest and AzureComputeServiceLiveTest (#323)

2016-09-30 Thread Andrea Turli
@andreaturli pushed 1 commit. 9456ad1 revert VirtualMachineApi -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/323/files/358aa82d9bf70a870c1abe89ca1ae4d5939adf5e..9456ad1468e8c13e3f9935876fbecf00fb29323c

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest and AzureComputeServiceLiveTest (#323)

2016-10-04 Thread Andrea Turli
@andreaturli pushed 3 commits. 21403be refactor from Deployment to VirtualMachine 84ed11f fix Cleanup resources e450fd4 some more fixes -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest and AzureComputeServiceLiveTest (#323)

2016-10-04 Thread Andrea Turli
@andreaturli pushed 1 commit. 8d223b1 remove DeploymentToNodemetadata -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] Use the existing region suppliers to filter (#321)

2016-09-21 Thread Andrea Turli
looks so clean, thx @nacx ! Merge it right away! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/321#issuecomment-248651612

Re: [jclouds/jclouds-labs] separate the DeploymentToVMDeployment to a function (#320)

2016-09-21 Thread Andrea Turli
Closed #320. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/320#event-797411872

Re: [jclouds/jclouds-labs] separate the DeploymentToVMDeployment to a function (#320)

2016-09-21 Thread Andrea Turli
thx @nacx, merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/28c56e06) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/320#issuecomment-248632037

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-21 Thread Andrea Turli
``` Failed tests: AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891 » Provision

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-15 Thread Andrea Turli
@nacx happy to share the live tests results, **but** it would be useful to merge first https://github.com/jclouds/jclouds-labs/pull/308 as it speed up the live tests significantely -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-15 Thread Andrea Turli
@andreaturli pushed 3 commits. 79c8f32 add image publishers filter to AzureComputeServiceLiveTest eefa3bd add parser module to provider de2d18b fix checkstyle -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-19 Thread Andrea Turli
andreaturli commented on this pull request. > @@ -28,6 +30,7 @@ public static Properties defaultProperties(Properties > properties) { properties.put("oauth.credential", "password"); properties.put("oauth.endpoint", "https://login.microsoftonline.com/oauth2/token;);

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-19 Thread Andrea Turli
andreaturli commented on this pull request. > @Inject AzureComputeServiceAdapter(final AzureComputeApi api, final AzureComputeConstants azureComputeConstants, - CleanupResources cleanupResources) { + CleanupResources

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-23 Thread Andrea Turli
@andreaturli pushed 1 commit. 388177a fix some live tests more -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/317/files/342666fe60a3c1ec24919a99cde90b6d27dcc9ad..388177aa18ed03c633a3216f7dbc15be2c51

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-23 Thread Andrea Turli
New results ``` Failed tests: AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891 » Provision

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-22 Thread Andrea Turli
@andreaturli pushed 1 commit. 342666f fix create network card interface -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-20 Thread Andrea Turli
@andreaturli pushed 2 commits. 12f49f2 add parser module 8f403aa separate the DeploymentToVMDeployment to a function -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-20 Thread Andrea Turli
@andreaturli pushed 1 commit. 07007d9 refactor logback-test.xml -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/308/files/8f403aa5cc1c711496a670c3fbf3e03eadca969e..07007d994a33b1cc3c62a6294e8760141014758e

[jclouds/jclouds-labs] separate the DeploymentToVMDeployment to a function (#320)

2016-09-20 Thread Andrea Turli
- refactor logback-test.xml - change jsonBall to Value You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/320 -- Commit Summary -- * separate the DeploymentToVMDeployment to a function -- File Changes -- M

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-20 Thread Andrea Turli
Closed #308. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/308#event-795734646

Re: [jclouds/jclouds-labs] add support for whitelisting locations (#308)

2016-09-20 Thread Andrea Turli
merged at (master)[http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/89cb6f0f] -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/308#issuecomment-248317509

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-27 Thread Andrea Turli
@nacx I think we are good to merge this ``` Results : Failed tests: AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891 » Provision

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-27 Thread Andrea Turli
Closed #317. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/317#event-803805178

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-27 Thread Andrea Turli
merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/c458bafd) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/317#issuecomment-249864763

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-27 Thread Andrea Turli
@nacx I think we are good to merge this ``` Results : Failed tests: AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891 » Provision

Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-27 Thread Andrea Turli
@andreaturli pushed 1 commit. 1bf9d27 fix VirtualMachineLiveTest -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/317/files/071c533908fc8e908074f0bd6fc6deb75d325782..1bf9d272b61efae7ab5d2b9a18674a43898d73b8

Re: [jclouds/jclouds-labs] [DO NOT MERGE] wip (#323)

2016-09-28 Thread Andrea Turli
@andreaturli pushed 1 commit. f8c20ab remove default creds for all images -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest (#323)

2016-09-29 Thread Andrea Turli
Thx @nacx! Not got to the bottom of it, but if I specify the default creds for the images, the test that tries to override them fail! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] rename oauth properties (#1014)

2016-09-26 Thread Andrea Turli
thanks @nacx but I don't follow completely. For example, to run tests in `jclouds-labs/azurecompute-arm` I need to specify: ``` mvn clean install -Plive -Dtest.azurecompute-arm.identity="identity" -Dtest.azurecompute-arm.credential="password"

Re: [jclouds/jclouds] rename oauth properties (#1014)

2016-09-26 Thread Andrea Turli
because I thought it was jclouds's convention, thinking about stuff like ``` public static final String AUTO_ALLOCATE_FLOATING_IPS = "jclouds.openstack-nova.auto-create-floating-ips"; ``` so for simmetry I'd have expected that for oauth things as well, no? -- You are receiving this because you

Re: [jclouds/jclouds] rename oauth properties (#1014)

2016-09-26 Thread Andrea Turli
Closed #1014. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1014#event-802329941

Re: [jclouds/jclouds] rename oauth properties (#1014)

2016-09-26 Thread Andrea Turli
thx @nacx for the explanation! I'll close the pr as not needed -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1014#issuecomment-249579672

Re: [jclouds/jclouds] GCE live test fixes (#1015)

2016-09-26 Thread Andrea Turli
great! you want to continue on this PR or prefer merging it and work on the last failing test on a different PR? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] GCE live test fixes (#1015)

2016-09-26 Thread Andrea Turli
+1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1015#issuecomment-249585667

Re: [jclouds/jclouds] fix jclouds/apis/swift retryOnRenew (#1027)

2016-10-26 Thread Andrea Turli
I think you are right! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1027#issuecomment-256376606

[jclouds/jclouds] fix jclouds/apis/swift retryOnRenew (#1027)

2016-10-26 Thread Andrea Turli
/cc @nacx You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1027 -- Commit Summary -- * fix jclouds/apis/swift retryOnRenew -- File Changes -- M common/openstack/src/main/java/org/jclouds/openstack/handlers/RetryOnRenew.java (7)

Re: [jclouds/jclouds] fix jclouds/apis/swift retryOnRenew (#1027)

2016-10-26 Thread Andrea Turli
@andrewgaul retriers in general shouldn't close the streams if they are not reading the payload, as https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/http/internal/BaseHttpCommandExecutorService.java#L144 will close it anyway. -- You are receiving this because you

Re: [jclouds/jclouds] fix jclouds/apis/swift retryOnRenew (#1027)

2016-10-26 Thread Andrea Turli
rebuild please -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1027#issuecomment-256448373

Re: [jclouds/jclouds] fix jclouds/apis/swift retryOnRenew (#1027)

2016-10-28 Thread Andrea Turli
ok cool. I think I will volunteer for a new 1.9.x release :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1027#issuecomment-256953771

Re: [jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
this PR is just to double-check everything is alright -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1031#issuecomment-256954646

Re: [jclouds/jclouds] fix jclouds/apis/swift retryOnRenew (#1027)

2016-10-28 Thread Andrea Turli
merged at [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/7167b473) @nacx @zack-shoylev shall we port that to `master` as well? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
Closed #1031. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1031#event-840319356

Re: [jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
ok merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/9b3e6d91) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1031#issuecomment-256971205

[jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
This port to master the PR #1027 already merged in `1.9.x` These classes should not close the release the payload as they are not reading it. - fix swift - fix openstack-swift v1 and v2 - fix RetryOnRenewTest for v1 and v2 You can view, comment on, or merge this pull request online at:

[jclouds/jclouds] [aws-ec2] Add CRUD for VPC (#1032)

2016-10-29 Thread Andrea Turli
/cc @nacx You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1032 -- Commit Summary -- * [aws-ec2] Add CRUD for VPC -- File Changes -- M providers/aws-ec2/pom.xml (5) M

Re: [jclouds/jclouds] reduce payload for GET VirtualGuests (#1020)

2016-10-14 Thread Andrea Turli
ok merging now on master and backport to 1.9.x thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1020#issuecomment-253742999

Re: [jclouds/jclouds] reduce payload for GET VirtualGuests (#1020)

2016-10-14 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/2c6caa04) and bacported to [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/a843196b). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] reduce payload for GET VirtualGuests (#1020)

2016-10-14 Thread Andrea Turli
Closed #1020. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1020#event-823673856

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest and AzureComputeServiceLiveTest (#323)

2016-10-14 Thread Andrea Turli
Closed #323. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/323#event-823745486

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest and AzureComputeServiceLiveTest (#323)

2016-10-14 Thread Andrea Turli
I think this is superseded by #324 so closing it now -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/323#issuecomment-253757624

Re: [jclouds/jclouds-labs] Refactored Azure ARM to not use Deployments (#324)

2016-10-14 Thread Andrea Turli
 -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/324#issuecomment-253772862

Re: [jclouds/jclouds] [1.9.x] update CloudstackTemplateOptions pattern (#956)

2016-10-25 Thread Andrea Turli
thx @nacx -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/956#issuecomment-256049449

Re: [jclouds/jclouds-labs] Added rate limit module (#329)

2016-10-20 Thread Andrea Turli
Didnt know azure has that rate limit, thx @nacx -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/329#issuecomment-255257826

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-25 Thread Andrea Turli
Could you merge it please? Not at my laptop just now. Thanks -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/90#issuecomment-263021863

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-26 Thread Andrea Turli
@demobox are you happy with the status of this PR? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/90#issuecomment-263066699

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-23 Thread Andrea Turli
andreaturli commented on this pull request. > +date: 2016-11-23 12:00:00 +release_notes: true +permalink: /releasenotes/1.9.3/ +--- + +1. [Introduction](#intro) +1. [Credits](#credits) +1. [Test Results](#test) + +## Introduction + +You can read the official announcement at [Apache jclouds

[jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-23 Thread Andrea Turli
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-site/pull/190 -- Commit Summary -- * add release 1.9.3 -- File Changes -- M _includes/navbar.html (1) M doap_jclouds.rdf (7) A releasenotes/1.9.3.md (39) M

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > @@ -51,6 +51,11 @@ google-compute-engine ${jclouds.version} + + io.cloudsoft.jclouds.api + openstack-mitaka-nova + 1.9.3-cloudsoft.20160831 + oh, don't know why it's there, I'll remove it right away

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
@andreaturli pushed 1 commit. df0e785 address comments -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-examples/pull/90/files/70f574af20bc8f30d5835d907411fe85ab259945..df0e785adec6ca32582aef2d942190cfb4370fa4

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > @@ -69,35 +73,47 @@ public static void main(String[] args) throws IOException { - if (args.length < PARAMETERS) + String provider; + String identity; + String credential; + String containerName; + String

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. >// note that you can check if a provider is present ahead of time checkArgument(contains(allKeys, provider), "provider %s not in supported list: %s", provider, allKeys); - - String identity = args[1]; - String credential =

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > // Create Container - BlobStore blobStore = context.getBlobStore(); Location location = null; not sure I follow, looking at the git history I can see this commit

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
@andreaturli pushed 1 commit. 7bbd5fc addressing more comments -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-examples/pull/90/files/31184ff15c5d8aa6f2b2c7af0f10f17e811c33b0..7bbd5fc5d7f14d7ed12b76cadf37bf9757ff936e

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > @@ -138,6 +154,10 @@ public static void main(String[] args) throws > IOException { } } finally { + // delete cointainer + if (blobStore.containerExists(containerName)) { ok -- You are receiving this

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > // Init - BlobStoreContext context = ContextBuilder.newBuilder(provider) - .credentials(identity, credential) -

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > Location location = null; if (apiMetadata instanceof SwiftApiMetadata) { location = Iterables.getFirst(blobStore.listAssignableLocations(), null); } - blobStore.createContainerInLocation(location,

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > @@ -69,35 +73,47 @@ public static void main(String[] args) throws IOException { - if (args.length < PARAMETERS) + String provider; + String identity; + String credential; + String containerName; + String

[jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-24 Thread Andrea Turli
update README.md You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-examples/pull/90 -- Commit Summary -- * update blobstore-basics to use 2.0.0 -- File Changes -- M blobstore-basics/README.md (11) M blobstore-basics/pom.xml (4)

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-24 Thread Andrea Turli
thanks @demobox and @nacx, merging now! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/190#issuecomment-262821539

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-24 Thread Andrea Turli
Merged #190. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/190#event-871361747

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-24 Thread Andrea Turli
@andreaturli pushed 1 commit. 56cbcbd fix typos in releasenetes for 1.9.3 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-24 Thread Andrea Turli
andreaturli commented on this pull request. > +## Introduction + +You can read the official announcement at [Apache jclouds 1.9.3 released](http://markmail.org/thread/qlapnppmfbilje7p). To get started with jclouds, please see the [jclouds installation guide](/start/install/). + +This is a

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-24 Thread Andrea Turli
@demobox can you have another shot at it? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/190#issuecomment-262810954

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-24 Thread Andrea Turli
thanks @nacx, good spot! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/190#issuecomment-262815836

Re: [jclouds/jclouds-site] add release 1.9.3 (#190)

2016-11-24 Thread Andrea Turli
@andreaturli pushed 1 commit. 7b48221 fix typos in releasenotes for 1.9.3 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-28 Thread Andrea Turli
thx @googlielmo -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#issuecomment-263231284

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-28 Thread Andrea Turli
Closed #1039. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#event-873386517

[jclouds/jclouds] JCLOUDS-1182: Added Seoul and Mumbai regions to AWS (#1040)

2016-11-17 Thread Andrea Turli
Backports https://github.com/jclouds/jclouds/pull/1013 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1040 -- Commit Summary -- * JCLOUDS-1182: Added Seoul and Mumbai regions to AWS -- File Changes -- M

Re: [jclouds/jclouds] JCLOUDS-1182: Added Seoul and Mumbai regions to AWS (#1040)

2016-11-17 Thread Andrea Turli
rebuild please -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1040#issuecomment-261255266

Re: [jclouds/jclouds] JCLOUDS-1182: Added Seoul and Mumbai regions to AWS (#1040)

2016-11-17 Thread Andrea Turli
Closed #1040. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1040#event-862981462

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
lgtm, thanks @googlielmo merging now -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#issuecomment-261552521

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
merged at master http://git-wip-us.apache.org/repos/asf/jclouds/commit/5a3cfe5d -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#issuecomment-261554233

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
ok backported to 1.9.x at https://git1-us-west.apache.org/repos/asf?p=jclouds.git;a=commit;h=1f1aceb8 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#issuecomment-261555183

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
do you like to have that backported to 1.9.x? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#issuecomment-261553584

Re: [jclouds/jclouds-site] Initial draft for the 2.0.0 release notes (#188)

2016-11-13 Thread Andrea Turli
andreaturli commented on this pull request. > + * Microsoft Azure Resource Manager + * ProfitBricks v3 + * OneAndOne +* Added support for new blob store providers: + * Backblaze B2 +* Better integration with OSGi and Apache Karaf. +* Numerous bug fixes and performance improvements. + +The

Re: [jclouds/jclouds] [aws-ec2] Add CRUD for VPC (#1032)

2016-10-31 Thread Andrea Turli
@andreaturli pushed 1 commit. 77ef915 address comments for PR 1032 -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds/pull/1032/files/55c205a2c08959e97ce079f9c2f2d901d57ea524..77ef91522940ee4b60cddea5286e08ba8b1aafbf

Re: [jclouds/jclouds] [aws-ec2] Add CRUD for VPC (#1032)

2016-10-31 Thread Andrea Turli
andreaturli commented on this pull request. > + VPC() {} + + public static Builder builder() { + return new AutoValue_VPC.Builder(); + } + + @AutoValue.Builder + public abstract static class Builder { + + public abstract Builder id(String id); + public abstract Builder

Re: [jclouds/jclouds] [aws-ec2] Add CRUD for VPC (#1032)

2016-10-31 Thread Andrea Turli
andreaturli commented on this pull request. > + client = view.unwrapApi(AWSEC2Api.class).getVPCApi().get(); + } + + @Test + public void testCreate() { + vpc = client.createVpc(null, "10.0.0.0/16", CreateVpcOptions.NONE); + assertNotNull(vpc); + } + +

Re: [jclouds/jclouds] [aws-ec2] Add CRUD for VPC (#1032)

2016-10-31 Thread Andrea Turli
andreaturli commented on this pull request. > + } + } + } + + @Nullable + public abstract String id(); + @Nullable + public abstract State state(); + @Nullable + public abstract String cidrBlock(); + @Nullable + public abstract String dhcpOptionsId(); +

Re: [jclouds/jclouds] [aws-ec2] Add CRUD for VPC (#1032)

2016-10-31 Thread Andrea Turli
andreaturli commented on this pull request. > + VPC() {} + + public static Builder builder() { + return new AutoValue_VPC.Builder(); + } + + @AutoValue.Builder + public abstract static class Builder { + + public abstract Builder id(String id); + public abstract Builder

<    3   4   5   6   7   8   9   10   11   12   >