Skip to content

Commit

Permalink
F OpenNebula/one#6642: Platform references updated (OpenNebula#2997)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Ielpi <[email protected]>
  • Loading branch information
pedroielpi3 authored Jul 26, 2024
1 parent 9774aab commit 1e43d66
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,36 +79,36 @@ First, add the repository signing GPG key on the Front-end by executing as user

and then continue with repository configuration:

**Debian 10**
**Debian 11**

.. prompt:: bash # auto
:substitutions:

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Debian/10 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Debian/11 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update

**Debian 11**
**Debian 12**

.. prompt:: bash # auto
:substitutions:

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Debian/11 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Debian/12 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update

**Ubuntu 20.04**
**Ubuntu 22.04**

.. prompt:: bash # auto
:substitutions:

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Ubuntu/20.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Ubuntu/22.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update

**Ubuntu 22.04**
**Ubuntu 24.04**

.. prompt:: bash # auto
:substitutions:

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Ubuntu/22.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://<token>@enterprise.opennebula.io/repo/|version|/Ubuntu/24.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update

.. note::
Expand Down Expand Up @@ -191,34 +191,34 @@ First, add the repository signing GPG key on the Front-end by executing as user

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

**Debian 10**
**Debian 11**

.. prompt:: bash # auto
:substitutions:

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

**Debian 11**
**Debian 12**

.. prompt:: bash # auto
:substitutions:

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

**Ubuntu 20.04**
**Ubuntu 22.04**

.. prompt:: bash # auto
:substitutions:

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

**Ubuntu 22.04**
**Ubuntu 24.04**

.. prompt:: bash # auto
:substitutions:

# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://downloads.opennebula.io/repo/|version|/Ubuntu/22.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://downloads.opennebula.io/repo/|version|/Ubuntu/24.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
# apt-get update
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ To install the CLI tools, you need to install the software packages on a support
* AlmaLinux: 8, 9
* CentOS: 7, 8
* Red Hat Enterprise Linux: 7, 8, 9
* Debian: 10, 11, 128
* Ubuntu: 148.04, 20.04, 22.04, 24.04
* Debian: 11, 12
* Ubuntu: 22.04, 24.04

Step 3.1. Add the Software Repositories
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ To run the miniONE script on AWS, you will need to instantiate a virtual machine

**Supported operating systems:**
- RHEL/AlmaLinux 8 or 9
- Debian 10 or 11
- Ubuntu 20.04 or 22.04
- Debian 11 or 12
- Ubuntu 22.04 or 24.04

**Minimum hardware:**
- 4 GiB RAM
Expand Down

0 comments on commit 1e43d66

Please sign in to comment.