From b29ddce8aac87dc107a15c45c4821d4c9266a50b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotjagov Date: Sun, 26 May 2019 21:21:53 +0300 Subject: [PATCH] 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 --- deploy-guide/source/overview-requirements.rst | 12 +++++++++--- doc/source/user/aio/quickstart.rst | 6 +++--- doc/source/user/limited-connectivity/index.rst | 5 ----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/deploy-guide/source/overview-requirements.rst b/deploy-guide/source/overview-requirements.rst index 6b240f8acc..530a15dc12 100644 --- a/deploy-guide/source/overview-requirements.rst +++ b/deploy-guide/source/overview-requirements.rst @@ -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. diff --git a/doc/source/user/aio/quickstart.rst b/doc/source/user/aio/quickstart.rst index 3a5772d15a..50af002332 100644 --- a/doc/source/user/aio/quickstart.rst +++ b/doc/source/user/aio/quickstart.rst @@ -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. diff --git a/doc/source/user/limited-connectivity/index.rst b/doc/source/user/limited-connectivity/index.rst index e31debefa7..4809b30a31 100644 --- a/doc/source/user/limited-connectivity/index.rst +++ b/doc/source/user/limited-connectivity/index.rst @@ -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