Re: Building on Cloudstack

2013-03-12 Thread Sebastien Goasguen
On Mar 12, 2013, at 7:41 AM, Serge A. Salamanka wrote: > On 06.03.2013 15:15, Sebastien Goasguen wrote: >> If you don't need to multiplex regular hpc jobs and VMs then things gets >> easier. Just build a CloudStack cloud, and setup your HPC cluster via >> templates. One template for a head nod

Re: Building on Cloudstack

2013-03-12 Thread Serge A. Salamanka
On 06.03.2013 02:00, Alex Huang wrote: > Serge, > > In CloudStack, you can control where VM's are deployed. > > If you don't want to do any programming, the easiest is to do host-tags and > storage-tags to control where vms run and their storage deployed. However, > that gives you very stati

Re: Building on Cloudstack

2013-03-12 Thread Serge A. Salamanka
On 06.03.2013 15:15, Sebastien Goasguen wrote: > If you don't need to multiplex regular hpc jobs and VMs then things gets > easier. Just build a CloudStack cloud, and setup your HPC cluster via > templates. One template for a head node and one template for the compute > nodes. Put MPI or whateve

Re: Building on Cloudstack

2013-03-12 Thread Serge A. Salamanka
On 06.03.2013 21:57, Edison Su wrote: > Not a Mesos expert also, don't know it's possible or worth to port Mesos's > framework to CloudStack. Mesos, Hadoop and other middleware is just the way to utilize the computing resources for the special tasks of the users. If a user wants to setup/use the

RE: Building on Cloudstack

2013-03-06 Thread Edison Su
AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Building on Cloudstack > > that's exactly what i am trying to do, distribute calculus on the VM's created > by cloudstack. > > what about HADOOP??how should i use it?

Re: Building on Cloudstack

2013-03-06 Thread Seif Eddine Jemli
that's exactly what i am trying to do, distribute calculus on the VM's created by cloudstack. what about HADOOP??how should i use it?

Re: Building on Cloudstack

2013-03-06 Thread David Nalley
On Wed, Mar 6, 2013 at 1:17 PM, Edison Su wrote: > > >> -Original Message- >> From: Serge A. Salamanka [mailto:salsa-...@tut.by] >> Sent: Wednesday, March 06, 2013 2:16 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: Building on Clouds

RE: Building on Cloudstack

2013-03-06 Thread Edison Su
> -Original Message- > From: Serge A. Salamanka [mailto:salsa-...@tut.by] > Sent: Wednesday, March 06, 2013 2:16 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Building on Cloudstack > > On 06.03.2013 08:50, Seif Eddine Jemli wrote: > > You ask

Re: Building on Cloudstack

2013-03-06 Thread Sebastien Goasguen
On Mar 5, 2013, at 4:31 PM, Serge A. Salamanka wrote: > Hi, Alex > I've joined the list couple days ago. Interested in this same feature. > At the supercomputing center where I work we have lots of computing > power that could be used as a virtual supercomputer through > virtualization with Clou

Re: Building on Cloudstack

2013-03-06 Thread Sebastien Goasguen
On Mar 6, 2013, at 12:50 AM, Seif Eddine Jemli wrote: > You asked me about the scheduler i would like to implement. > > In fact, i have a school project: i have to divide matrix calculus on > several VM's, the VM's have to calculate then return the results to the > scheduler for aggregation. >

Re: Building on Cloudstack

2013-03-06 Thread Serge A. Salamanka
On 06.03.2013 08:50, Seif Eddine Jemli wrote: > You asked me about the scheduler i would like to implement. > > In fact, i have a school project: i have to divide matrix calculus on > several VM's, the VM's have to calculate then return the results to the > scheduler for aggregation. > The schedul

Re: Building on Cloudstack

2013-03-05 Thread Seif Eddine Jemli
You asked me about the scheduler i would like to implement. In fact, i have a school project: i have to divide matrix calculus on several VM's, the VM's have to calculate then return the results to the scheduler for aggregation. The scheduler have then to send the aggregated results to the user wh

RE: Building on Cloudstack

2013-03-05 Thread Alex Huang
the specifics. Let me know if you need more information. --Alex > -Original Message- > From: Serge A. Salamanka [mailto:salsa-...@tut.by] > Sent: Tuesday, March 5, 2013 1:32 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Building on Cloudstack > > Hi

Re: Building on Cloudstack

2013-03-05 Thread Serge A. Salamanka
Hi, Alex I've joined the list couple days ago. Interested in this same feature. At the supercomputing center where I work we have lots of computing power that could be used as a virtual supercomputer through virtualization with CloudStack. I'm just thinking how it can be realized with the help of C

RE: Building on Cloudstack

2013-03-05 Thread Alex Huang
Seif, What is the function of your scheduler? Can you go into it a little more? Thanks. --Alex > -Original Message- > From: Seif Eddine Jemli [mailto:seifeddineje...@gmail.com] > Sent: Tuesday, March 5, 2013 12:36 PM > To: cloudstack-dev@incubator.apache.org > Subject: Building on Clo

Re: Building on Cloudstack

2013-03-05 Thread Mike Tutkowski
This is probably the most relevant method for your purposes: private static String executeCloudStackCommand(final String strCsIpAddress, final String strCsPort, final String strCommand, final String strCsApiKey, final String strCsSecretKey) throws Exception On Tue, Mar 5, 2013 at 2:06 PM, Mik

Re: Building on Cloudstack

2013-03-05 Thread Mike Tutkowski
I forgot to mention that I was - at one time - passing in parameters to that app. You may see that some of those parameters are still used while others are hard coded. On Tue, Mar 5, 2013 at 1:58 PM, Mike Tutkowski wrote: > I know we prefer that conversations be held on the e-mail list (as opp

Re: Building on Cloudstack

2013-03-05 Thread Mike Tutkowski
I know we prefer that conversations be held on the e-mail list (as opposed to direct communications), so here's a copy/paste of what I sent over directly (I sent it directly because I included an attachment and I think the e-mail list woud have blocked it): Hi! I've attached that Java code. A lo

Re: Building on Cloudstack

2013-03-05 Thread Seif Eddine Jemli
send it directly to me if you don't mind. thanks, i already sent you a direct email

Re: Building on Cloudstack

2013-03-05 Thread Mike Tutkowski
Would this example code help? I think if I send it out as an attachment to the e-mail list that it will be blocked, though. Perhaps I should send it directly to you? On Tue, Mar 5, 2013 at 1:40 PM, Seif Eddine Jemli wrote: > i prefer java > -- *Mike Tutkowski* *Senior CloudStack Developer

Re: Building on Cloudstack

2013-03-05 Thread Mike Tutkowski
What language are you using? I just learned how to use the CloudStack API and have working examples in Java. On Tue, Mar 5, 2013 at 1:36 PM, Seif Eddine Jemli wrote: > Hi, > > I am working on a project using Cloudstack. > I'll need to implement a scheduler to control the virtual machines > gen