From 2ac9a591d5886d0cabbc0338b6b4f8831b1849f9 Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Fri, 13 Sep 2024 17:05:02 -0600 Subject: [PATCH] M #: Add required extra repo for rhel family --- .../opennebula_repository_configuration.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst b/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst index f3aff47aa9..c408aaa883 100644 --- a/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst +++ b/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst @@ -23,6 +23,14 @@ OpenNebula Systems provides an OpenNebula Enterprise Edition to customers with a AlmaLinux/RHEL -------------------------------------------------------------------------------- +In **rhel9** and **AlmaLinux9** Some dependencies cannot be found in the default repositories. Some extra repositories need to be enabled. To do this, execute the following as the root user: + +.. code-block:: bash + + repo=$(yum repolist --disabled | grep -i -e powertools -e crb | awk '{print $1}' | head -1) + yum config-manager --set-enabled $repo && yum makecache + + To add the OpenNebula enterprise repository, execute the following as user ``root``: **RHEL 8, 9** @@ -138,6 +146,14 @@ The community edition of OpenNebula offers the full functionality of the Cloud M AlmaLinux/RHEL -------------------------------------------------------------------------------- +In **rhel9** and **AlmaLinux9** Some dependencies cannot be found in the default repositories. Some extra repositories need to be enabled. To do this, execute the following as the root user: + +.. code-block:: bash + + repo=$(yum repolist --disabled | grep -i -e powertools -e crb | awk '{print $1}' | head -1) + yum config-manager --set-enabled $repo && yum makecache + + To add OpenNebula repository, execute the following as user ``root``: **RHEL 8, 9**