Merge "Add docs and release note for CentOS 8"

This commit is contained in:
Zuul 2020-04-09 05:43:34 +00:00 committed by Gerrit Code Review
commit a176c6e080
5 changed files with 50 additions and 0 deletions

View File

@ -74,6 +74,10 @@ There are following distros available for building images:
- rhel
- ubuntu
See the :ref:`support matrix <support-matrix-base-images>` for information on
supported base image distribution versions and supported images on each
distribution.
.. warning::
Fedora images are deprecated since Newton and will be removed

View File

@ -53,6 +53,7 @@ murano,C,C,C,C,N,C
neutron,C,C,C,C,N,C
neutron-mlnx-agent,C,C,N,C,N,C
nova,C,C,C,C,N,C
nova-spicehtml5proxy,N,N,C,C,N,C
novajoin,C,C,N,C,N,C
octavia,C,C,N,C,N,C
opendaylight (deprecated),N,N,N,N,N,N

1 Image,CentOS,,Ubuntu,,Debian
53 neutron,C,C,C,C,N,C
54 neutron-mlnx-agent,C,C,N,C,N,C
55 nova,C,C,C,C,N,C
56 nova-spicehtml5proxy,N,N,C,C,N,C
57 novajoin,C,C,N,C,N,C
58 octavia,C,C,N,C,N,C
59 opendaylight (deprecated),N,N,N,N,N,N

View File

@ -13,6 +13,7 @@ collectd,C,C,C,C,N,C
congress,C,C,N,C,N,C
cron,T,T,T,T,N,T
cyborg,N,C,N,N,N,N
cyborg-agent,N,N,N,N,N,N
designate,C,C,C,C,N,C
dnsmasq,T,T,C,T,N,C
ec2-api,C,C,N,C,N,C
@ -24,6 +25,7 @@ glance,T,T,T,T,N,T
gnocchi,C,C,C,C,N,C
grafana,C,C,C,C,N,C
hacluster,C,C,C,C,N,C
hacluster-pcs,N,N,C,C,N,C
haproxy,T,T,T,T,N,C
heat,T,T,N,T,N,T
horizon,T,T,T,T,N,T
@ -53,6 +55,7 @@ murano,C,C,C,C,N,C
neutron,T,T,T,T,N,T
neutron-mlnx-agent,C,C,N,C,N,C
nova,T,T,T,T,N,T
nova-spicehtml5proxy,N,N,T,T,N,T
novajoin,C,C,N,C,N,C
octavia,C,C,N,C,N,C
opendaylight (deprecated),C,C,C,C,N,N

1 Image,CentOS,,Ubuntu,,Debian
13 congress,C,C,N,C,N,C
14 cron,T,T,T,T,N,T
15 cyborg,N,C,N,N,N,N
16 cyborg-agent,N,N,N,N,N,N
17 designate,C,C,C,C,N,C
18 dnsmasq,T,T,C,T,N,C
19 ec2-api,C,C,N,C,N,C
25 gnocchi,C,C,C,C,N,C
26 grafana,C,C,C,C,N,C
27 hacluster,C,C,C,C,N,C
28 hacluster-pcs,N,N,C,C,N,C
29 haproxy,T,T,T,T,N,C
30 heat,T,T,N,T,N,T
31 horizon,T,T,T,T,N,T
55 neutron,T,T,T,T,N,T
56 neutron-mlnx-agent,C,C,N,C,N,C
57 nova,T,T,T,T,N,T
58 nova-spicehtml5proxy,N,N,T,T,N,T
59 novajoin,C,C,N,C,N,C
60 octavia,C,C,N,C,N,C
61 opendaylight (deprecated),C,C,C,C,N,N

View File

@ -4,6 +4,33 @@
Kolla Images Support Matrix
===========================
This page describes the supported base container image distributions and
versions, and the Kolla images supported on each of those.
.. _support-matrix-base-images:
Supported base images
=====================
The following base container images are supported:
.. note::
CentOS 7 is no longer supported as a base container image. The Train release
supports both CentOS 7 and 8 images, and provides a route for migration.
============= ============ ================
Distribution Default base Default base tag
============= ============ ================
CentOS 8 centos 8
Debian Buster debian 10
RHEL 8 rhel 8
Ubuntu Bionic ubuntu 18.04
============= ============ ================
The remainder of this document outlines which images are supported on which of
these distribution.
Support clause definitions
==========================

View File

@ -0,0 +1,15 @@
---
features:
- |
Adds support for CentOS 8 as a base container image. This is the only major
version of CentOS supported from the Ussuri release. The Train release
supports both CentOS 7 and 8 images, and provides a route for migration.
upgrade:
- |
CentOS 7 is no longer supported as a base container image. CentOS users
should migrate to CentOS 8. The Train release supports both CentOS 7 and 8
images, and provides a route for migration.
- |
The following images were supported by CentOS 7 but lack suitable packages
in CentOS 8, and are no longer supported for CentOS: ``cyborg-agent``,
``hacluster-pcs``, ``nova-spicehtml5proxy``.