Re: [jclouds/jclouds] JCLOUDS-1105: Do not create the default security group if custom groups are specified (#947)

2016-05-26 Thread Marco Castigliego
Hi Guys, any idea on when this patch will be merged? We have the same problem and we would love to have the fix as soon as possible. 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/jclo

Re: [jclouds/jclouds-site] Updated link: Docuharvest has been rebranded to PDFDATA.io (#183)

2016-05-26 Thread Andrew Gaul
Pushed to master but the deploy script generates a bunch of unexpected additions when using Ubuntu 14.04. Any ideas what's wrong? --- 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/

Re: [jclouds/jclouds-labs] JCLOUDS-1005: Backblaze B2 skeleton and bucket ops (#270)

2016-05-26 Thread Ignasi Barrera
> + @Named("b2_create_bucket") > + @POST > + @Path("/b2api/v1/b2_create_bucket") > + @MapBinder(BindToJsonPayload.class) > + @PayloadParams(keys = {"accountId"}, values = {"{jclouds.identity}"}) > + @Consumes(APPLICATION_JSON) > + @Produces(APPLICATION_JSON) > + Bucket createBucket(

Re: [jclouds/jclouds] JCLOUDS-1105: Do not create the default security group if custom groups are specified (#947)

2016-05-26 Thread Ignasi Barrera
@marcocast Expect it to be merged this week. I running the live test in my backlog. I'll try to run them today. In any case, if you can run the live tests and share the results in a gist or pastie, that would be great :) There are some that are already failing, but I just want to run the entire

Re: [jclouds/jclouds-site] Updated link: Docuharvest has been rebranded to PDFDATA.io (#183)

2016-05-26 Thread Ignasi Barrera
I've just tried it on OSX and it worked fine... At revision 1745583. Modified files in svn: M community/users/index.html Are you sure you want to deploy the above changes? (y|n) Don't really know why you get such changes, but probably something related to the dates in pages

Re: [jclouds/jclouds-site] Updated link: Docuharvest has been rebranded to PDFDATA.io (#183)

2016-05-26 Thread Andrew Gaul
@nacx Would you mind deploying the site? I will probably avoid doing this again until I upgrade to Ubuntu 16.04. --- 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-site/pull/183#issuecomment-

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm DeploymentApi OSImageApi VMSizeApi (#273)

2016-05-26 Thread Ilkka Salento
> + variables.put("osDiskName", osDiskName); > + > + OSDisk osDisk = OSDisk.builder() > + .name("[variables('osDiskName')]") > + .vhd( > + > VHD.create("[concat('http://',variables('storageAccountName'),'.blob.core.windows.net/',variables('s

Re: [jclouds/jclouds-site] Updated link: Docuharvest has been rebranded to PDFDATA.io (#183)

2016-05-26 Thread Ignasi Barrera
Done! --- 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-site/pull/183#issuecomment-221830107

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm DeploymentApi OSImageApi VMSizeApi (#273)

2016-05-26 Thread Ignasi Barrera
> + variables.put("osDiskName", osDiskName); > + > + OSDisk osDisk = OSDisk.builder() > + .name("[variables('osDiskName')]") > + .vhd( > + > VHD.create("[concat('http://',variables('storageAccountName'),'.blob.core.windows.net/',variables('s

Re: [jclouds/jclouds-labs] JCLOUDS-1117 & JCLOUDS-1118 - docker container configuration fixes (#274)

2016-05-26 Thread Ignasi Barrera
Closed #274. --- 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/274#event-672973892

[jira] [Commented] (JCLOUDS-1118) Adding linux capabilities doesn't work in Docker

2016-05-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301912#comment-15301912 ] ASF subversion and git services commented on JCLOUDS-1118: -- Com

[jira] [Commented] (JCLOUDS-1117) Some values from DockerTemplateOptions.configBuilder are replaced in DockerComputeServiceAdapter

2016-05-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301911#comment-15301911 ] ASF subversion and git services commented on JCLOUDS-1117: -- Com

Re: [jclouds/jclouds-labs] JCLOUDS-1117 & JCLOUDS-1118 - docker container configuration fixes (#274)

2016-05-26 Thread Ignasi Barrera
Squashed the last commit into the second one and pushed to master as [c269e016](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/c269e016) and [6d078e69](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/6d078e69). Thanks @kwart! --- You are receiving this because you are su

[jira] [Resolved] (JCLOUDS-1118) Adding linux capabilities doesn't work in Docker

2016-05-26 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1118. - Resolution: Fixed Fix Version/s: 2.0.0 > Adding linux capabilities doesn't work i

[jira] [Resolved] (JCLOUDS-1117) Some values from DockerTemplateOptions.configBuilder are replaced in DockerComputeServiceAdapter

2016-05-26 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1117. - Resolution: Fixed Fix Version/s: 2.0.0 > Some values from DockerTemplateOptions.c

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm DeploymentApi OSImageApi VMSizeApi (#273)

2016-05-26 Thread Ilkka Salento
> + > +import java.util.List; > +import java.util.Map; > + > +@AutoValue > +public abstract class DeploymentTemplate { > + > + //Empty placeholders as we want to generate the empty JSON object > + @AutoValue > + public abstract static class Parameters { > + public static Parameters creat

Re: [jclouds/jclouds] JCLOUDS-1105: Do not create the default security group if custom groups are specified (#947)

2016-05-26 Thread Marco Castigliego
@nacx Thanks man. --- 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/947#issuecomment-221872895

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm DeploymentApi OSImageApi VMSizeApi (#273)

2016-05-26 Thread Rita Zhang
> + "\"template\" : " + template + ", " + > + "\"mode\" : \"" + mode + "\", " + > + "\"parameters\" : " + parameters + " " + > + " } " + > + "}"; > +return body; > +} >

Re: [jclouds/jclouds-labs] JCLOUDS-1005: Backblaze B2 skeleton and bucket ops (#270)

2016-05-26 Thread Andrew Gaul
> + @Named("b2_create_bucket") > + @POST > + @Path("/b2api/v1/b2_create_bucket") > + @MapBinder(BindToJsonPayload.class) > + @PayloadParams(keys = {"accountId"}, values = {"{jclouds.identity}"}) > + @Consumes(APPLICATION_JSON) > + @Produces(APPLICATION_JSON) > + Bucket createBucket(

Re: [jclouds/jclouds-labs] JCLOUDS-1005: Backblaze B2 skeleton and bucket ops (#270)

2016-05-26 Thread Andrew Gaul
Addressed all outstanding review comments. --- 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/270#issuecomment-221932992

Re: [jclouds/jclouds-labs] JCLOUDS-1005: Backblaze B2 skeleton and bucket ops (#270)

2016-05-26 Thread Andrew Gaul
> + @Override > + protected void configure() { > + super.configure(); > + bind(RequestAuthorization.class).in(Scopes.SINGLETON); > + } > + > + @Override > + protected void bindErrorHandlers() { > + > bind(HttpErrorHandler.class).annotatedWith(Redirection.class).to(ParseB2E

[jira] [Commented] (JCLOUDS-1116) SQS delete queue not works

2016-05-26 Thread Douglas Nassif Roma Junior (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302825#comment-15302825 ] Douglas Nassif Roma Junior commented on JCLOUDS-1116: - Thanks for an

Re: [jclouds/jclouds] Allow to link contexts and views together (#960)

2016-05-26 Thread Andrew Phillips
> merged to master! Yay - thanks @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/960#issuecomment-221979549

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm DeploymentApi OSImageApi VMSizeApi (#273)

2016-05-26 Thread Jim Spring
> + > +import java.util.List; > +import java.util.Map; > + > +@AutoValue > +public abstract class DeploymentTemplate { > + > + //Empty placeholders as we want to generate the empty JSON object > + @AutoValue > + public abstract static class Parameters { > + public static Parameters creat