Re: Creating multiple nodes in separate threads

2015-10-27 Thread Chris Custine
GCE rate limits to 20 requests/second so you are probably hitting that with the default polling periods. Try setting POLL_INITIAL_PERIOD to something like 1000 and POLL_MAX_PERIOD to 5000 and see if that helps. Thanks, Chris --  Chris Custine From: Yaron Rosenbaum <yaron.rosenb...@gmail.

Re: jclouds 1.9 openstack sample code problem.

2015-06-16 Thread Chris Custine
.  This is probably just how the VM was configured out of the box.  You should be able to find some reference on google for how to change the urls based on the openstack release you are using. Thanks, Chris --  Chris Custine From: Higginbottom Mark mark.higginbot...@uk.fujitsu.com Reply: user

Re: Preparing a node for creating an AMI

2014-08-19 Thread Chris Custine
for various providers they support and keeping the images up to date over time. Thanks, Chris --  Chris Custine On August 18, 2014 at 3:19:34 PM, David Bosschaert (david.bosscha...@gmail.com) wrote: Hi all, I'm creating a node in EC2 using JClouds that I later want to save as an AMI, so

Re: Deleting disks on node destroy

2014-08-18 Thread Chris Custine
be something specific with your config or gce project.   The only thing I can come up with is that the find is not returning the disk or something like that.  If you find anything and create a Jira for it, that would be most helpful. Thanks, Chris --  Chris Custine On August 18, 2014 at 3:13:23

Re: IllegalArgumentException when deleting node on Rackspace

2014-08-14 Thread Chris Custine
and figure out if we can selectively relax some of these validations.    Thanks, Chris --  Chris Custine On August 14, 2014 at 11:16:15 AM, Daniel Widdis (wid...@gmail.com) wrote: Zack, I re-uploaded the key, giving it a lowercase name in Rackspace (dan_widdis) and also all lowercase in my

Re: IllegalArgumentException when creating nodes in GCE projects

2014-08-08 Thread Chris Custine
this a bug or if it is just a nuance that has to be  documented somewhere.  There are other less savory options as well, so let me know if this doesn’t work out for you for whatever reason. Thanks, Chris -- Chris Custine On August 7, 2014 at 3:53:56 PM, Sunil Shah (su...@mesosphere.io) wrote: Hey

Re: IllegalArgumentException when creating nodes in GCE projects

2014-08-08 Thread Chris Custine
to figure out if we should consider this a bug or if it is just a nuance that has to be documented somewhere. There are other less savory options as well, so let me know if this doesn’t work out for you for whatever reason. Thanks, Chris -- Chris Custine On August 7, 2014 at 3:53:56 PM

Re: NullPointerException when using our own image on GCE

2014-08-01 Thread Chris Custine
: ,    containerType: TAR   },   status: READY,   archiveSizeBytes: 1195066695,   diskSizeGb: 10 } -Chris -- Chris Custine On August 1, 2014 at 11:52:54 AM, Sunil Shah (su...@mesosphere.io) wrote: Hello, We're trying to use Jclouds with a GCE project that has a custom image added and we get a null

RE: Read Time Out Error

2014-07-29 Thread Chris Custine
or retrieve your api key info in Horizon (click your userid in the top right, then Manage Access Keys). The 1.8.0 release is taking place this week, so be sure to use the final release eventually as the snapshots will disappear after a period of time. -Chris -- Chris Custine On July 29, 2014

Re: jclouds 1.8.0 fails to assign floating ip

2014-07-26 Thread Chris Custine
You need to create a Properties object and add the following property to it: properties.setProperty(AUTO_ALLOCATE_FLOATING_IPS, true”); and set that via the builder.overrides(). That should do the trick. -Chris -- Chris Custine On July 26, 2014 at 4:46:00 PM, merlinlabs (merlinl

RE: Connection Refuse

2014-07-25 Thread Chris Custine
On Jul 24, 2014 11:27 PM, Bhupendra Singh bhupendra.si...@sdgc.com wrote: Hi Chris, I need to use jcloud 1.7.4 version ? -Bhupendra {Employee-Personal} *From:* Chris Custine [mailto:chris.cust...@gmail.com] *Sent:* Thursday, July 24, 2014 10:40 PM *To:* user@jclouds.apache.org

RE: Connection Refuse

2014-07-25 Thread Chris Custine
://jclouds.apache.org/start/install under “Using the daily builds”. Thanks, Chris --  Chris Custine On July 25, 2014 at 12:10:08 AM, Bhupendra Singh (bhupendra.si...@sdgc.com) wrote: Chris,   I am not using maven . I am using ANT . Can you share me link from where I can download jcloud 1.8.0-SNAPSHOT

Re: Connection Refuse

2014-07-24 Thread Chris Custine
Please use either 1.7.4-SNAPSHOT or 1.8.0-SNAPSHOT (recommended).  HP Cloud has recently been updated and the older releases are not going to work very well, if at all.  Try the versions mentioned above and let us know if you continue to have problems. Thanks, Chris --  Chris Custine On July

Re: Unable to resolve artifact: Unable to get dependency information

2014-07-23 Thread Chris Custine
Thats strange indeed.  I am using maven 3.2.2 and I can’t reproduce this issue even intentionally.  Maybe try a newer version of maven in the 3.2.x range? --  Chris Custine On July 23, 2014 at 5:22:33 PM, Sofiane Bendoukha (saw...@hotmail.com) wrote: I am using Apache Maven 3.0.5

Re: Cleaning up 'jclouds-script-{somenumber}' files

2014-07-22 Thread Chris Custine
to clean the ones that are blocking and have a more controlled lifecycle.  IIRC they are all located in the /tmp directory, so this may be something trivial and worth adding.   --  Chris Custine On July 22, 2014 at 10:34:45 AM, David Bosschaert (david.bosscha...@gmail.com) wrote: On 22 July 2014 17

Re: Rackspace Cloudfiles UK provider and region Ids

2014-06-25 Thread Chris Custine
I'm not sure if this is going to solve it, but isn't it -Djclouds.region=LON ? -- Sent from my Android phone On Jun 25, 2014 4:09 AM, Ignasi Barrera n...@apache.org wrote: Hi Paolo, The IAD region is Virginia (a US region) and can't be used with the UK provider. The only region in rackspace

Re: Get attributes for a cookbook version

2014-06-24 Thread Chris Custine
/essentials_cookbook_metadata.html#settings I used to have some code using jclouds-chef that did exactly what you are doing but I can't locate it any more. Should be fairly simple if you use metadata. Chris -- Chris Custine On Tue, Jun 24, 2014 at 10:55 AM, Arulanand Dayalan arul_anand_2...@yahoo.com

Re: [DISCUSS] Java 6 support

2014-05-29 Thread Chris Custine
to stay at jclouds 1.6 or 1.7 for quite some time anyway). Just my 2 cents. Chris -- Chris Custine On Thu, May 29, 2014 at 9:32 AM, Jeremy Daggett jeremy.dagg...@rackspace.com wrote: I really appreciate that you brought this up Andrew! I have been through every Java version transition since

Re: OpenStack LBaaS support in jclouds?

2014-02-17 Thread Chris Custine
this will include the HP LBaaS. Chris -- Chris Custine On Mon, Feb 17, 2014 at 10:22 AM, Jeremy Daggett jeremy.dagg...@gmail.comwrote: Hi Irfan, As I recall, HP Cloud supports the OpenStack LBaaS Atlas API [1] which is not currently supported in jclouds at this time. Andrew mentioned the Rackspace