kolla-ansible/doc/source/user/support-matrix.rst
wangxiyuan 01ed75acef Add openEuler Distro support
openEuler is the newest open source operating system, which is quite
famous and widely used in China. This patch aims to add the OS support
in kolla-ansible for the host OS.

bp: support-openeuler-os

Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/830320

Change-Id: I66dc84f02c324dbc0787ec25d4bd92ada9362e94
2022-03-28 07:54:49 +00:00

44 lines
1.2 KiB
ReStructuredText

==============
Support Matrix
==============
Supported Operating Systems
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kolla Ansible supports the following host Operating Systems (OS):
.. note::
CentOS 7 is no longer supported as a host OS. The Train release supports
both CentOS 7 and 8, and provides a route for migration. See the `Kolla
Ansible Train documentation
<https://docs.openstack.org/kolla-ansible/train/user/centos8.html>`_ for
information on migrating to CentOS 8.
.. note::
CentOS Linux 8 (as opposed to CentOS Stream 8) is no longer supported as a
host OS. The Victoria release will in future support both CentOS Linux 8 and
CentOS Stream 8, and provides a route for migration.
* CentOS Stream 8
* Debian Bullseye (11)
* openEuler 20.03 LTS SP2
* RHEL 8 (deprecated)
* Rocky Linux 8
* Ubuntu Focal (20.04)
Supported container images
~~~~~~~~~~~~~~~~~~~~~~~~~~
For best results, the base container image distribution should match the host
OS distribution. The following values are supported for ``kolla_base_distro``:
* ``centos``
* ``debian``
* ``rhel`` (deprecated)
* ``ubuntu``
For details of which images are supported on which distributions, see the
:kolla-doc:`Kolla support matrix <support_matrix>`.