]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove the Open Nebula driver
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 22 Mar 2011 16:12:34 +0000 (16:12 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 Mar 2011 13:09:11 +0000 (14:09 +0100)
commit4591df766dea493887807938c63a437535845e2c
tree0ba3ff83ba470633bf62a67cca7fd42e46cacb08
parentab8984e482283ae9b53210822b857380da69c912
Remove the Open Nebula driver

The Open Nebula driver has been unmaintained since it was first
introduced. The only commits have been for tree-wide cleanups.
It also has a major design flaw, in that it only knows about guests
that it has created itself, which makes it of very limited use.

Discussions wrt evolution of the VMWare ESX driver, concluded that
it should limit itself to single-node ESX operation and not try to
manage the multi-node architecture of VirtualCenter. Open Nebula
is a cluster like Virtual Center, not a single node system, so
the same reasoning applies.

The DeltaCloud project includes an Open Nebula driver and is a much
better fit architecturally, since it is explicitly targetting the
distributed multihost cluster scenario.

Thus this patch deletes the libvirt Open Nebula driver with the
recommendation that people use DeltaCloud for managing it instead.

* configure.ac: Remove probe for xmlrpc & --with-one arg
* daemon/Makefile.am, daemon/libvirtd.c, src/Makefile.am: Remove
  ONE driver build
* src/opennebula/one_client.c, src/opennebula/one_client.h,
  src/opennebula/one_conf.c, src/opennebula/one_conf.h,
  src/opennebula/one_driver.c, src/opennebula/one_driver.c: Delete
  files
* autobuild.sh, libvirt.spec.in, mingw32-libvirt.spec.in: Remove
  build rules for Open Nebula
* docs/drivers.html.in, docs/sitemap.html.in: Remove reference
  to OpenNebula
* docs/drvone.html.in: Delete file
20 files changed:
autobuild.sh
configure.ac
daemon/Makefile.am
daemon/libvirtd.c
docs/drivers.html.in
docs/drvone.html.in [deleted file]
docs/sitemap.html.in
include/libvirt/virterror.h
libvirt.spec.in
mingw32-libvirt.spec.in
po/POTFILES.in
src/Makefile.am
src/README
src/opennebula/one_client.c [deleted file]
src/opennebula/one_client.h [deleted file]
src/opennebula/one_conf.c [deleted file]
src/opennebula/one_conf.h [deleted file]
src/opennebula/one_driver.c [deleted file]
src/opennebula/one_driver.h [deleted file]
tools/virsh.pod