Re: java API for CloudStack

2012-12-01 Thread Ioan Eugen Stan
dmonkey+CLI > > From: Boylan, James [james.boy...@orbitz.com] > Sent: Saturday, December 01, 2012 7:31 AM > To: cloudstack-users@incubator.apache.org > Cc: Andrei Savu > Subject: RE: java API for CloudStack > > Ioan - > > There is a Python Client that exists

RE: java API for CloudStack

2012-12-01 Thread Rohit Yadav
Savu Subject: RE: java API for CloudStack Ioan - There is a Python Client that exists out there as well. I recently forked the Github repo, added some reworks to make it perform better and submitted it back to the original repo, but it hasn't been pulled in. At the very least, if you

RE: java API for CloudStack

2012-11-30 Thread Boylan, James
Sent: Friday, November 30, 2012 1:03 PM To: cloudstack-users@incubator.apache.org Cc: Andrei Savu Subject: Re: java API for CloudStack Hello Andrew, Thanks for the suggestion. Andrei Savu (we work together) also suggested I go with jclouds but I wanted to hear what the community has to say about this.

Re: java API for CloudStack

2012-11-30 Thread Ioan Eugen Stan
Hello Andrew, Thanks for the suggestion. Andrei Savu (we work together) also suggested I go with jclouds but I wanted to hear what the community has to say about this. We're building an app that can reliably provision 10's 100's of machines across cloud providers. Right now it's actually a contes

Re: java API for CloudStack

2012-11-30 Thread Andrew Bayer
If I can toot my own horn (as the current de facto maintainer of the jclouds CloudStack work), I'd strongly suggest using jclouds. It uses the real CloudStack API rather than the AWS shim, and gives you all the bells and whistles, retries, abstractions etc from jclouds. You can also use the Clo