Re: jclouds support for CloudStack

2014-09-22 Thread Aled Sage
Hi all, First apologies for letting this conversation go cold! As Sebastian notes, the jclouds dev mailing list is the best place to continue discussions. I've created some jclouds issues to capture some CloudStack related work. In particular, "CloudStack guide missing" would be a quick win

Re: jclouds support for CloudStack

2014-07-24 Thread Sebastien Goasguen
Great, then you should probably join the jclouds dev list and start testing and contributing there. On Jul 24, 2014, at 6:11 AM, Nguyen Anh Tu wrote: > +1. I'm willing to contribute. > > --Tuna > > > On Thu, Jul 24, 2014 at 1:05 PM, Priyanka Deepala < > priyanka.deepal...@gmail.com> wrote:

Re: jclouds support for CloudStack

2014-07-24 Thread Nguyen Anh Tu
+1. I'm willing to contribute. --Tuna On Thu, Jul 24, 2014 at 1:05 PM, Priyanka Deepala < priyanka.deepal...@gmail.com> wrote: > count me jclouds integration for more recent API features > > Regards > Priyanka > > > On Wed, Jul 23, 2014 at 9:07 PM, Sebastien Goasguen > wrote: > > > > > On Jul

Re: jclouds support for CloudStack

2014-07-23 Thread Priyanka Deepala
count me jclouds integration for more recent API features Regards Priyanka On Wed, Jul 23, 2014 at 9:07 PM, Sebastien Goasguen wrote: > > On Jul 23, 2014, at 11:32 AM, Aled Sage wrote: > > > Hi all, > > > > We are keen users of and contributors to jclouds [1], including for the > CloudStack i

RE: jclouds support for CloudStack

2014-07-23 Thread Suresh Sadhu
+1 Count me on testing this integration. -Original Message- From: Aled Sage [mailto:aled.s...@gmail.com] Sent: 23 July 2014 21:02 To: dev@cloudstack.apache.org Subject: jclouds support for CloudStack Hi all, We are keen users of and contributors to jclouds [1], including for the Cloud

Re: jclouds support for CloudStack

2014-07-23 Thread Sebastien Goasguen
On Jul 23, 2014, at 11:32 AM, Aled Sage wrote: > Hi all, > > We are keen users of and contributors to jclouds [1], including for the > CloudStack integration. > > For those who don't know it, Apache jclouds is the leading java cloud > portability library, used by a lot of companies and sever

Re: jclouds code

2013-05-01 Thread Mike Tutkowski
Yeah, that information is part of the Compute Offering. So, when you kick off a VM in CloudStack, you have to specify the ID of the Compute Offering you are using. On Wed, May 1, 2013 at 5:42 PM, Seif Eddine Jemli wrote: > i couldn't see the parameters of the VM in the method, for example the

Re: jclouds code

2013-05-01 Thread Mike Tutkowski
Hi, Yes, the code to deploy a VM should be related to a method called getDeployVirtualMachineCommand. This will build up the command you want to send to the executeCloudStackCommand method. If you want it to run on XenServer, you will of course need to make sure you have a XenServer host added i

Re: Jclouds

2013-05-01 Thread Mike Tutkowski
I have been using the CloudStack API from a test Java client I wrote. If the code for this is of interest to you, just let me know. On Wed, May 1, 2013 at 11:46 AM, David Nalley wrote: > On Wed, May 1, 2013 at 1:14 PM, Seif Eddine Jemli > wrote: > > Hi, > > > > > > > > i am trying to implemen

Re: Jclouds

2013-05-01 Thread David Nalley
On Wed, May 1, 2013 at 1:14 PM, Seif Eddine Jemli wrote: > Hi, > > > > i am trying to implement a java code that should enable me to do simple > things: deploy Virtual machines for example. > > > I was advised to use Jclouds API, the problem is that i didn't find > "enough" documentation on how t