Re: [jclouds/jclouds] JCLOUDS-1307: aws-ec2: Invalidate SG on removal even if already externally deleted (#1113)

2017-06-15 Thread Ignasi Barrera
nacx approved this pull request. -- 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/1113#pullrequestreview-44230735

Re: [jclouds/jclouds-labs] Improve duplicate ssh key check in Packet (#397)

2017-06-15 Thread Ignasi Barrera
nacx commented on this pull request. > + PublicKey userKey = readPublicKey(options.getPublicKey()); + final String fingerprint = computeFingerprint(userKey); + + synchronized (CreateSshKeysThenCreateNodes.class) { To avoid race conditions on this "getOrCreate" method.

Re: [jclouds/jclouds-labs] Improve duplicate ssh key check in Packet (#397)

2017-06-15 Thread Ignasi Barrera
nacx commented on this pull request. > + PublicKey userKey = readPublicKey(options.getPublicKey()); + final String fingerprint = computeFingerprint(userKey); + + synchronized (CreateSshKeysThenCreateNodes.class) { + boolean keyExists =

Re: [jclouds/jclouds-labs] Improve duplicate ssh key check in Packet (#397)

2017-06-15 Thread Ignasi Barrera
>why only against 2.0.x? I developed it in 2.0.x, but will be merged to master too. -- 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/397#issuecomment-308659972

[jira] [Commented] (JCLOUDS-1309) GCE SecurityGroupExtension implementation

2017-06-15 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050143#comment-16050143 ] Ignasi Barrera commented on JCLOUDS-1309: - See also the discussion thread in the jclouds-dev

Re: [jclouds/jclouds-labs] Improve duplicate ssh key check in Packet (#397)

2017-06-15 Thread Andrea Turli
andreaturli commented on this pull request. > + PublicKey userKey = readPublicKey(options.getPublicKey()); + final String fingerprint = computeFingerprint(userKey); + + synchronized (CreateSshKeysThenCreateNodes.class) { + boolean keyExists =

Re: [jclouds/jclouds-labs] Improve duplicate ssh key check in Packet (#397)

2017-06-15 Thread Andrea Turli
lgtm, thanks @nacx -- 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/397#issuecomment-308673244

Re: [jclouds/jclouds-labs] Improve duplicate ssh key check in Packet (#397)

2017-06-15 Thread Ignasi Barrera
Closed #397. -- 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/397#event-1124850801

Re: [jclouds/jclouds-labs] Improve duplicate ssh key check in Packet (#397)

2017-06-15 Thread Ignasi Barrera
Pushed to [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/b77ea069) and [2.0,.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/c1fb7620). Thanks @andreaturli! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

[jira] [Commented] (JCLOUDS-1308) Azure ARM Default Network

2017-06-15 Thread Graeme Miller (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050722#comment-16050722 ] Graeme Miller commented on JCLOUDS-1308: hello, thank you both for your comments. I had a bash

Re: [jclouds/jclouds] JCLOUDS-1307: Invalidate security groups even if already externally deleted. (#1111)

2017-06-15 Thread Ignasi Barrera
nacx approved this pull request. -- 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/#pullrequestreview-44230579

[jira] [Commented] (JCLOUDS-1310) Use AWS S3 Transfer Acceleration

2017-06-15 Thread Paya Ashkan (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050972#comment-16050972 ] Paya Ashkan commented on JCLOUDS-1310: -- [~nacx] any help would be appreciated. > Use AWS S3

[jira] [Created] (JCLOUDS-1310) Use AWS S3 Transfer Acceleration

2017-06-15 Thread Paya Ashkan (JIRA)
Paya Ashkan created JCLOUDS-1310: Summary: Use AWS S3 Transfer Acceleration Key: JCLOUDS-1310 URL: https://issues.apache.org/jira/browse/JCLOUDS-1310 Project: jclouds Issue Type: Bug

[jira] [Updated] (JCLOUDS-1310) Use AWS S3 Transfer Acceleration

2017-06-15 Thread Paya Ashkan (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paya Ashkan updated JCLOUDS-1310: - Description: When I enabled S3 Transfer Acceleration on my bucket, it gave me the following

[jira] [Commented] (JCLOUDS-1308) Azure ARM Default Network

2017-06-15 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050753#comment-16050753 ] Andrea Turli commented on JCLOUDS-1308: --- I think jclouds should mimic as much as possible the UI