Skip to content

Commit

Permalink
M #: Add required extra repo for rhel family
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed Sep 13, 2024
1 parent b33f8d9 commit f81493c
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ OpenNebula Systems provides an OpenNebula Enterprise Edition to customers with a
AlmaLinux/RHEL
--------------------------------------------------------------------------------

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**
Expand Down Expand Up @@ -138,6 +146,14 @@ The community edition of OpenNebula offers the full functionality of the Cloud M
AlmaLinux/RHEL
--------------------------------------------------------------------------------

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**
Expand Down

0 comments on commit f81493c

Please sign in to comment.