[jira] [Updated] (JCLOUDS-1182) Missing region in `listAssignableLocations` for AWS EC2

2016-09-19 Thread Abdysamat Mamutov (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abdysamat Mamutov updated JCLOUDS-1182: --- Description: In the following example: {code:java} context = ContextBuilder.newBuild

[jira] [Created] (JCLOUDS-1182) Missing region in `listAssignableLocations` for AWS EC2

2016-09-19 Thread Abdysamat Mamutov (JIRA)
Abdysamat Mamutov created JCLOUDS-1182: -- Summary: Missing region in `listAssignableLocations` for AWS EC2 Key: JCLOUDS-1182 URL: https://issues.apache.org/jira/browse/JCLOUDS-1182 Project: jclouds

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Andrew Phillips
> I'm out of ideas and wondering if it is a transient issue caused by the local > Maven repo in our Jenkins? @nacx Is it pulling these down from Maven, or using locally-published versions? Does deleting the workspace make any difference? The Maven repository settings in Jenkins may also be havi

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
@demobox All tests pass locally. Any idea why the PR build is failing to install the feature? The error is the following, but I've double-checked and the feature properly declares the dependency... I'm out of ideas and wondering if it is a transient issue caused by the local Maven repo in our Je

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
Oh, looks like a transient failure. It is building 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-karaf/pull/84#issuecomment-248016009

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
Reopened #84. -- 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/84#event-794151123

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
Looks liek teh close/reopen trick is no longer working? -- 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/84#issuecomment-248015778

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
Closed #84. -- 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/84#event-794151047

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

2016-09-19 Thread Ignasi Barrera
nacx 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";); properties

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

2016-09-19 Thread Ignasi Barrera
nacx commented on this pull request. > -vmLocations.addAll(m.locations()); -break; - } - } - - Iterable result = Iterables.filter(locations, new Predicate() { - @Override - public boolean apply(Location input) { -return vmLoc

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

2016-09-19 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -300,28 +288,43 @@ public VMImage getImage(final String id) { @Override public Iterable listLocations() { + final Iterable whiteListZoneName = findWhiteListOfRegions(); Also, better process this in the constructor and assign as a final va

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";); pro

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 cleanupResou

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
Reopened #84. -- 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/84#event-794079269

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
Closed #84. -- 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/84#event-794079225

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
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-karaf/pull/84#issuecomment-248002751

Re: [jclouds/jclouds-labs] JCLOUDS-1181 oneandone-vpn-api (#319)

2016-09-19 Thread alibazlamit
@alibazlamit pushed 1 commit. 89ae677 removed checkstyle skip -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/319/files/8ca167c97b501d2fe28b6a3a34fbdc0df96dbf7f..89ae677061d0aae07945036e187487e3964f8d42

[jclouds/jclouds-labs] JCLOUDS-1181 oneandone-vpn-api (#319)

2016-09-19 Thread alibazlamit
@nacx Ready for review, Thanks. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/319 -- Commit Summary -- * JCLOUDS-1181 oneandone-vpn-api -- File Changes -- M oneandone/src/main/java/org/apache/jclouds/oneandone/rest/OneAndO

[jira] [Created] (JCLOUDS-1181) oneandone-vpn-api

2016-09-19 Thread Ali Bazlamit (JIRA)
Ali Bazlamit created JCLOUDS-1181: - Summary: oneandone-vpn-api Key: JCLOUDS-1181 URL: https://issues.apache.org/jira/browse/JCLOUDS-1181 Project: jclouds Issue Type: Bug Components:

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Andrew Phillips
> Added the comments and removed the unnecessary commits now that all > dependencies are in place. Great! +1 - looks good to me. Thanks for the cleanup, @nacx! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.

[jira] [Resolved] (JCLOUDS-1167) oneandone-privatenetwork-api

2016-09-19 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1167. - Resolution: Fixed Fix Version/s: 2.0.0 > oneandone-privatenetwork-api > -

[jira] [Updated] (JCLOUDS-1167) oneandone-privatenetwork-api

2016-09-19 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1167: Labels: oneandone (was: ) > oneandone-privatenetwork-api > >

Re: [jclouds/jclouds-labs] JCLOUDS-1167 oneandone-privatenetwork-api (#315)

2016-09-19 Thread Ignasi Barrera
Closed #315. -- 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/315#event-793808243

Re: [jclouds/jclouds-labs] JCLOUDS-1167 oneandone-privatenetwork-api (#315)

2016-09-19 Thread Ignasi Barrera
Pushed to master as [80e5c911](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/80e5c911). Thanks @alibazlamit! -- 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/315#issu

[jira] [Commented] (JCLOUDS-1167) oneandone-privatenetwork-api

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

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

2016-09-19 Thread Ignasi Barrera
nacx requested changes on this pull request. Thanks @andreaturli! I've added the comments for the things that I think we have to change. > @Inject AzureComputeServiceAdapter(final AzureComputeApi api, final AzureComputeConstants azureComputeConstants, - Clea

Re: [jclouds/jclouds-karaf] Added Azure ARM (#84)

2016-09-19 Thread Ignasi Barrera
Added the comments and removed the unnecessary commits now that all dependencies are in place. -- 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/84#issuecomment-247944823