summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarcin Wilk <m.wilk@samsung.com>2020-11-10 12:22:59 +0100
committerMarcin Wilk <m.wilk@samsung.com>2020-11-10 12:23:43 +0100
commit344889568a27bdae83a14e702a5ba0f7f4f488df (patch)
treee06276a8b320a0a62c4f3d6e8cf3318086c9f1d6 /docs
parent1de32628e9e45475ce5132b9d58313c7a735db28 (diff)
Add precise operating system package requirements
In order to make sure that kubernetes nodes will be installed with the required software packages before the actual ONAP installation, the more specific requirements have been added to the Installation Guide. Issue-ID: OOM-2627 Change-Id: I4f9e2a5aed969563f94c360e59f034f5f8995f52 Signed-off-by: Marcin Wilk <m.wilk@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/InstallGuide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InstallGuide.rst b/docs/InstallGuide.rst
index 4bd65fac..77aeff7f 100644
--- a/docs/InstallGuide.rst
+++ b/docs/InstallGuide.rst
@@ -64,7 +64,7 @@ KUBERNETES NODE OS NETWORK CPU RAM
SUM ``56 vCPUs`` ``176+ GB`` ``400 GB``
=========================================================== ============== ============ ===============
-Unfortunately, the offline installer supports only **RHEL 7.x** or **CentOS 7.6** distribution as of now. So, your VMs should be preinstalled with this operating system - the hypervisor and platform can be of your choosing.
+As of now, the offline installer supports only **RHEL 7.x** and **CentOS 7.6** distributions, with at least *@core* and *@base* package groups installed including *Mandatory* and *Default* package sets. So, your VMs should be preinstalled with this operating system - the hypervisor and platform can be of your choosing.
We will expect from now on that you installed four VMs and they are connected to the shared network. All VMs must be reachable from our *install-server* (below), which can be the hypervisor, *infra-node* or completely different machine. But in either of these cases the *install-server* must be able to connect over ssh to all of these nodes.