Ive used the scripted installation from   <a href="http://docs.openstack.org/cactus/openstack-compute/admin/content/scripted-ubuntu-installation.html">http://docs.openstack.org/cactus/openstack-compute/admin/content/scripted-ubuntu-installation.html</a><div>
<br></div><div>all seems to have worked fine, now im trying to decipher the following</div><div><br></div><div>1) controller has two GigE nics - Id like to use one for the public side, and one for private</div><div><br></div>
<div>for the  Public, Internet access and communications to the XCP nodes</div><div>for the private 10.10.X network, swift images, glance, backups</div><div><br></div><div>so basically the XCP hosts all also have 2 nics one for public access, and id like to use the other for storage on say 10.10.X.X network</div>
<div><br></div><div>question is how to configure the controller node for this scenerio?</div><div><br></div><div>2) XCP and OpenStack integration</div><div><br></div><div>this document  <a href="http://wiki.openstack.org/XenServerDevelopment">http://wiki.openstack.org/XenServerDevelopment</a> states</div>
<div><br></div><div>XenServer requires a nova-compute domU to run on the hypervisor in order to inject images into the VHDs. Nova-compute is the worker for the Hypervisor. It pulls jobs and applies them to the hypervisor it resides on. It's required to run on the hypervisor because it utilizes /sys/hypervisor.</div>
<div><br></div><div>Meaning..... I need to install nova compute right on the XCP DomU ?? not in a virtual instance ? is there a decent guide to achieve this on XCP which is CentOS based?? as the guide above appears to be debian apt-based</div>
<div><br></div>