Differences between revisions 11 and 12
Revision 11 as of 2012-05-18 08:57:51
Size: 1158
Comment:
Revision 12 as of 2012-05-21 15:07:07
Size: 1203
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
 * [[OpenNebula/PreparingDebianVmTemplate]]

Outlook

OpenNebula is a toolkit which help to build any type of Infrastructure as a Service (IaaS) Cloud : private, public and hybrid.

For example, it provides :

  • Private cloud with Xen, KVM and VMware

  • Hybrid cloud with Amazon EC2, and other providers through Deltacloud
  • Public cloud exposing Amazon EC2, OGF OCCI and vCloud APIs.

Debian Packages

OpenNebula is split in multiple packages to ease its setup :

  • opennebula : contains the main "controller" for your cloud (one daemon and scheduler)

  • opennebula-node : empty package which only setup "oneadmin" account on some machine to act as an OpenNebula "node"

  • libopennebula-java : Java API which help you develop custom app to interract which OpenNebula XMLRPC interface.

  • opennebula-sunstone : a Web-based management interface for OpenNebula clouds

Check opennebula for availability in your favourite release.

Packaging Team

Resources