[doc] Manage supported platforms in a single place

With changing list of supported platforms, it's easy to forget where
exactly they are defined, and miss mentioning them for a while.

Usage of the raw include should ease the process. RST import
was not used to prevent possible issues with doubling translations.

Change-Id: Ia8fe370b660ee6a7c4277cb1f0428c81cbdbfa6a
This commit is contained in:
Dmitriy Rabotyagov
2025-06-03 21:52:34 +02:00
parent 695e4b44f6
commit c915f8cb4c
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.