Fix OS requirments
As far as we don't support neither Ubuntu Xenial, nor openSUSE 42, we need to update our docs regarding OS supported versions. Change-Id: I7da7db0c2ad6d606f6505f91d02c5d8c69923114
This commit is contained in:
parent
847b0a1110
commit
b29ddce8aa
@ -4,11 +4,17 @@ Software requirements
|
|||||||
Ensure that all hosts within an OpenStack-Ansible (OSA) environment meet the
|
Ensure that all hosts within an OpenStack-Ansible (OSA) environment meet the
|
||||||
following minimum requirements:
|
following minimum requirements:
|
||||||
|
|
||||||
|
* Debian
|
||||||
|
|
||||||
|
* Debian 9 (stretch)
|
||||||
|
|
||||||
|
* Linux kernel version ``4.9.0-0-amd64`` or later is required.
|
||||||
|
|
||||||
* Ubuntu
|
* Ubuntu
|
||||||
|
|
||||||
* Ubuntu 16.04 LTS (Xenial Xerus) or Ubuntu 18.04 LTS (Bionic Beaver)
|
* Ubuntu 18.04 LTS (Bionic Beaver)
|
||||||
|
|
||||||
* Linux kernel version ``3.13.0-34-generic`` or later is required.
|
* Linux kernel version ``4.15.0-0-generic`` or later is required.
|
||||||
|
|
||||||
* CentOS (support is experimental)
|
* CentOS (support is experimental)
|
||||||
|
|
||||||
@ -18,7 +24,7 @@ following minimum requirements:
|
|||||||
|
|
||||||
* openSUSE (support is experimental)
|
* openSUSE (support is experimental)
|
||||||
|
|
||||||
* Leap 42.X, fully updated.
|
* Leap 15.X, fully updated.
|
||||||
|
|
||||||
* Linux kernel version ``4.4.X`` or later.
|
* Linux kernel version ``4.4.X`` or later.
|
||||||
|
|
||||||
|
@ -125,9 +125,9 @@ version.
|
|||||||
# git checkout |latest_tag|
|
# git checkout |latest_tag|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The |current_release_formal_name| release is only compatible with Ubuntu
|
The |current_release_formal_name| release is only compatible with
|
||||||
16.04 (Xenial Xerus), Ubuntu 18.04 (Bionic Beaver) CentOS 7 and
|
Debian 9 (stretch), Ubuntu 18.04 (Bionic Beaver), CentOS 7
|
||||||
openSUSE Leap 42.X.
|
and openSUSE Leap 15.X.
|
||||||
|
|
||||||
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.
|
||||||
|
@ -73,11 +73,6 @@ Many software packages are installed on Ubuntu hosts using `.deb` packages.
|
|||||||
Similar packaging mechanisms exist for other Linux distributions. We advise
|
Similar packaging mechanisms exist for other Linux distributions. We advise
|
||||||
mirroring the repositories that host these packages.
|
mirroring the repositories that host these packages.
|
||||||
|
|
||||||
Upstream Ubuntu repositories to mirror for Ubuntu 16.04 LTS:
|
|
||||||
|
|
||||||
- xenial
|
|
||||||
- xenial-updates
|
|
||||||
|
|
||||||
Upstream Ubuntu repositories to mirror for Ubuntu 18.04 LTS:
|
Upstream Ubuntu repositories to mirror for Ubuntu 18.04 LTS:
|
||||||
|
|
||||||
- bionic
|
- bionic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user