Re: [Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-16 Thread Day, Phil
is already aggregate aware. Cheers, Phil From: Christian Parpart [mailto:tra...@gmail.com] Sent: 16 October 2012 15:35 To: Day, Phil Cc: GMI M; Subject: Re: [Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts Hey all, many thanks for your replies so far. In gener

Re: [Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-16 Thread Christian Parpart
hilip.day=hp@lists.launchpad.net] *On Behalf Of *GMI > M > *Sent:* 16 October 2012 15:13 > *To:* Christian Parpart > *Cc:* > *Subject:* Re: [Openstack] looking for a Nova scheduler filter plugin to > boot nodes on named hosts > > ** ** > > Hi Christian, > > I

Re: [Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-16 Thread Day, Phil
[Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts Hi Christian, I think you might be able to use the existing filters in Essex. For example, you can add the following lines in the nova.conf of the controller host (or where nova-scheduler runs) and restart nova

Re: [Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-16 Thread GMI M
Hi Christian, I think you might be able to use the existing filters in Essex. For example, you can add the following lines in the nova.conf of the controller host (or where nova-scheduler runs) and restart nova-scheduler: isolated_hosts="nova7" isolated_images="sadsd1e35dfe63" This will allow yo

Re: [Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-16 Thread Gui Maluf
You may find what you want here: http://docs.openstack.org/trunk/openstack-compute/admin/content/ch_scheduling.html On Mon, Oct 15, 2012 at 8:45 PM, Christian Parpart wrote: > Hi all, > > I am looking for a (Essex) Nova scheduler plugin that parses the > scheduler_hints to get a hostname of the

[Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-15 Thread Christian Parpart
Hi all, I am looking for a (Essex) Nova scheduler plugin that parses the scheduler_hints to get a hostname of the hypervisor to spawn the actual VM on, rejecting any other node. This allows us to explicitely spawn a VM on a certain host (yes, there are really usecases where you want that). :-) I