Re: [jclouds] adding attache detach interface to nova api (#697)

2015-03-04 Thread Limor Bortman-Stotland
HI @nacx Thanks For the quick response. I fixed all the comments. can you recheck? Thanks --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/697#issuecomment-77317719

Re: [jclouds] add aws s3 signature v4 (#678)

2015-03-04 Thread Zhao Jin
> +HttpRequest.Builder requestBuilder, > +String method, > +URI endpoint, > +Payload payload > +) { > +InputStream payloadStream; > +try { > +payloadStream = usePayloadForQueryParameters(method, payload) ? > +getQuerySt

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-04 Thread Reijhanniel Jearl Campos
Hi @nacx ! So 11 of the live tests were green; the failed tests were related to the ssh flow like: org.jclouds.ssh.SshException: (root:pw[ca4cb85a391831b122e3277b88393d3f]@46.16.73.251:22) (root:pw[ca4cb85a391831b122e3277b88393d3f]@46.16.73.251:22) error acquiring ExecResponse(command=[rm /tmp

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-04 Thread Reijhanniel Jearl Campos
[Live test results](https://gist.github.com/devcsrj/828e5be44a54f5217cbd/5c7509e5e20aa2ddb43dd48ca570b3ba9e1e8754) `Tests run: 25, Failures: 4, Errors: 0, Skipped: 10` (48:46.720s, ugh.) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuec

[jira] [Updated] (JCLOUDS-829) NIO.2 FileSystem facade to BlobStore

2015-03-04 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-829: Description: jclouds could provide a Java 7 NIO.2 {{FileSystem}} facade to {{BlobStore}} to enable

Re: [jclouds] add aws s3 signature v4 (#678)

2015-03-04 Thread Andrew Gaul
> +HttpRequest.Builder requestBuilder, > +String method, > +URI endpoint, > +Payload payload > +) { > +InputStream payloadStream; > +try { > +payloadStream = usePayloadForQueryParameters(method, payload) ? > +getQuerySt

[jira] [Updated] (JCLOUDS-836) Support for the GAE

2015-03-04 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-836: Affects Version/s: (was: 2.0.0) > Support for the GAE > --- > >

[jira] [Commented] (JCLOUDS-836) Support for the GAE

2015-03-04 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347123#comment-14347123 ] Andrew Gaul commented on JCLOUDS-836: - Can you try testing this with another BlobStor

[jira] [Updated] (JCLOUDS-836) Support for the GAE

2015-03-04 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-836: Description: Hello. I've been digging a long time, both using the v1.8.1 and the v2.0.0-SNAPSHOT,

[jira] [Updated] (JCLOUDS-836) Support for the GAE

2015-03-04 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-836: Labels: gae (was: ) > Support for the GAE > --- > > Key: JCLOUDS-8

[jira] [Created] (JCLOUDS-837) Add support for operations on service certificates

2015-03-04 Thread fabio martelli (JIRA)
fabio martelli created JCLOUDS-837: -- Summary: Add support for operations on service certificates Key: JCLOUDS-837 URL: https://issues.apache.org/jira/browse/JCLOUDS-837 Project: jclouds Issu

[jira] [Commented] (JCLOUDS-664) Azure compute support

2015-03-04 Thread JIRA
[ https://issues.apache.org/jira/browse/JCLOUDS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14346868#comment-14346868 ] Francesco Chicchiriccò commented on JCLOUDS-664: Fixing live test executi

[jclouds-labs] [JCLOUDS-664] Fixing live test execution on Azure (#147)

2015-03-04 Thread Francesco Chicchiriccò
This PR is quite large because it was started when PR #135 was not merged yet. The main purpose is to allow the successful execution of live tests with real Azure subscription, and contains several fixes. You can view, comment on, or merge this pull request online at: https://github.com/jcloud

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-04 Thread Ignasi Barrera
> + checkNotNull(from, "Null image"); > + > + String desc = from.name(); > + OsFamily osFamily = parseOsFamily(desc); > + > + OperatingSystem os = OperatingSystem.builder() > + .description(osFamily.value()) > + .family(osFamily) > + .version(parseV

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-04 Thread Reijhanniel Jearl Campos
[Live test results](https://gist.github.com/devcsrj/828e5be44a54f5217cbd). `Status=FAILING` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuecomment-77119191

[jira] [Created] (JCLOUDS-836) Support for the GAE

2015-03-04 Thread Edouard Mercier (JIRA)
Edouard Mercier created JCLOUDS-836: --- Summary: Support for the GAE Key: JCLOUDS-836 URL: https://issues.apache.org/jira/browse/JCLOUDS-836 Project: jclouds Issue Type: Bug Compone