You may be better off considering a different approach all together.<br><br>We ran into similar issues involving FISMA constraints and data classification in the past.  One <br>'simple' solution is complete segregation ( not to be confused with isolation ).  What we ended up coming up with was to basically deploy one openstack cluster as an operations control cluster then use it to deploy other openstack clusters as a service.<br>
<br>If you tie that into live migration you can even move physical machines around between nodes by shutting them off and re-provisioning them as a new node entirely.<br><br>The primary issue in this approach is network automation.  <br>
<br>One solution is to deploy gateway systems as a service, but that's a bit of a hack.<br><br>If you are interested in discussing this further I'd be glad to go into depth in a blog post or something for yah.<br>
<br>-Matt<br><br><div class="gmail_quote">On Mon, Jun 11, 2012 at 8:41 AM, 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>while I am still "somewhat" new to OpenStack, I was able to successfully deploy a 6-node OpenStack setup</div><div>with 4 compute nodes, one controller node (yet to be HA'd) and one network node (yet to be HA'd).</div>

<div><br></div><div>However, now, that I am that far, I am in need to create a custom filter, due to the companies requirements</div><div>on what VMs to put on what hardware.</div><div>Unfortunately, I am not yet that experienced in Python (know quite a few others, so I shouldn't have </div>

<div>it that hard in getting into) and I - of course - don't know the Nova API as well as you do.</div><div><br></div><div>So I am looking for a complete basic Hello World Filter Scheduler example, e.g. in form of a github repo,</div>

<div>that I can fork off, and improve it, and learn Nova by doing.</div><div><br></div><div>I could not really find anything that helpful yet, and I think it might be a wonderful entry-point for</div><div>quite a few of us.</div>

<div><br></div><div>Is there anyone willing to help us here out a bit?</div><div><br></div><div>Many many thanks,</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>