Re: [jclouds/jclouds] Uses default password with conflictive characters (#1207)

2018-05-17 Thread Andrew Phillips
Thanks for taking care of the merging and cherry-picking, Ignasi! -- 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/1207#issuecomment-390093278

[jira] [Created] (JCLOUDS-1420) insert waiting time before tagging ec2 instances

2018-05-17 Thread Haisum Mussawir (JIRA)
Haisum Mussawir created JCLOUDS-1420: Summary: insert waiting time before tagging ec2 instances Key: JCLOUDS-1420 URL: https://issues.apache.org/jira/browse/JCLOUDS-1420 Project: jclouds

Re: [jclouds/jclouds] Add default credentials to images created by the ImageExtension (#1210)

2018-05-17 Thread Daniel Estévez
Some context about what @nacx is talking about https://stackoverflow.com/questions/50068324/azure-arm-api-returns-locations-with-inconsistent-case It affects also other of the new regions (not only CanadaEast) and working on it we discovered some unrelated issues like this one with the default

Re: [jclouds/jclouds] Add default credentials to images created by the ImageExtension (#1210)

2018-05-17 Thread Ignasi Barrera
Well, yes and no :) @danielestevez is working on fixing jclouds to properly support Azure CanadaEast region. The issue is that the Azure API sometimes returns the region name lowercase, sometimes camelcase, etc, and that messes things up when it comes to filter by location and do several

Re: [jclouds/jclouds] Add default credentials to images created by the ImageExtension (#1210)

2018-05-17 Thread Andrea Turli
@nacx that sounds like a decent amount of work, I think we should file a jira issue and properly track the change in the next release notes (ideally with a blog post!) - wdyt? didn't have time yet to review the PR, I'll do asap! -- You are receiving this because you are subscribed to this

Re: [jclouds/jclouds] Add default credentials to images created by the ImageExtension (#1210)

2018-05-17 Thread Daniel Estévez
Good to know! Then i guess it's again another problem with the caseInsensitive feature since i always try in one of the problematic regions **CanadaEast** Will investigate further -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [jclouds/jclouds] Add default credentials to images created by the ImageExtension (#1210)

2018-05-17 Thread Ignasi Barrera
>However testImageIsRemovedFromCacheAfterDeletion still fails it >testSpawnNodeFromImage is enabled but that's a different issue. I've just run the `AzureComputeImageExtensionLiveTest` in `northeurope` and with this change all pass: ```bash Running

Re: [jclouds/jclouds] Removes check for group name when deleting (#1202)

2018-05-17 Thread Ignasi Barrera
Thanks, @danielestevez. I've just added a comment to your commit. -- 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/1202#issuecomment-389865682

Re: [jclouds/jclouds] Add default credentials to images created by the ImageExtension (#1210)

2018-05-17 Thread Ignasi Barrera
nacx commented on this pull request. > + // Otherwise fallback to the image default credentials strategy + if (template instanceof CloneImageTemplate) { + final CloneImageTemplate cloneImageTemplate = (CloneImageTemplate) template; + future = Futures.transform(future,

Re: [jclouds/jclouds] Add default credentials to images created by the ImageExtension (#1210)

2018-05-17 Thread Ignasi Barrera
@nacx pushed 1 commit. 3d44352 Add default credentials for all ImageTemplate types -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds] Fixes assert for IpPermissions collection (#1209)

2018-05-17 Thread Ignasi Barrera
Merged to [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/a918550e) and [2.1.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/6edb99c6). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] Fixes assert for IpPermissions collection (#1209)

2018-05-17 Thread Ignasi Barrera
Closed #1209. -- 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/1209#event-1631251748

Re: [jclouds/jclouds] Uses default password with conflictive characters (#1207)

2018-05-17 Thread Ignasi Barrera
Closed #1207. -- 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/1207#event-1631249749

Re: [jclouds/jclouds] Fixes Run SSH script for passwords with special characters (#1205)

2018-05-17 Thread Ignasi Barrera
Cherry-picked to [2.1.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/889a7f1d). -- 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/1205#issuecomment-389768687

Re: [jclouds/jclouds] Uses default password with conflictive characters (#1207)

2018-05-17 Thread Ignasi Barrera
Merged to [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/bdb9a3af) and [2.1.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/45230c87). Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: