Add support for running on Rocky Linux

Change-Id: I127ab0d9bab436e207a3217a1663ba196d300fd2
Signed-off-by: Neil Hanlon <neil@shrug.pw>
Depends-On: https://review.opendev.org/c/openstack/project-config/+/828435
This commit is contained in:
Neil Hanlon
2021-10-06 17:05:06 -04:00
committed by Dmitriy Rabotyagov
parent 24b6801a67
commit 65c67f5725
11 changed files with 173 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ hosts:
* `Ubuntu server 20.04 (Focal Fossa) LTS 64-bit <http://releases.ubuntu.com/20.04/>`_
* `Debian 11 (Bullseye) LTS 64-bit <https://www.debian.org/distrib/>`_
* `Centos 8 Stream 64-bit <http://isoredirect.centos.org/centos/8-stream/isos/x86_64/>`_
* `Rocky Linux 8 64-bit <http://dl.rockylinux.org/pub/rocky/8/isos/x86_64/>`_
Configure at least one network interface to access the Internet or suitable
local repositories.

View File

@@ -20,6 +20,8 @@ following minimum requirements:
* Centos 8 Stream
* Rocky Linux 8
* Linux kernel version ``3.10.0`` or later.
* Secure Shell (SSH) client and server that support public key

View File

@@ -14,6 +14,7 @@ target host:
* Ubuntu server 20.04 (Focal Fossa) LTS 64-bit
* Debian 10 64-bit
* Centos 8 Stream 64-bit
* Derivitives: Rocky Linux
Configure at least one network interface to access the Internet or
suitable local repositories.