2011/2/14 Justin Clift <jclift@redhat.com>:
On 15/02/2011, at 2:25 AM, Matthias Bolte wrote: <snip>
While you're at it you could also list OpenStack Compute, OpenNebula and Eucalyptus here :)
Yeah, I was kind of thinking that for OpenNebula, but haven't looked into the others enough yet to know what they use. Guess I'd better check them out then add them. :)
+ Justin
OpenStack uses libvirt (via Python bindings) in it's compute controller for KVM, QEMU, UML, and XEN. They use XenAPI directly for XenServer and Xen Cloud Platform and WMI for Hyper-V. The upcoming VMware ESXi support will be based directly on the vSphere API via Python ZSI. OpenNebula uses libvirt via C API and virsh for KVM, XEN and ESX(i). Eucalyptus uses libvirt in it's node controller for KVM and XEN. Matthias