Ah. I had misread your original message. My apologies!
-- James
From: Rohit Yadav [rohit.ya...@citrix.com]
Sent: Saturday, December 01, 2012 2:06 AM
To: cloudstack-users@incubator.apache.org
Subject: RE: starting multiple instances at once
True, you are
___
From: Boylan, James [james.boy...@orbitz.com]
Sent: Saturday, December 01, 2012 7:34 AM
To: cloudstack-users@incubator.apache.org
Subject: RE: starting multiple instances at once
Rohit -
Why would you set async to false? It actually simplifies the sumbission of VM
creation by pushing it off int
Sent: Thursday, November 29, 2012 10:02 AM
To: cloudstack-users@incubator.apache.org
Subject: RE: starting multiple instances at once
You may use cloudmonkey with asyncblock set to false, and a !for loop to deploy
virtualmachines
Checkout the screencast for example on same.
Re
Yeah, I know, it is it would be nice, to avoid looping. Not some critical
feature request.
On Fri, Nov 30, 2012 at 8:17 AM, Prasanna Santhanam wrote:
> On Fri, Nov 30, 2012 at 02:10:34AM -0500, Marc Cirauqui wrote:
> > Hi,
> >
> > I menat a number parameter, like:
> >
> > command=deployVirtual
On Fri, Nov 30, 2012 at 02:10:34AM -0500, Marc Cirauqui wrote:
> Hi,
>
> I menat a number parameter, like:
>
> command=deployVirtualMachine&count=2&...
>
> That would be nice.
That wouldn't be very different from running two API calls. The
planners internally will still figure out the deployment
Hi,
I menat a number parameter, like:
command=deployVirtualMachine&count=2&...
That would be nice.
thx
On Thu, Nov 29, 2012 at 4:48 PM, Nitin Mehta wrote:
> > I usually loop on api calls. I don't know of a number parameter...
> >
> >
>
> Did you mean to have a number parameter for deployVi
You may use cloudmonkey with asyncblock set to false, and a !for loop to deploy
virtualmachines
Checkout the screencast for example on same.
Regards.
From: sebgoa [run...@gmail.com]
Sent: Thursday, November 29, 2012 8:31 PM
To: cloudstack-users@incubator.a
Yeah as of now you will have to loop on the api call. I did hear about this
request earlier as well. Would you mind filing a feature request on Jira for
this if it doesn't already exist ?
Thanks,
-Nitin
On 29-Nov-2012, at 8:49 PM, Marc Cirauqui wrote:
> I usually loop on api calls. I don't kno
I usually loop on api calls. I don't know of a number parameter...
On Thu, Nov 29, 2012 at 4:01 PM, sebgoa wrote:
> Hi,
>
> How do I start multiple instances at once ? Do I loop over
> startVirtualMachine ? or is there an argument I can pass ?
>
> thanks
>
> -sebastien