[doc] Update Ubuntu 22.04 support status

We should not consider Ubuntu Jammy deployment as experimental anymore.
The only issue we have with it right now is version selection of ceph
packages, that is only one of many possible storage drivers.

We also update overview-requirements to have only relevant information.

Change-Id: Ide828700bba5c2a3e8d49e4ea3591f2d458e7519
This commit is contained in:
Dmitriy Rabotyagov 2023-02-08 10:15:48 +01:00
parent 168febc03a
commit 3c8b6d199c
3 changed files with 12 additions and 28 deletions

View File

@ -8,33 +8,25 @@ following minimum requirements:
* Debian 11 (bullseye)
* Linux kernel version ``4.9.0-0-amd64`` or later is required.
* Ubuntu
* Ubuntu 22.04 LTS (Jammy Jellyfish) (Experimental support in Yoga release)
* Ubuntu 22.04 LTS (Jammy Jellyfish)
*Note*: Due to the absence of community repos, Ceph packages will be
installed from the default repository which contains *only* Quincy
release.
* Ubuntu 20.04 LTS (Focal Fossa)
* Linux kernel version ``4.15.0-0-generic`` or later is required.
* CentOS
* Centos 8 Stream
* Centos 9 Stream
* Rocky Linux 9
* Linux kernel version ``3.10.0`` or later.
* Secure Shell (SSH) client and server that support public key
authentication
* Network Time Protocol (NTP) client for time synchronization (such as
``ntpd`` or ``chronyd``)
* Python 3.6.*x* or 3.8.*x*
* Python 3.8.*x* or 3.10.*x*
* en_US.UTF-8 as the locale
@ -113,19 +105,6 @@ container running on the host.
the disk space requirements on machine containers.
Logging hosts
-------------
An OpenStack-Ansible deployment generates a significant amount of log
information. Logs come from a variety of sources, including services running
in containers, the containers themselves, and the physical hosts. Logging
hosts need sufficient disk space to hold live and rotated (historical) log
files. In addition, the storage performance must be able to keep pace with
the log traffic coming from various hosts and containers within the OpenStack
environment. Reserve a minimum of ``50 GB`` of disk space for storing logs on
the logging hosts.
Network recommendations
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -11,7 +11,10 @@ Installing the operating system
Install one of the following supported operating systems on the
target host:
* Ubuntu server 22.04 (Focal Fossa) LTS 64-bit (Experimental support in the Yoga release)
* Ubuntu server 22.04 (Focal Fossa) LTS 64-bit
*Note*: Due to the absence of community repos, Ceph packages will be
installed from the default repository which contains *only* Quincy
release.
* Ubuntu server 20.04 (Focal Fossa) LTS 64-bit
* Debian 11 64-bit
* Centos 9 Stream 64-bit

View File

@ -373,7 +373,7 @@
<td></td><!-- Ubuntu 16.04 -->
<td></td><!-- Ubuntu 18.04 -->
<td></td><!-- Ubuntu 20.04 -->
<td class="warning">E</td><!-- Ubuntu 22.04 -->
<td>✔*</td><!-- Ubuntu 22.04 -->
<td></td><!-- Centos 7 -->
<td></td><!-- Centos 8 -->
<td></td><!-- Centos 8s -->
@ -405,3 +405,5 @@
<td></td><!-- Suse 15 -->
</tr>
</table>
<div>* Due to the absence of community repos, Ceph packages will be installed from the default repository, which contains <strong>only</strong> Quincy release.</div>