![Marcin Juszkiewicz](/assets/img/avatar_default.png)
There is a time once every 2 years when ubuntu team releases new LTS release. And then UCA joins with binary packages for current OpenStack development cycle. It is this time for Ubuntu 20.04 'focal'. Includes CI fix to pass: [CI] Temporarily block new Ansible The proper fix [1] needs fixing older branches before newer. This one allows to fix CI first, in the usual order. To revert after [1] gets merged in all relevant branches. [1] https://review.opendev.org/745648 Old-Change-Id: Ifbd37d8addd4322773118e2e9d46494741a8ae66 Related-Bug: #1891145 Depends-on: https://review.opendev.org/#/c/738994/ Change-Id: Ib8b70ee40ec2d19509cc84c0f530612f81907721 Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com>
33 lines
773 B
ReStructuredText
33 lines
773 B
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.
|
|
|
|
* CentOS 8
|
|
* Debian Buster (10)
|
|
* RHEL 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``
|
|
* ``ubuntu``
|
|
|
|
For details of which images are supported on which distributions, see the
|
|
:kolla-doc:`Kolla support matrix <support_matrix>`.
|