Difference between revisions of "OpenNebula"

From Xen
(DOCUMENTATION)
(CONFIGURING XEN PROJECT)
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- #REDIRECT [[wikipedia:OpenNebula]] -->
 
 
From the OpenNebula documentation:
 
From the OpenNebula documentation:
   
 
''"OpenNebula offers a simple but feature-rich and flexible solution to build and manage enterprise clouds and virtualized data centers. OpenNebula is designed to be simple. Simple to install, update and operate by the admins, and simple to use by end users. Being focused on simplicity, we integrate with existing technologies whenever possible. You’ll see that OpenNebula works with MySQL, Ceph, LVM, GlusterFS, Open vSwitch, Ceph, LDAP... This allows us to deliver a light, flexible and robust cloud manager."''
 
''"OpenNebula offers a simple but feature-rich and flexible solution to build and manage enterprise clouds and virtualized data centers. OpenNebula is designed to be simple. Simple to install, update and operate by the admins, and simple to use by end users. Being focused on simplicity, we integrate with existing technologies whenever possible. You’ll see that OpenNebula works with MySQL, Ceph, LVM, GlusterFS, Open vSwitch, Ceph, LDAP... This allows us to deliver a light, flexible and robust cloud manager."''
  +
  +
== CONFIGURING XEN PROJECT ==
  +
The configuration of the hypervisor for use with OpenNebula is unremarkable. OpenNebula requires only a normal working configuration of the Xen Project software. A few items of note:
  +
  +
* [http://docs.opennebula.org/4.8/administration/virtualization/xeng.html#configuration According to the release 4.8 documentation], OpenNebula uses the deprecated "xm" toolset.
  +
* [http://docs.opennebula.org/4.8/administration/virtualization/xeng.html#considerations-limitations According to the documentation], it is suggested to use SCSI devices on HVM to avoid the limits of the number of IDE drives support.
  +
  +
== HOWTOs ==
  +
* [http://docs.opennebula.org/4.8/design_and_installation/quick_starts/qs_centos_xen.html QUICKSTART: Install OpenNebula and Xen on CentOS 6] (this uses [[Xen4CentOS]])
  +
* [http://cloudpointers.files.wordpress.com/2013/02/opennebula-and-xen-hybrid-cloud-design-and-implementation.pdf HOWTO Build OpenNebula and Xen Project into a Hybrid Cloud]
  +
* [http://wiki.sluug.org/project/opennebula HOWTO Build an OpenNebula Cloud on Xen using openSUSE 12.1]
  +
  +
== PRESENTATIONS ==
  +
* [https://www.youtube.com/watch?v=xZP9YKv3P_E Xen Project on ARM with OpenNebula Demonstration]
   
 
== DOCUMENTATION ==
 
== DOCUMENTATION ==
 
* [http://docs.opennebula.org/4.8/administration/virtualization/xeng.html Using Xen Project] from the OpenNebula Documentation
 
* [http://docs.opennebula.org/4.8/administration/virtualization/xeng.html Using Xen Project] from the OpenNebula Documentation
  +
* [http://docs.opennebula.org/4.8/design_and_installation/quick_starts/qs_centos_xen.html QuickStart for Xen/CentOS 6] from the OpenNebula Documentation
 
* [[wikipedia:OpenNebula|OpenNebula]] Wikipedia entry
 
* [[wikipedia:OpenNebula|OpenNebula]] Wikipedia entry
  +
  +
[[Category:OpenNebula]]
  +
[[Category:Integration]]

Latest revision as of 21:01, 30 September 2014

From the OpenNebula documentation:

"OpenNebula offers a simple but feature-rich and flexible solution to build and manage enterprise clouds and virtualized data centers. OpenNebula is designed to be simple. Simple to install, update and operate by the admins, and simple to use by end users. Being focused on simplicity, we integrate with existing technologies whenever possible. You’ll see that OpenNebula works with MySQL, Ceph, LVM, GlusterFS, Open vSwitch, Ceph, LDAP... This allows us to deliver a light, flexible and robust cloud manager."

CONFIGURING XEN PROJECT

The configuration of the hypervisor for use with OpenNebula is unremarkable. OpenNebula requires only a normal working configuration of the Xen Project software. A few items of note:

HOWTOs

PRESENTATIONS

DOCUMENTATION