Skip to content

Commit

Permalink
M #-: Add rhel9 instructions (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 authored Oct 3, 2023
1 parent 96ce836 commit 2196dc1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/management_and_operations/references/install_steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ RHEL 8.x (CentOS/AlmaLinux/Oracle Linux 8.x) and Fedora 29+

# wget https://github.com/OpenNebula/addon-context-linux/releases/download/v6.4.0/one-context-6.4.0-1.el8.noarch.rpm

RHEL 9.x (CentOS/AlmaLinux/Oracle Linux 9.x) and Fedora 36+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. prompt:: bash # auto

# wget https://github.com/OpenNebula/addon-context-linux/releases/download/v6.6.1/one-context-6.6.1-1.el9.noarch.rpm

Debian/Ubuntu/Devuan
~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -96,6 +103,15 @@ RHEL 8.x (CentOS/AlmaLinux/Oracle Linux 8.x) and Fedora 29+
# yum install -y one-context-[0-9]*el8*rpm
# systemctl enable network.service

RHEL 9.x (CentOS/AlmaLinux/Oracle Linux 9.x) and Fedora 36+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. prompt:: bash # auto

# yum install -y epel-release
# yum install -y one-context-[0-9]*el9*rpm
# systemctl enable NetworkManager.service

OpenSUSE
~~~~~~~~

Expand Down

0 comments on commit 2196dc1

Please sign in to comment.