[openstack-dev] Algorithm for Virtual machine assignment.

2014-05-05 Thread Hammad Haleem
Hello Folks,

This is Hammad, a Computer Science student from India. I was working on
this project that aim to make VM assignment more efficient.

By VM assigment, what I mean is, As soon as a request for new virtual
machine creation comes to the Openstack platforms how the platform handles
the request. How the framework decided on which physical machine a new
virtual machne would be spinned off.

I thought what would be the best place to ask about the feasiblity of any
such implementations on the OpenStack mailing list. Also, it would be
really helpful if someone could point me to any existing the code that
deals with VM assignment, with in the openstack framework.


-- 
Regards
Hammad Haleem
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Algorithm for Virtual machine assignment.

2014-05-05 Thread Joshua Harlow
U probably want to start by looking @ 
http://docs.openstack.org/trunk/config-reference/content/section_compute-scheduler.html

The code is @ https://github.com/openstack/nova/tree/master/nova/scheduler

Just fyi as long as u are talking about VM's the above will be correct, if u 
are talking about scheduling with other resources then this will be a bigger 
list of links ;-)

From: Hammad Haleem hammadhal...@gmail.commailto:hammadhal...@gmail.com
Reply-To: OpenStack Development Mailing List (not for usage questions) 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Date: Monday, May 5, 2014 at 8:58 PM
To: 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Subject: [openstack-dev] Algorithm for Virtual machine assignment.

Hello Folks,

This is Hammad, a Computer Science student from India. I was working on this 
project that aim to make VM assignment more efficient.

By VM assigment, what I mean is, As soon as a request for new virtual machine 
creation comes to the Openstack platforms how the platform handles the request. 
How the framework decided on which physical machine a new virtual machne would 
be spinned off.

I thought what would be the best place to ask about the feasiblity of any such 
implementations on the OpenStack mailing list. Also, it would be really helpful 
if someone could point me to any existing the code that deals with VM 
assignment, with in the openstack framework.


--
[https://mail.google.com/mail/u/0/images/cleardot.gif]Regards
Hammad Haleem

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Algorithm for Virtual machine assignment.

2014-05-05 Thread Hammad Haleem
Thanks  for quick reply.
On 6 May 2014 09:47, Joshua Harlow harlo...@yahoo-inc.com wrote:

  U probably want to start by looking @
 http://docs.openstack.org/trunk/config-reference/content/section_compute-scheduler.html

  The code is @
 https://github.com/openstack/nova/tree/master/nova/scheduler

  Just fyi as long as u are talking about VM's the above will be correct,
 if u are talking about scheduling with other resources then this will be a
 bigger list of links ;-)

   From: Hammad Haleem hammadhal...@gmail.com
 Reply-To: OpenStack Development Mailing List (not for usage questions) 
 openstack-dev@lists.openstack.org
 Date: Monday, May 5, 2014 at 8:58 PM
 To: openstack-dev@lists.openstack.org openstack-dev@lists.openstack.org
 
 Subject: [openstack-dev] Algorithm for Virtual machine assignment.

   Hello Folks,

  This is Hammad, a Computer Science student from India. I was working on
 this project that aim to make VM assignment more efficient.

  By VM assigment, what I mean is, As soon as a request for new virtual
 machine creation comes to the Openstack platforms how the platform handles
 the request. How the framework decided on which physical machine a new
 virtual machne would be spinned off.

  I thought what would be the best place to ask about the feasiblity of
 any such implementations on the OpenStack mailing list. Also, it would be
 really helpful if someone could point me to any existing the code that
 deals with VM assignment, with in the openstack framework.


  --
   Regards
 Hammad Haleem


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev