An Overview of OpenNebula 3.0

OpenNebula is the open-source industry standard for data center virtualization, offering the most feature-rich, flexible solution for the comprehensive, complete management of virtualized data centers to enable on-premise IaaS clouds in existing infrastructures. OpenNebula interoperability makes cloud an evolution by leveraging existing IT assets, protecting your investments, and avoiding vendor lock-in.

What does OpenNebula offer?

OpenNebula provides a powerful, scalable and secure multi-tenant cloud platform for fast delivery and elasticity of virtual resources.

  • The Image Repository system allows to set up and share images, which can be operative systems or data, to be used in Virtual Machines easily.
  • The Template Repository system allows to register Virtual Machine definitions in the system, to be instantiated later as Virtual Machine instances.
  • Virtual Networking is provided to interconnect Virtual Machines, they can be defined as fixed or ranged networks.
  • Once a Template is instantiated to a Virtual Machine, there are a number of operations that can be performed to control their lifecycle, such as migration (live and cold), stop, resume, cancel, etc. These operations are available both from the CLI and the Sunstone GUI.

What are the Main Components?

  • Interfaces & APIs: OpenNebula provides many different interfaces that can be used to interact with the functionality offered to manage physical and virtual resources. There are two main ways to interface OpenNebula: command line interface and the Sunstone GUI. There are also several cloud interfaces that can be used to create public clouds: OCCI and EC2 Query. In addition, OpenNebula features powerful integration APIs to enable easy development of new components (new virtualization drivers for hypervisor support, new information probes, etc).
  • Networking: An easily adaptable and customizable network subsystem is present in OpenNebula in order to better integrate with the specific network requirements of existing datacenters. Support for VLANs and Open vSwitch are also featured.
  • Hosts and Virtualization: Various hypervisors are supported in the virtualization manager, with the ability to control the lifecycle of Virtual Machines, as well as monitor them. This monitorization also applies to the physical hosts.
  • Storage and Images: OpenNebula aims to be flexible enough to support as many different image storage configurations as possible. The Storage subsystem can be configured to support non-shared and shared filesystems, as well as a broad array of different arrangements of the image servers.

Advanced Setups

OpenNebula supports the following types of cloud deployments:

  • Multiple zones a VDCs: The OpenNebula Zones component (oZones) allows for the centralized management of multiple instances of OpenNebula, called Zones, managing in turn potentially different administrative domains. This zones can be further compartmentalized by grouping physical hosts in Virtual Data Centers (VDCs).
  • Hybrid: OpenNebula gives support to build a Hybrid Cloud is an extension of a Private Cloud to combine local resources with resources from remote Cloud providers. A whole Public Cloud provider can be encapsulated as a local resource to be able to use extra computational capacity to satisfy peak demands.

How the System Operates

OpenNebula orchestrates storage, network, virtualization, monitoring, and security technologies to enable the dynamic placement of multi-tier services (groups of interconnected virtual machines) on distributed infrastructures, combining both data center resources and remote cloud resources, according to allocation policies:

  • Management of the Network, Computing and Storage Capacity: Orchestration of storage, network and virtualization technologies to enable the dynamic placement of the multi-tier services on distributed infrastructures
  • Management of VM Life-cycle: Smooth execution of VMs by allocating the resources required for them to operate and by offering the functionality required to implement VM placement policies
  • Management of Workload Placement: Support for the definition of workload and resource-aware allocation policies such as consolidation for energy efficiency, load balancing, affinity-aware, capacity reservation…
  • Management of Virtual Networks. Support for the definition of virtual networks to interconnect VMs
  • Management of VM Images: Exposing of general mechanisms to transfer and clone VM images. Images can be registered before execution. When submited, VM images are transferred to the host and swap disk images are created. After execution, VM images may be copied back to the repository
  • Management of Information and Accounting. Provision of indicators that can be used to diagnose the correct operation of the servers and VMs and to support the implementation of the dynamic VM placement policies
  • Management of Security: Definition of security policy on the users of the system, guaranteeing that the resources are used only by users with the relevant authorizations and isolation between workloads
  • Management of Remote Cloud Capacity: Dynamic extension of local capacity with resources from remote providers to build hybrid or federated cloud deployments
  • Management of Public Cloud Servers: Exposing most common cloud interfaces to support public cloud computing deployments