Platform Notes 6.4.0¶
This page will show you the specific considerations when using an OpenNebula cloud, according to the different supported platforms.
This is the list of the individual platform components that have been through the complete OpenNebula Quality Assurance and Certification Process.
Certified Components Version¶
Front-End Components¶
Component |
Version |
More information |
---|---|---|
Red Hat Enterprise Linux |
7, 8 |
|
CentOS |
7 |
|
AlmaLinux |
8 |
|
Ubuntu Server |
18.04 (LTS), 20.04 (LTS) |
|
Debian |
10, 11 |
Front-End Installation. Not certified to manage VMware infrastructures |
MariaDB or MySQL |
Version included in the Linux distribution |
|
PostgreSQL |
9.5+, Version included in the Linux distribution (except RHEL/CentOS 7) |
|
SQLite |
Version included in the Linux distribution |
Default DB, no configuration needed |
Ruby Gems |
Versions installed by packages or install_gems utility |
vCenter Nodes¶
Component |
Version |
More information |
---|---|---|
vCenter |
7.0.x, managing ESX 7.0.x |
|
NSX-T |
2.4.1+ |
|
NSX-V |
6.4.5+ |
Note
Debian front-ends are not certified to manage VMware infrastructures with OpenNebula.
KVM Nodes¶
Component |
Version |
More information |
---|---|---|
Red Hat Enterprise Linux |
7, 8 |
|
CentOS |
7 |
|
AlmaLinux |
8 |
|
Ubuntu Server |
18.04 (LTS), 20.04 (LTS) |
|
Debian |
10, 11 |
|
KVM/Libvirt |
Support for version included in the Linux distribution.
For CentOS/RHEL the packages from |
LXC Nodes¶
Component |
Version |
More information |
---|---|---|
Ubuntu Server |
18.04 (LTS), 20.04 (LTS) |
|
Debian |
10, 11 |
|
AlmaLinux |
8 |
|
LXC |
Support for version included in the Linux distribution |
Firecracker Nodes¶
Component |
Version |
More information |
---|---|---|
Red Hat Enterprise Linux |
7, 8 |
|
CentOS |
7 |
|
AlmaLinux |
8 |
|
Ubuntu Server |
18.04 (LTS), 20.04 (LTS) |
|
Debian |
10, 11 |
|
KVM/Firecracker |
Support for Firecracker and KVM versions included in the Linux distribution. |
Linux Contextualization Packages¶
Component |
Version |
More information |
---|---|---|
AlmaLinux |
8 |
|
Alpine Linux |
3.13, 3.14, 3.15 |
|
ALT Linux |
p9, p10, Sisyphus |
|
Amazon Linux |
2 |
|
CentOS |
7, 8 Stream |
|
Debian |
10, 11, 12 |
|
Devuan |
2 |
|
Fedora |
34, 35 |
|
FreeBSD |
12, 13 |
|
openSUSE |
15 |
|
Oracle Linux |
7, 8 |
|
Red Hat Enterprise Linux |
7, 8 |
|
Rocky Linux |
8 |
|
Ubuntu |
14.04, 16.04, 18.04, 20.04, 22.04 |
Windows Contextualization Packages¶
Component |
Version |
More information |
---|---|---|
Windows |
7+ |
|
Windows Server |
2008+ |
Open Cloud Networking Infrastructure¶
Component |
Version |
More information |
---|---|---|
ebtables |
Version included in the Linux distribution |
|
8021q kernel module |
Version included in the Linux distribution |
|
Open vSwitch |
Version included in the Linux distribution |
|
iproute2 |
Version included in the Linux distribution |
Open Cloud Storage Infrastructure¶
Component |
Version |
More information |
---|---|---|
iSCSI |
Version included in the Linux distribution |
|
LVM2 |
Version included in the Linux distribution |
|
Ceph |
Octopus 15.2.x Pacific v16.2.x |
Authentication¶
Component |
Version |
More information |
---|---|---|
net-ldap ruby library |
0.12.1 or 0.16.1 |
|
openssl |
Version included in the Linux distribution |
Application Containerization¶
Component |
Version |
---|---|
Docker |
20.10.5 CE |
Docker Machine |
0.14.0 |
Appliance OS |
Ubuntu 16.04 |
Sunstone¶
Browser |
Version |
---|---|
Chrome |
61.0 - 94.0 |
Firefox |
59.0 - 92.0 |
Note
For Windows desktops using Chrome or Firefox you should disable the option touch-events
for your browser:
Chrome: chrome://flags -> #touch-events: disabled. Firefox: about:config -> dom.w3c_touch_events: disabled.
Note
Generally, for all Linux platforms, it is worth noting that Ruby gems should be used from packages shipped with OpenNebula or installed with the install_gems utility. Avoid using Ruby gem versions shipped with your platform.
Compatibility of Workloads on Certified Edge Clusters¶
Edge Clusters can be virtual or metal depending of the instance type used to build the cluster. Note that not all providers offer both instance types.
Important
Providers based on virtual instances have been disabled by default.
Edge/Cloud Provider |
Edge Cluster |
Hypervisor |
---|---|---|
metal |
KVM and LXC |
|
metal |
KVM and LXC |
|
metal |
KVM and LXC |
The Edge Cluster type determines the hypervisor and workload that can be run in the cluster. The following table summarizes the Edge Cluster you need to run specific workloads:
Use Case |
Edge Cluster |
Hypervisor |
---|---|---|
metal |
KVM, LXC |
|
I want to run a Kubernetes cluster… |
metal |
KVM |
Certified Infrastructure Scale¶
A single instance of OpenNebula (i.e., a single oned
process) has been stress-tested to cope with 500 hypervisors without performance degradation. This is the maximum recommended configuration for a single instance, and depending on the underlying configuration of storage and networking, it is mainly recommended to switch to a federated scenario for any larger number of hypervisors.
However, there are several OpenNebula users managing significantly higher numbers of hypervisors (to the order of two thousand) with a single instance. This largely depends, as mentioned, on the storage, networking, and also monitoring configuration.
Front-End Platform Notes¶
The following applies to all Front-Ends:
XML-RPC tuning parameters (
MAX_CONN
,MAX_CONN_BACKLOG
,KEEPALIVE_TIMEOUT
,KEEPALIVE_MAX_CONN
andTIMEOUT
) are only available with packages distributed by us, as they are compiled with a newer xmlrpc-c library.Only Ruby versions >= 2.0 are supported.
CentOS 7.0¶
When using Apache to serve Sunstone, it is required that you disable or comment the PrivateTMP=yes
directive in /usr/lib/systemd/system/httpd.service
.
There is an automatic job that removes all data from /var/tmp/
. In order to disable this, please edit the /usr/lib/tmpfiles.d/tmp.conf
and remove the line that removes /var/tmp
.
There is a bug in libvirt that prevents the use of the save/restore mechanism if cpu_model
is set to 'host-passthrough'
via RAW
. The work around if needed is described in this issue.
Ubuntu 18.04¶
In order to automatically convert images to vmdk
(when downloading an application from a marketplace into a vCenter datastore or cloning images across different datastore types) OpenNebula requires qemu-img version 4.2.1
. Installing this version in Ubuntu 18.04 is not trivial, so we recommend and upgrade to Ubuntu 20.04 if you need to make use of this functionality.
Ubuntu 20.04¶
When using Apache to serve Sunstone, it’s required to grant read permissions to the user running httpd
in /var/lib/one
.
Debian 11¶
There is currently no support for Phusion Passenger on Debian 11, so it is currently not possible to deploy Sunstone in a Apache/Passenger configuration.
Nodes Platform Notes¶
The following items apply to all distributions:
Since OpenNebula 4.14 there is a new monitoring probe that gets information about PCI devices. By default it retrieves all the PCI devices in a Host. To limit the PCI devices for which it gets info and appear in
onehost show
, refer to PCI Passthrough.When using qcow2 storage drivers you can make sure that the data is written to disk when doing snapshots by setting the
cache
parameter towritethrough
. This change will make writes slower than other cache modes but safer. To do this edit the file/etc/one/vmm_exec/vmm_exec_kvm.conf
and change the line forDISK
:
DISK = [ driver = "qcow2", cache = "writethrough" ]
CentOS/RedHat 7 Platform Notes¶
Ruby Dependencies¶
In order to install Ruby dependencies on RHEL, the Server Optional channel needs to be enabled. Please refer to RedHat documentation to enable the channel.
Alternatively, use CentOS 7 repositories to install Ruby dependencies.
Libvirt Version¶
The libvirt/QEMU packages used in the testing infrastructure are the ones in the qemu-ev
repository. To add this repository on CentOS, you can install the following packages:
yum install centos-release-qemu-ev
yum install qemu-kvm-ev
Disable PolicyKit for Libvirt¶
It is recommended that you disable PolicyKit for Libvirt:
cat /etc/libvirt/libvirtd.conf
...
auth_unix_ro = "none"
auth_unix_rw = "none"
unix_sock_group = "oneadmin"
unix_sock_ro_perms = "0770"
unix_sock_rw_perms = "0770"
...
CentOS/RedHat 8 Platform Notes¶
Disable PolicyKit for Libvirt¶
It is recommended that you disable PolicyKit for Libvirt:
cat /etc/libvirt/libvirtd.conf
...
auth_unix_ro = "none"
auth_unix_rw = "none"
unix_sock_group = "oneadmin"
unix_sock_ro_perms = "0770"
unix_sock_rw_perms = "0770"
...
vCenter 7.0 Platform Notes¶
Problem with Boot Order¶
Currently in vCenter 7.0 changing the boot order is only supported in Virtual Machines at deployment time.