Re: [jclouds] JCLOUDS-394. Add note to ec2 README in re: live tests and new accounts (#221)

2013-12-08 Thread BuildHive
[jclouds » jclouds #668](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/668/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/221#issuecomment

Re: [jclouds] JCLOUDS-394. Add note to ec2 README in re: live tests and new accounts (#221)

2013-12-08 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #898](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/898/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/221#issuecomment-30103407

Re: [jclouds] JCLOUDS-394. Add note to ec2 README in re: live tests and new accounts (#221)

2013-12-08 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #435](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/435/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/221#issuecomment-30103401

Re: Setup Firewall (Security groups) via compute service

2013-12-08 Thread Andrew Phillips
Just to complete Andrew's answer, there is also the SecurityGroupExtension for the ComputeService. Thanks for clarifying that, Ignasi! Learned something new again ;-) Note that this extension is in beta and is only available on 1.7.0-SNAPSHOT [1]. ap [1] https://github.com/jclouds/jcloud

Re: Open PRs

2013-12-08 Thread Ignasi Barrera
+1 to ping 'em all and see which of them are alive or may have activity. I'll have a look tomorrow (CET :)). I'm not sure about when to close them, though. Perhaps asking/warning first in the ML could be a good idea. El 08/12/2013 23:41, "Andrew Phillips" escribió: > There are 20 open PRs agains

Re: Setup Firewall (Security groups) via compute service

2013-12-08 Thread Ignasi Barrera
Just to complete Andrew's answer, there is also the SecurityGroupExtension for the ComputeService. It is still a WIP, but several providers already implement it. The idea is that all providers with firewall features will implement it, so it will be a common/portable interface to manage firewalls.

Re: [jclouds-labs] Cloudsigma2 subscription calc fix (#41)

2013-12-08 Thread Andrew Phillips
Thanks for the fix, @Kentzo and @shevchenator! Could you run the live tests and post the results here, in a Gist or Pastie? Or would you have time to run the live tests again, @nacx? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/41#issuecomme

Open PRs

2013-12-08 Thread Andrew Phillips
There are 20 open PRs against jclouds/jclouds [1] at present. Quite a few are over 3 months old. Would it be worth having a quick sweep through especially the older ones and closing out any that do not seem viable at present, or for 1.7.0? Regards ap [1] https://github.com/jclouds/jcloud

Re: [jclouds] Remove LocalAsyncBlobStore. (#220)

2013-12-08 Thread Andrew Phillips
@andrewgaul: would you have a chance to take a quick look at this, as one of the "BlobStore experts"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/220#issuecomment-30095087

Re: [jclouds] JCLOUDS-394. Add note to ec2 README in re: live tests and new accounts (#221)

2013-12-08 Thread Andrew Phillips
Thanks for rewording, @abayer! +1 - looks good to me! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/221#issuecomment-30095021

Re: Setup Firewall (Security groups) via compute service

2013-12-08 Thread Andrew Phillips
Quoting "ssiv...@gmail.com" : Hi all! Sorry guys, I'll duplicate my question posted on the #jclouds. Is there an uniform way to add node firewall settings via compute service? Or it's too specific for each provider so I need to you provider API directly? I'm a little bit confused in concepts and

Setup Firewall (Security groups) via compute service

2013-12-08 Thread ssiv...@gmail.com
Hi all! Sorry guys, I'll duplicate my question posted on the #jclouds. Is there an uniform way to add node firewall settings via compute service? Or it's too specific for each provider so I need to you provider API directly? I'm a little bit confused in concepts and terminology. Thank you.