Re: Jclouds OpenStack Swift

2014-09-04 Thread akrystian
Thanks for your quick reply. I just want confirm that jClouds doesn't support proxy switching in case of failure, and that functionality should be handled by my self. Eventually could you give me advice of some solution that could be used in that case. I'm thinking about using zookeeper (eg. Apac

Re: In Openstack neutron how to get Router attached to a subnet ?

2014-09-04 Thread Akhil Pillai
Thanks Zack. I will look into router extension and Router. - Akhil On Thu, Sep 4, 2014 at 10:13 PM, Zack Shoylev wrote: > Hi Akhil, > Have you tried jclouds neutron v2, specifically the router extension and > Router? > It should provide access to fixed_ips which contain associated interfaces as

Re: Guava versions

2014-09-04 Thread Andrew Gaul
On Thu, Sep 04, 2014 at 08:49:26PM +0300, Inbar Stolberg wrote: > Is it agreed that those should be avoided/removed in future releases? > Also if there is a patched version for 1.8 with guava 15 or 17 without > @Beta interfaces pls let me know. Google's generous and well-communicated compatibility

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Jai M
Thanks for looking into it. Jira link : https://issues.apache.org/jira/browse/JCLOUDS-704 Rgds Jai On Thu, Sep 4, 2014 at 4:21 PM, Everett Toews wrote: > Here’s how to report a bug. > > http://jclouds.apache.org/reference/report-a-bug/ > > Thanks, > Everett > > > On Sep 4, 2014, at 4:14 PM

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Jai M
Yep, I tried 2.0.0-SNAPSHOT Rgds Jai On Thu, Sep 4, 2014 at 4:02 PM, Andrew Phillips wrote: > With the most recent code (master) I am running into other issues. (Pls >> Note, I initially tried to update my maven to version 2.0.0 and that still >> had the the globalIdentifier problem). >> > > 2

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Everett Toews
Here’s how to report a bug. http://jclouds.apache.org/reference/report-a-bug/ Thanks, Everett On Sep 4, 2014, at 4:14 PM, Ignasi Barrera mailto:n...@apache.org>> wrote: Using the latest version should work. Could you please file an issue in our JIRA [1] with the relevant code and the provid

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Ignasi Barrera
Using the latest version should work. Could you please file an issue in our JIRA [1] with the relevant code and the provided stacktrace, so we can properly track and fix it? Thanks! I. [1] https://issues.apache.org/jira/browse/JCLOUDS El 04/09/2014 23:04, "Andrew Phillips" escribió: > With the

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Andrew Phillips
With the most recent code (master) I am running into other issues. (Pls Note, I initially tried to update my maven to version 2.0.0 and that still had the the globalIdentifier problem). 2.0.0 does not exist (yet). I take it you mean 2.0.0-SNAPSHOT [1]? ap [1] https:/jclouds.apache.org/start/in

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Jai M
With the most recent code (master) I am running into other issues. (Pls Note, I initially tried to update my maven to version 2.0.0 and that still had the the globalIdentifier problem). In the master branch, the globalIdentifier problem does not happen. The first difference is, for the zone, I have

Re: Jclouds OpenStack Swift

2014-09-04 Thread Jeremy Daggett
Hi Krystian! It appears that your question is related to configuration of a Swift deployment, and not an issue with jclouds itself. I am not sure I follow what you are asking here, so let’s get a little more information! Do you have two proxy servers that your client needs to connect through?

Re: Guava versions

2014-09-04 Thread Inbar Stolberg
Is it agreed that those should be avoided/removed in future releases? Also if there is a patched version for 1.8 with guava 15 or 17 without @Beta interfaces pls let me know. Inbar On Thursday, September 4, 2014, Andrew Gaul wrote: > On Wed, Sep 03, 2014 at 01:21:02PM -0700, Andrew Gaul wrote:

RE: In Openstack neutron how to get Router attached to a subnet ?

2014-09-04 Thread Zack Shoylev
Hi Akhil, Have you tried jclouds neutron v2, specifically the router extension and Router? It should provide access to fixed_ips which contain associated interfaces as subnet ids. -Zack From: Akhil Pillai [akhil.pil...@gslab.com] Sent: Thursday, September 0

Re: Jclouds OpenStack Swift

2014-09-04 Thread akrystian
Hi All I have question. Does jClouds support switching between two proxies on the Swift cluster. If one proxy fails the other should be used by jClouds to connect to Swift. I found only solution with dns or load balancer (external) but I don't want add another element to infrastructure (sophisti