From 1b470d16c45bba843f9cbd04a57a989ba707d0da Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 24 Jul 2024 11:12:57 +0200 Subject: [PATCH] [doc] Add support for Ubuntu 24.04 to docs Change-Id: I77c9bb86e65b56622f7c87d603f6d9a9b55556a5 --- deploy-guide/source/deploymenthost.rst | 1 + deploy-guide/source/overview-requirements.rst | 2 ++ deploy-guide/source/targethosts-prepare.rst | 1 + .../admin/upgrades/os-compatibility-matrix.html | 13 ++++++++++++- doc/source/user/aio/quickstart.rst | 3 ++- .../ubuntu_noble_support-d4d741bdfdf1d4ef.yaml | 4 ++++ 6 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/ubuntu_noble_support-d4d741bdfdf1d4ef.yaml diff --git a/deploy-guide/source/deploymenthost.rst b/deploy-guide/source/deploymenthost.rst index 298cce3f60..b269de955a 100644 --- a/deploy-guide/source/deploymenthost.rst +++ b/deploy-guide/source/deploymenthost.rst @@ -27,6 +27,7 @@ Install one of the following supported operating systems on the deployment hosts: * `Ubuntu server 22.04 (Jammy Jellyfish) LTS 64-bit `_ +* `Ubuntu server 24.04 (Noble Numbat) LTS 64-bit `_ * `Debian 12 (Bookworm) LTS 64-bit `_ * `Centos 9 Stream 64-bit `_ * `Rocky Linux 9 64-bit `_ diff --git a/deploy-guide/source/overview-requirements.rst b/deploy-guide/source/overview-requirements.rst index 9feda3c473..190f0b7090 100644 --- a/deploy-guide/source/overview-requirements.rst +++ b/deploy-guide/source/overview-requirements.rst @@ -12,6 +12,8 @@ following minimum requirements: * Ubuntu 22.04 LTS (Jammy Jellyfish) + * Ubuntu 24.04 LTS (Noble Numbat) + * CentOS based * CentOS Stream 9 diff --git a/deploy-guide/source/targethosts-prepare.rst b/deploy-guide/source/targethosts-prepare.rst index 79452d3156..740298d6ed 100644 --- a/deploy-guide/source/targethosts-prepare.rst +++ b/deploy-guide/source/targethosts-prepare.rst @@ -12,6 +12,7 @@ Install one of the following supported operating systems on the target host: * Ubuntu server 22.04 (Jammy Jellyfish) LTS 64-bit +* Ubuntu server 24.04 (Noble Numbat) LTS 64-bit * Debian 12 64-bit * Centos 9 Stream 64-bit * Rocky Linux 9 64-bit diff --git a/doc/source/admin/upgrades/os-compatibility-matrix.html b/doc/source/admin/upgrades/os-compatibility-matrix.html index 39c0653f4c..bc984d15d1 100644 --- a/doc/source/admin/upgrades/os-compatibility-matrix.html +++ b/doc/source/admin/upgrades/os-compatibility-matrix.html @@ -5,7 +5,7 @@ Operating Systems - Ubuntu + Ubuntu CentOS Debian Rocky Linux @@ -14,6 +14,7 @@ 20.04 22.04 + 24.04 9 Stream @@ -27,6 +28,7 @@ source ✔ + ✘ @@ -36,6 +38,7 @@ distro ✘ E + ✘ E @@ -46,6 +49,7 @@ source ✔ + ✘ @@ -55,6 +59,7 @@ distro ✘ E + ✘ E @@ -65,6 +70,7 @@ source ✘ + ✘ @@ -74,6 +80,7 @@ distro ✘ E + ✘ E @@ -84,6 +91,7 @@ source ✘ + ✘ @@ -93,6 +101,7 @@ distro ✘ E + ✘ E @@ -103,6 +112,7 @@ source ✘ + ✔ @@ -112,6 +122,7 @@ distro ✘ E + E E diff --git a/doc/source/user/aio/quickstart.rst b/doc/source/user/aio/quickstart.rst index 5d387d1de0..993afbc253 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 22.04 (Jammy Jellyfish), CentOS 9 Stream, + Debian 12 (bookworm), Ubuntu 22.04 (Jammy Jellyfish), + Ubuntu 24.04 (Noble Numbat), CentOS 9 Stream, and derivitives of CentOS Stream/RHEL such as Rocky Linux. The next step is to bootstrap Ansible and the Ansible roles for the diff --git a/releasenotes/notes/ubuntu_noble_support-d4d741bdfdf1d4ef.yaml b/releasenotes/notes/ubuntu_noble_support-d4d741bdfdf1d4ef.yaml new file mode 100644 index 0000000000..6d729fafd6 --- /dev/null +++ b/releasenotes/notes/ubuntu_noble_support-d4d741bdfdf1d4ef.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Added a support for deployment on Ubuntu 24.04 LTS (Noble Numbat).