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

2015-03-11 Thread Matt Baldwin
@devcsrj @nacx Hey guys, is there any assistance we can provide on this PR or is it ready to go? Thanks. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuecomment-78288352

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Ignasi Barrera
Pushed to master as [b54c788e](https://git1-us-west.apache.org/repos/asf?p=jclouds.git;a=commit;h=b54c788e). I've fixed a few more test files in the `compute` project that failed the build locally and amended the commit. I don't know why the pull request builder has not detected that, though.

[jira] [Commented] (JCLOUDS-791) Promote rackspace-cloudfiles

2015-03-11 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357477#comment-14357477 ] Zack Shoylev commented on JCLOUDS-791: --

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-11 Thread Zack Shoylev
I have removed the dependency on auto 1.1 and will refactor back to builders once released. At this point I want mostly to make sure this makes it into 1.9.0 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179#issuecomment-78324705

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

2015-03-11 Thread Zack Shoylev
There seems to be a failure in ParseInterfaceAttachmentListTest? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/697#issuecomment-78329975

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-11 Thread Zack Shoylev
merged --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179#issuecomment-78357174

[jira] [Commented] (JCLOUDS-848) Support Google Cloud Storage nearline

2015-03-11 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357425#comment-14357425 ] Andrew Gaul commented on JCLOUDS-848: - [~broudy] Would you like to add this support?

[jira] [Created] (JCLOUDS-848) Support Google Cloud Storage nearline

2015-03-11 Thread Andrew Gaul (JIRA)
Andrew Gaul created JCLOUDS-848: --- Summary: Support Google Cloud Storage nearline Key: JCLOUDS-848 URL: https://issues.apache.org/jira/browse/JCLOUDS-848 Project: jclouds Issue Type: New

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-11 Thread Zack Shoylev
Rebased changes to the original commit --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179#issuecomment-78354886

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-11 Thread Zack Shoylev
Closed #179. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179#event-250395569

Re: [jclouds-labs-openstack] Improves the autoscale docs. (#180)

2015-03-11 Thread Zack Shoylev
merged --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/180#issuecomment-78323545

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-11 Thread Zack Shoylev
Last round of sanity checks, then squash and merge. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179#issuecomment-78341462

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-11 Thread Everett Toews
:+1: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179#issuecomment-78336509

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-11 Thread Zack Shoylev
Will merge when tests pass --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179#issuecomment-78354993

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

2015-03-11 Thread Limor Bortman-Stotland
Hi @nacx and @everett-toews I think I fix everything... can you please take a look? Thanks --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/697#issuecomment-78311905

Re: [jclouds-labs] [JCLOUDS-833] Shipyard ServiceKeys API (#149)

2015-03-11 Thread Christopher Dancy
+@Consumes(MediaType.APPLICATION_JSON) +@Produces(MediaType.APPLICATION_JSON) +@RequestFilters({ ServiceKeyAuthentication.class }) +@Path(/api/servicekeys) +public interface ServiceKeysApi { + + @Named(servicekeys:list) + @GET + ListServiceKey listServiceKeys(); + +

Re: [jclouds] Promote rackspace cloudfiles (#703)

2015-03-11 Thread Zack Shoylev
Investigating! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/703#issuecomment-78393765

Re: [jclouds] Promote rackspace cloudfiles (#703)

2015-03-11 Thread Ignasi Barrera
Just curious... Why are there three merge commits at the end and not just one? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/703#issuecomment-78393727

Re: [jclouds-labs] [JCLOUDS-833] Shipyard ServiceKeys API (#149)

2015-03-11 Thread Christopher Dancy
@@ -64,6 +66,7 @@ void restartContainer(@PathParam(id) String id); @Named(containers:deploy) + @Fallback(NullOnContainerResourceUnavailableAnd500.class) This is a funny one and an open bug for Shipyard. The deployContainer call only deploys a single container but returns a

Re: [jclouds-labs] [JCLOUDS-833] Shipyard ServiceKeys API (#149)

2015-03-11 Thread Ignasi Barrera
@@ -64,6 +66,7 @@ void restartContainer(@PathParam(id) String id); @Named(containers:deploy) + @Fallback(NullOnContainerResourceUnavailableAnd500.class) I would remove this fallback, for several reasons: First, we shouldn't return `null` lists; we should fallback to an empty

Jenkins build is back to normal : jclouds-guava-17-18 » 18.0,OpenJDK 7 (latest) #149

2015-03-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=18.0,jdk=OpenJDK%207%20(latest)/149/

[jclouds] Promote rackspace cloudfiles (#703)

2015-03-11 Thread Zack Shoylev
https://issues.apache.org/jira/browse/JCLOUDS-791 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/703 -- Commit Summary -- * JCLOUDS-423 - Adds support for Rackspace Cloud Files API - Added support for CloudFilesApi/CDNApi - Added

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

2015-03-11 Thread Reijhanniel Jearl Campos
Hi @baldwinSPC ! I'm still working on passing the live tests for the compute service adapter. Right now, the issue is that the default images from ProfitBricks are built with password change a requirement upon first login, and so the ssh commands executed by tests are actually left hanging.

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

2015-03-11 Thread fmartelli
Sorry @nacx, my bad. Thanks @ilgrosso for your fix. Please, consider that traffic manager operations are ready for a new PR. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/148#issuecomment-78217667

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Hugo Viejo
Added -s option. Now the /etc/hosts line is ipAddress hostname -f hostname -s --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/701#issuecomment-78239596

[jira] [Created] (JCLOUDS-846) Complete missing mock tests

2015-03-11 Thread JIRA
Francesco Chicchiriccò created JCLOUDS-846: -- Summary: Complete missing mock tests Key: JCLOUDS-846 URL: https://issues.apache.org/jira/browse/JCLOUDS-846 Project: jclouds Issue

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Hugo Viejo
Yes, yes, the option are on both sides --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/701#issuecomment-78245094

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Ignasi Barrera
Perhaps the `-s` parameter should also be used in the grep part? To make sure we look for the smaller hostname? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/701#issuecomment-78242257

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Ignasi Barrera
Yes, yes, the option are on both sides Oh, I didn't refresh the page and didn't see the last commit :) Cool! If you don't mind squashing the commits into a single one I'll merge the PR. --- Reply to this email directly or view it on GitHub:

Jenkins build is back to normal : jclouds-labs-aws #433

2015-03-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws/433/

Jenkins build is back to normal : jclouds-labs-aws » Apache jclouds labs aws #433

2015-03-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws/org.apache.jclouds.labs$jclouds-labs-aws/433/

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Ignasi Barrera
Thanks! WDYT about my comment of explicitly using the `-s` parameter too? In some operating systems the `-f` might be the default behavior. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/701#issuecomment-78237431

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Hugo Viejo
Fixed all tests --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/701#issuecomment-78236684

Jenkins build is back to stable : jclouds-labs-google #513

2015-03-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/513/

Jenkins build is back to normal : jclouds-labs-aws #433

2015-03-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws/433/

Re: [jclouds-labs] [JCLOUDS-833] Shipyard ServiceKeys API (#149)

2015-03-11 Thread Ignasi Barrera
Oh, I see. There is an easier approach then: rempve the custom binders and binding annotations and just annotate the parameter with `@WrapWith(key)`. That will generate the expected json. --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs] [JCLOUDS-833] Shipyard ServiceKeys API (#149)

2015-03-11 Thread Ignasi Barrera
Regarding the fallback, they're used to recover upon failure and return a value. This means that the fallback should return an object compatible with the method's signature. In this case the method returns void but the fallback returns an Optional object. I'd create a custom fallback that

Re: [jclouds] Update setupPublicCurl.sh (#701)

2015-03-11 Thread Hugo Viejo
Ok, now it is squashed --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/701#issuecomment-78261044

Re: [jclouds-labs] [JCLOUDS-833] Shipyard ServiceKeys API (#149)

2015-03-11 Thread Ignasi Barrera
+@Consumes(MediaType.APPLICATION_JSON) +@Produces(MediaType.APPLICATION_JSON) +@RequestFilters({ ServiceKeyAuthentication.class }) +@Path(/api/servicekeys) +public interface ServiceKeysApi { + + @Named(servicekeys:list) + @GET + ListServiceKey listServiceKeys(); + +

Build failed in Jenkins: jclouds-guava-17-18 » 18.0,OpenJDK 7 (latest) #148

2015-03-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=18.0,jdk=OpenJDK%207%20(latest)/148/changes Changes: [Ignasi Barrera] Update setupPublicCurl.sh -- [...truncated 28611 lines...] Starting test

[jira] [Commented] (JCLOUDS-841) Implement support for operations on affinity groups

2015-03-11 Thread JIRA
[ https://issues.apache.org/jira/browse/JCLOUDS-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356454#comment-14356454 ] Francesco Chicchiriccò commented on JCLOUDS-841: I have this [feature

Re: [jclouds-labs] [JCLOUDS-833] Shipyard ServiceKeys API (#149)

2015-03-11 Thread Christopher Dancy
@nacx all looks well. I believe all your comments have been addressed and for the better. Specifically the fallbacks should now address the 500's returned both from the ServiceKeysApi and The ContainersApi --- Reply to this email directly or view it on GitHub:

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

2015-03-11 Thread Limor Bortman-Stotland
Hi @nacx, @everett-toews and @zack-shoylev I think I fix everything... can you please take a look? Thanks --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/697#issuecomment-78418664