Adjust docs for Ussuri

We have some extra OS supported, and we have
Ussuri release date which needs to be reflected in docs.

Change-Id: I9e77fbda5e6c0a5c58dc1ecb37359b9fef691ffe
This commit is contained in:
Dmitriy Rabotyagov 2020-08-18 17:06:41 +03:00 committed by Jonathan Rosser
parent 3be600185a
commit b7ce47c5f8
6 changed files with 25 additions and 9 deletions

View File

@ -21,8 +21,8 @@ listed in our :dev_docs:`architecture reference <reference/architecture/index.ht
Why choose OpenStack-Ansible?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Supports the major Linux distributions Ubuntu, CentOS (WIP) and OpenSUSE
(WIP).
* Supports the major Linux distributions Ubuntu, CentOS, Debian
and OpenSUSE (experimental).
* Supports the major CPU architectures x86, ppc64, s390x (WIP).
* Offers automation for upgrades between major OpenStack releases.
* Uses OpenStack defaults for each of the project roles, and provides

View File

@ -27,8 +27,11 @@ Install one of the following supported operating systems on the deployment
hosts:
* `Ubuntu server 18.04 (Bionic Beaver) LTS 64-bit <http://releases.ubuntu.com/18.04/>`_
* `Centos 7 64-bit <https://www.centos.org/download/>`_
* `openSUSE 42.X 64-bit <https://software.opensuse.org/distributions/leap>`_
* `Ubuntu server 20.04 (Focal Fossa) LTS 64-bit <http://releases.ubuntu.com/20.04/>`_
* `Debian 10 (Buster) LTS 64-bit <https://www.debian.org/distrib/>`_
* `Centos 7 64-bit <http://isoredirect.centos.org/centos/7/isos/x86_64/>`_
* `Centos 8 64-bit <http://isoredirect.centos.org/centos/8/isos/x86_64/>`_
* `openSUSE 15.X (experimental) 64-bit <https://software.opensuse.org/distributions/leap>`_
Configure at least one network interface to access the Internet or suitable
local repositories.

View File

@ -14,12 +14,21 @@ following minimum requirements:
* Ubuntu 18.04 LTS (Bionic Beaver)
* Ubuntu 20.04 LTS (Focal Fossa)
* Linux kernel version ``4.15.0-0-generic`` or later is required.
* CentOS
.. note::
CentOS 7 supports only source installs, installation of OpenStack
with distro packages is not supported.
* Centos 7, fully updated.
* Centos 8
* Linux kernel version ``3.10.0`` or later.
* openSUSE (support is experimental)

View File

@ -12,8 +12,10 @@ Install one of the following supported operating systems on the
target host:
* Ubuntu server 18.04 (Bionic Beaver) LTS 64-bit
* Ubuntu server 20.04 (Focal Fossa) LTS 64-bit
* Debian 10 64-bit
* Centos 7 64-bit
* Centos 8 64-bit
* openSUSE 15.X 64-bit
Configure at least one network interface to access the Internet or

View File

@ -9,10 +9,11 @@ configuration of an OpenStack environment.
Documentation for each of the following releases is available.
Ussuri: Under development
Ussuri: Maintained
~~~~~~~~~~~~~~~~~~~~~~~~~
OpenStack-Ansible Ussuri is currently in development.
OpenStack-Ansible Ussuri series was first released with the 21.0.0 tag on
14 August 2020.
.. toctree::
:maxdepth: 1

View File

@ -128,9 +128,10 @@ version.
.. note::
The |current_release_formal_name| release is only compatible with
Debian 9 (stretch), Debian 10 (buster), Ubuntu 18.04 (Bionic Beaver),
CentOS 7 and CentOS 8. Experimentat support is provided for openSUSE
Leap 15.X but this is expected to be removed in the next major release.
Debian 10 (buster), Ubuntu 18.04 (Bionic Beaver), Ubuntu 20.04
(Focal Fossa), CentOS 7 and CentOS 8. Experimentat support is
provided for openSUSE Leap 15.X but this is expected to be removed
in the next major release.
The next step is to bootstrap Ansible and the Ansible roles for the
development environment.