Hi,<br><br> I am trying to add a ESXi compute node to the stack. So I have a Ubuntu VM inside the ESXi which I plan to use as the compute node for the ESXi. So on this Ubuntu VM, I need to install nova-compute. Since there are various flavors of nova-compute, I assume that I should be installing just the 'nova-compute' from the list below:<br>
<br>root@openstack-esxi:~# apt-cache search nova-compute<br>nova-compute - OpenStack Compute - compute node<br>nova-compute-kvm - OpenStack Compute - compute node (KVM)<br>nova-compute-lxc - OpenStack Compute - compute node (LXC)<br>
nova-compute-qemu - OpenStack Compute - compute node (QEmu)<br>nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)<br>nova-compute-xcp - OpenStack Compute - compute node (XCP)<br>nova-compute-xen - OpenStack Compute - compute node (Xen)<br>
nova-xcp-plugins - OpenStack Compute plugin for the Xen Cloud Platform<br>root@openstack-esxi:~#<br><br>Is my assumption right?<br><br>Thanks,<br>Balu<br>