Dhvanan Shah wrote:
Hey Jay!
I was looking at implementing a few scheduling algorithms of my own
natively into OpenStack, and for that I went through the nova-scheduler.
After going through the scheduler, I felt that it was not very easy to
implement or extend and add new scheduling algorithms t
sts.openstack.org>>
Subject: Re: [openstack-dev] Dynamically adding Extra Specs
Hey Jay!
I was looking at implementing a few scheduling algorithms of my own natively
into OpenStack, and for that I went through the nova-scheduler. After going
through the scheduler, I felt that it was not
Hey Jay!
I was looking at implementing a few scheduling algorithms of my own
natively into OpenStack, and for that I went through the nova-scheduler.
After going through the scheduler, I felt that it was not very easy to
implement or extend and add new scheduling algorithms to the scheduler. The
o
Apologies for the delayed responses. Comments inline.
On 01/27/2016 02:29 AM, Dhvanan Shah wrote:
Hey Jay!
Thanks for the clarification. There was another thing that I wanted to
know, is there any provision to pass extra arguments or some extra
specifications along with the VM request to nova.
Hey Jay!
Thanks for the clarification. There was another thing that I wanted to
know, is there any provision to pass extra arguments or some extra
specifications along with the VM request to nova. To give you some context,
I wanted to pass a host:vm mapping to the nova scheduler for its host
selec
Hi! Comments inline...
On 01/22/2016 01:26 AM, Dhvanan Shah wrote:
Hi,
I had a few queries regarding adding extra specs for VM requests.
According to my understanding if I want to add extra specs to requests
then I need to change that in different flavors adding those
capabilities by setting t
Hi,
I had a few queries regarding adding extra specs for VM requests.
According to my understanding if I want to add extra specs to requests then
I need to change that in different flavors adding those capabilities by
setting them in the flavors. But if the requests that I get have varying
values