Merge "Fix OS requirments"

This commit is contained in:
Zuul 2019-05-27 05:50:49 +00:00 committed by Gerrit Code Review
commit 37b6854621
3 changed files with 12 additions and 11 deletions

View File

@ -4,11 +4,17 @@ Software requirements
Ensure that all hosts within an OpenStack-Ansible (OSA) environment meet the
following minimum requirements:
* Debian
* Debian 9 (stretch)
* Linux kernel version ``4.9.0-0-amd64`` or later is required.
* 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)
@ -18,7 +24,7 @@ following minimum requirements:
* openSUSE (support is experimental)
* Leap 42.X, fully updated.
* Leap 15.X, fully updated.
* Linux kernel version ``4.4.X`` or later.

View File

@ -125,9 +125,9 @@ version.
# git checkout |latest_tag|
.. note::
The |current_release_formal_name| release is only compatible with Ubuntu
16.04 (Xenial Xerus), Ubuntu 18.04 (Bionic Beaver) CentOS 7 and
openSUSE Leap 42.X.
The |current_release_formal_name| release is only compatible with
Debian 9 (stretch), Ubuntu 18.04 (Bionic Beaver), CentOS 7
and openSUSE Leap 15.X.
The next step is to bootstrap Ansible and the Ansible roles for the
development environment.

View File

@ -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
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:
- bionic