Hi Christian,<br><br>I think you might be able to use the existing filters in Essex.<br>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:<br>
<br>isolated_hosts="nova7"<br>isolated_images="sadsd1e35dfe63"<br><br>This will allow you to run the image with ID "sadsd1e35dfe63" only on the compute host "nova7".<br>You can also pass a list of compute servers in the isolated_hosts, if you have the need.<br>
<br>I certainly see the use-case for this feature, for example when you want to run Windows based instances and you don't want to buy a Windows datacenter license for each nova-compute host, but only for a few that will run Windows instances.<br>
<br>I hope this helps you.<br><br><br><br><br><br><div class="gmail_quote">On Mon, Oct 15, 2012 at 7:45 PM, Christian Parpart <span dir="ltr"><<a href="mailto:trapni@gmail.com" target="_blank">trapni@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<div><br></div><div>I am looking for a (Essex) Nova scheduler plugin that parses the scheduler_hints to get a hostname of the</div>
<div>hypervisor to spawn the actual VM on, rejecting any other node.</div><div><br></div>
<div>This allows us to explicitely spawn a VM on a certain host (yes, there are really usecases where you want that). :-)</div><div><br></div><div>I was trying to build my own and searching around since I couldn't believe I was the only one, but didn't find one yet.</div>

<div><br></div><div>Does anyone of you maybe have the skills to actually write that simple plugin, or even maybe knows where such</div><div>a plugin has already been developed?</div><div><br></div><div>Many thanks in advance,</div>

<div>Christian Parpart.</div>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br>