Merge "Adjust docs for Ussuri"
This commit is contained in:
commit
9a49a03606
@ -21,8 +21,8 @@ listed in our :dev_docs:`architecture reference <reference/architecture/index.ht
|
|||||||
Why choose OpenStack-Ansible?
|
Why choose OpenStack-Ansible?
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Supports the major Linux distributions Ubuntu, CentOS (WIP) and OpenSUSE
|
* Supports the major Linux distributions Ubuntu, CentOS, Debian
|
||||||
(WIP).
|
and OpenSUSE (experimental).
|
||||||
* Supports the major CPU architectures x86, ppc64, s390x (WIP).
|
* Supports the major CPU architectures x86, ppc64, s390x (WIP).
|
||||||
* Offers automation for upgrades between major OpenStack releases.
|
* Offers automation for upgrades between major OpenStack releases.
|
||||||
* Uses OpenStack defaults for each of the project roles, and provides
|
* Uses OpenStack defaults for each of the project roles, and provides
|
||||||
|
@ -27,8 +27,11 @@ Install one of the following supported operating systems on the deployment
|
|||||||
hosts:
|
hosts:
|
||||||
|
|
||||||
* `Ubuntu server 18.04 (Bionic Beaver) LTS 64-bit <http://releases.ubuntu.com/18.04/>`_
|
* `Ubuntu server 18.04 (Bionic Beaver) LTS 64-bit <http://releases.ubuntu.com/18.04/>`_
|
||||||
* `Centos 7 64-bit <https://www.centos.org/download/>`_
|
* `Ubuntu server 20.04 (Focal Fossa) LTS 64-bit <http://releases.ubuntu.com/20.04/>`_
|
||||||
* `openSUSE 42.X 64-bit <https://software.opensuse.org/distributions/leap>`_
|
* `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
|
Configure at least one network interface to access the Internet or suitable
|
||||||
local repositories.
|
local repositories.
|
||||||
|
@ -14,12 +14,21 @@ following minimum requirements:
|
|||||||
|
|
||||||
* Ubuntu 18.04 LTS (Bionic Beaver)
|
* Ubuntu 18.04 LTS (Bionic Beaver)
|
||||||
|
|
||||||
|
* Ubuntu 20.04 LTS (Focal Fossa)
|
||||||
|
|
||||||
* Linux kernel version ``4.15.0-0-generic`` or later is required.
|
* Linux kernel version ``4.15.0-0-generic`` or later is required.
|
||||||
|
|
||||||
* CentOS
|
* CentOS
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
CentOS 7 supports only source installs, installation of OpenStack
|
||||||
|
with distro packages is not supported.
|
||||||
|
|
||||||
* Centos 7, fully updated.
|
* Centos 7, fully updated.
|
||||||
|
|
||||||
|
* Centos 8
|
||||||
|
|
||||||
* Linux kernel version ``3.10.0`` or later.
|
* Linux kernel version ``3.10.0`` or later.
|
||||||
|
|
||||||
* openSUSE (support is experimental)
|
* openSUSE (support is experimental)
|
||||||
|
@ -12,8 +12,10 @@ Install one of the following supported operating systems on the
|
|||||||
target host:
|
target host:
|
||||||
|
|
||||||
* Ubuntu server 18.04 (Bionic Beaver) LTS 64-bit
|
* Ubuntu server 18.04 (Bionic Beaver) LTS 64-bit
|
||||||
|
* Ubuntu server 20.04 (Focal Fossa) LTS 64-bit
|
||||||
* Debian 10 64-bit
|
* Debian 10 64-bit
|
||||||
* Centos 7 64-bit
|
* Centos 7 64-bit
|
||||||
|
* Centos 8 64-bit
|
||||||
* openSUSE 15.X 64-bit
|
* openSUSE 15.X 64-bit
|
||||||
|
|
||||||
Configure at least one network interface to access the Internet or
|
Configure at least one network interface to access the Internet or
|
||||||
|
@ -9,10 +9,11 @@ configuration of an OpenStack environment.
|
|||||||
|
|
||||||
Documentation for each of the following releases is available.
|
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::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
@ -128,9 +128,10 @@ version.
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The |current_release_formal_name| release is only compatible with
|
The |current_release_formal_name| release is only compatible with
|
||||||
Debian 9 (stretch), Debian 10 (buster), Ubuntu 18.04 (Bionic Beaver),
|
Debian 10 (buster), Ubuntu 18.04 (Bionic Beaver), Ubuntu 20.04
|
||||||
CentOS 7 and CentOS 8. Experimentat support is provided for openSUSE
|
(Focal Fossa), CentOS 7 and CentOS 8. Experimentat support is
|
||||||
Leap 15.X but this is expected to be removed in the next major release.
|
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
|
The next step is to bootstrap Ansible and the Ansible roles for the
|
||||||
development environment.
|
development environment.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user