Merge "[doc] Manage supported platforms in a single place"

This commit is contained in:
Zuul
2025-06-10 15:29:42 +00:00
committed by Gerrit Code Review
4 changed files with 13 additions and 9 deletions

View File

@ -26,8 +26,8 @@ Install the operating system
Install one of the following supported operating systems on the deployment
hosts:
* `Ubuntu server 24.04 (Noble Numbat) LTS 64-bit <http://releases.ubuntu.com/24.04/>`_
* `Debian 12 (Bookworm) LTS 64-bit <https://www.debian.org/distrib/>`_
.. raw:: HTML
:file: supported-platforms.html
Configure at least one network interface to access the Internet or suitable
local repositories.

View File

@ -4,13 +4,12 @@ Software requirements
Ensure that all hosts within the OpenStack-Ansible (OSA) environment meet the
following minimum requirements:
* Debian
Operating Systems:
* Debian 12 (bookworm)
.. raw:: HTML
:file: supported-platforms.html
* Ubuntu
* Ubuntu 24.04 LTS (Noble Numbat)
Configuration:
* Secure Shell (SSH) client and server that support public key
authentication

View File

@ -0,0 +1,4 @@
<ul>
<li>Ubuntu Server 24.04 (Noble Numbat) 64-bit</li>
<li>Debian 12 64-bit</li>
</ul>

View File

@ -11,8 +11,9 @@ Installing the operating system
Install one of the following supported operating systems on the
target host:
* Ubuntu server 24.04 (Noble Numbat) LTS 64-bit
* Debian 12 64-bit
.. raw:: HTML
:file: supported-platforms.html
Configure at least one network interface to access the Internet or
suitable local repositories.