From f0c6949e15d980a8c151391c1469db295f46611a Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 8 Aug 2025 08:35:34 +0200 Subject: [PATCH] [doc] Add documentation around EL 10 support Change-Id: I8402672d0496e0c4b2c4c641597dda7596390cba Signed-off-by: Dmitriy Rabotyagov --- deploy-guide/source/supported-platforms.html | 1 + .../upgrades/os-compatibility-matrix.html | 19 +++++++++++++++++-- doc/source/user/aio/quickstart.rst | 3 ++- .../notes/el10_support-18871f4618d0c7f0.yaml | 8 ++++++++ 4 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/el10_support-18871f4618d0c7f0.yaml diff --git a/deploy-guide/source/supported-platforms.html b/deploy-guide/source/supported-platforms.html index 12cd38e73a..0329572afe 100644 --- a/deploy-guide/source/supported-platforms.html +++ b/deploy-guide/source/supported-platforms.html @@ -2,4 +2,5 @@
  • Ubuntu Server 24.04 (Noble Numbat) 64-bit
  • Debian 12 64-bit
  • CentOS 10 Stream 64-bit
  • +
  • Rocky Linux 10 64-bit
  • diff --git a/doc/source/admin/upgrades/os-compatibility-matrix.html b/doc/source/admin/upgrades/os-compatibility-matrix.html index 89bcb25eb3..60d3f14f70 100644 --- a/doc/source/admin/upgrades/os-compatibility-matrix.html +++ b/doc/source/admin/upgrades/os-compatibility-matrix.html @@ -5,9 +5,9 @@ Ubuntu - CentOS + CentOS Debian - Rocky Linux + Rocky Linux @@ -22,6 +22,7 @@ 12 9 + 10 Zed @@ -34,6 +35,7 @@ ✔ + ✘ distro @@ -45,6 +47,7 @@ ✘ E + ✘ 2023.1 (Antelope) @@ -57,6 +60,7 @@ ✔ + ✘ distro @@ -68,6 +72,7 @@ ✘ E + ✘ 2023.2 (Bobcat) @@ -80,6 +85,7 @@ ✔ + ✘ distro @@ -91,6 +97,7 @@ ✘ E + ✘ 2024.1 (Caracal) @@ -103,6 +110,7 @@ ✔ + ✘ distro @@ -114,6 +122,7 @@ ✘ E + ✘ 2024.2 (Dalmatian) @@ -126,6 +135,7 @@ ✘ + ✘ distro @@ -137,6 +147,7 @@ ✘ E + ✘ 2025.1 (Epoxy) @@ -149,6 +160,7 @@ ✘ + ✔ distro @@ -160,6 +172,7 @@ ✘ E + ✘ 2025.2 (Flamingo) @@ -172,6 +185,7 @@ ✘ + ✔ distro @@ -183,6 +197,7 @@ ✘ + ✘ diff --git a/doc/source/user/aio/quickstart.rst b/doc/source/user/aio/quickstart.rst index f0004749bb..2cc05f3e73 100644 --- a/doc/source/user/aio/quickstart.rst +++ b/doc/source/user/aio/quickstart.rst @@ -121,7 +121,8 @@ version. .. note:: The |current_release_formal_name| release is only compatible with - Debian 12 (bookworm), Ubuntu 24.04 (Noble Numbat) and CentOS 10 Stream. + Debian 12 (bookworm), Ubuntu 24.04 (Noble Numbat), CentOS 10 Stream, + and derivatives of RHEL 10 such as Rocky Linux. The next step is to bootstrap Ansible and the Ansible roles for the development environment. diff --git a/releasenotes/notes/el10_support-18871f4618d0c7f0.yaml b/releasenotes/notes/el10_support-18871f4618d0c7f0.yaml new file mode 100644 index 0000000000..20f7c689ba --- /dev/null +++ b/releasenotes/notes/el10_support-18871f4618d0c7f0.yaml @@ -0,0 +1,8 @@ +--- +prelude: > + Added support for deployments on derivatives of + RHEL 10 such as Rocky Linux. +features: + - | + A series of changes were backported for Rocky 10 support + for both deploy and target hosts.