Opennebula Page

OpenNebula



Return to VMware, Virtualization, Containerization, Virtual Machines, Cloud VMs, Hypervisors

----

{{wp>OpenNebula}}


Community Edition¶


The community edition of OpenNebula offers the full functionality of the Cloud Management Platform. You can configure the community repositories as follows:


AlmaLinux/RHEL¶
To add OpenNebula repository, execute the following as user root:

RHEL 8, 9

# cat << "EOT" > /etc/yum.repos.d/opennebula.repo
[opennebula]
name=OpenNebula Community Edition
baseurl=https://downloads.opennebula.io/repo/6.8/RedHat/$releasever/$basearch
enabled=1
gpgkey=https://downloads.opennebula.io/repo/repo2.key
gpgcheck=1
repo_gpgcheck=1
EOT
# yum makecache
AlmaLinux 8, 9

# cat << "EOT" > /etc/yum.repos.d/opennebula.repo
[opennebula]
name=OpenNebula Community Edition
baseurl=https://downloads.opennebula.io/repo/6.8/AlmaLinux/$releasever/$basearch
enabled=1
gpgkey=https://downloads.opennebula.io/repo/repo2.key
gpgcheck=1
repo_gpgcheck=1
EOT
# yum makecache
Debian/Ubuntu¶
Note

If the commands below fail, ensure you have gnupg, wget and apt-transport-https packages installed and retry. E.g.,

apt-get update
apt-get -y install gnupg wget apt-transport-https
First, add the repository signing GPG key on the Front-end by executing as user root:

wget -q -O- https://downloads.opennebula.io/repo/repo2.key | gpg --dearmor --yes --output /etc/apt/keyrings/opennebula.gpg
Debian 10

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://downloads.opennebula.io/repo/6.8/Debian/10 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update
Debian 11

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://downloads.opennebula.io/repo/6.8/Debian/11 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update
Ubuntu 20.04

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://downloads.opennebula.io/repo/6.8/Ubuntu/20.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update
Ubuntu 22.04

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://downloads.opennebula.io/repo/6.8/Ubuntu/22.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update


https://docs.opennebula.io/6.8/installation_and_configuration/frontend_installation/opennebula_repository_configuration.html#repositories-ce

Fair Use Sources


Fair Use Sources:
* https://opennebula.io/open-source-alternative-to-vmware
* ddg>OpenNebula on DuckDuckGo
* archive>OpenNebula for Archive Access for Fair Use Preservation, quoting, paraphrasing, excerpting and/or commenting upon
* The Borg



{{navbar_virtualization}}

{{navbar_footer}}