From 344889568a27bdae83a14e702a5ba0f7f4f488df Mon Sep 17 00:00:00 2001 From: Marcin Wilk Date: Tue, 10 Nov 2020 12:22:59 +0100 Subject: 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 --- docs/InstallGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/InstallGuide.rst') 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. -- cgit 1.2.3-korg