Table of Contents

Compatibility Guide 4.4

This guide is aimed at OpenNebula 4.2 users and administrators who want to upgrade to the latest version. The following sections summarize the new features and usage changes that should be taken into account, or prone to cause confusion. You can check the upgrade process in the following guide

Visit the Features list and the Release Notes for a comprehensive list of what's new in OpenNebula 4.4.

inlinetoc

OpenNebula Administrators and Users

Add-ons Catalog

Sunstone

Users and Groups

Scheduling

Virtual Machines

Contextualization

Storage

Resource Management

Monitoring

Developers and Integrators

Monitoring

# 4.2 arguments
hypervisor=$1
host_id=$2
host_name=$3
 
# 4.4 arguments
hypervisor=$1
datastore_location=$2
collectd_port=$3
monitor_push_cycle=$4
host_id=$5
host_name=$6

Storage

EC2 Hybrid Cloud / Cloudbursting

AWS_DNS_NAME
AWS_PRIVATE_DNS_NAME
AWS_KEY_NAME
AWS_AVAILABILITY_ZONE
AWS_PLATFORM
AWS_VPC_ID
AWS_PRIVATE_IP_ADDRESS
AWS_IP_ADDRESS
AWS_SUBNET_ID
AWS_SECURITY_GROUPS
AWS_INSTANCE_TYPE

Generic Hybrid Cloud / Cloudbursting

  DISK = [ IMAGE_ID = 7 ]

  PUBLIC_CLOUD = [
    TYPE         = "jclouds",
    JCLOUDS_DATA = "..." ]

  PUBLIC_CLOUD = [
    TYPE    = "ec2",
    AMI     = "...",
    KEYPAIR = "..." ]

EC2 Server

XML-RPC API