[jclouds/jclouds] Always take into account the configured template builder spec in live tests (#993)

2016-08-09 Thread Ignasi Barrera
@ivanlomba Can you cherry-pick this commit into your branch, compile it, and try running the live tests for GCE? Run all the tests, not just a single one to make sure all maven configuration for the live profile is properly applied. You can view, comment on, or merge this pull request online at:

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm ImageExtension (#305)

2016-08-09 Thread Ignasi Barrera
Closed #305. --- 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/305#event-750547351

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm ImageExtension (#305)

2016-08-09 Thread Ignasi Barrera
Pushed to master as [76d7aae6](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/76d7aae6). Many thanks @jtjk! --- 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/305#issuec

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

2016-08-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15414331#comment-15414331 ] ASF subversion and git services commented on JCLOUDS-664: - Commit

Re: [jclouds/jclouds] JCLOUDS-1148 JWTBearerTokenFlow.tokenCache never hits (#988)

2016-08-09 Thread Ignasi Barrera
>ClientCredentialsJWTBearerTokenFlow actually uses ClientCredentialsClaims and >ClientCredentialsAuthArgs. Yes @daniel-h-rech. What I mean is that it also [uses random values to build the object being cached]( https://github.com/jclouds/jclouds/blob/master/apis/oauth/src/main/java/org/jclouds/oa

[jclouds/jclouds] Fix for ssh reload for Centos 7 (#992)

2016-08-09 Thread iyovcheva
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/992 -- Commit Summary -- * Fix for ssh reload for Centos 7 -- File Changes -- M scriptbuilder/src/main/java/org/jclouds/scriptbuilder/statements/ssh/SshdConfig.java (2) M scr

Re: [jclouds/jclouds] JCLOUDS-482: ArbitraryCpuRam base case (#984)

2016-08-09 Thread Andrew Phillips
> +.trimResults() > +.omitEmptyStrings() > +.withKeyValueSeparator('=') > +.split(hardwareSpec); > + if (!specValues.containsKey("ram") || > !specValues.containsKey("cores")) { > + throw new IllegalArgumentException(String.format("Omitte

[jclouds/jclouds] Fix for ssh reload for centos 7 (#991)

2016-08-09 Thread iyovcheva
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/991 -- Commit Summary -- * Fix for ssh reload for Centos 7 -- File Changes -- M scriptbuilder/src/main/java/org/jclouds/scriptbuilder/statements/ssh/SshdConfig.java (2) -- Patch