From 632891dd505db333ac3ee401eb9eb1a9431d5d60 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 24 Sep 2021 12:25:33 +0200 Subject: [DOC] Update Rhel/Centos version in docs to 7.9 Change-Id: I0936b1aab2020566f10956baef49d9e65ac7a218 Issue-ID: OOM-2837 Signed-off-by: Bartek Grzybowski --- docs/BuildGuide.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/BuildGuide.rst') diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 6c6463ae..15a265c2 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -7,16 +7,16 @@ Offline Installer Package Build Guide This document describes how to build offline installer packages. The build process should be triggered on a host with internet connectivity. It will retrieve all artifacts required for ONAP deployment based on both - static data list files and dynamically assembled ones. The host used for the procedure in this guide should be preferably a separate build server. -Procedure was completely tested on RHEL 7.6 as it’s the default target installation platform, however with small adaptations it should be applicable also for other platforms. -Some discrepancies when Centos 7.6 is used are described below as well. +Procedure was completely tested on RHEL 7.9 as it’s the default target installation platform, however with small adaptations it should be applicable also for other platforms. +Some discrepancies when Centos 7.9 is used are described below as well. Part 1. Prerequisites --------------------- -We assume that procedure is executed on RHEL 7.6 server with \~300G disc space, 16G+ RAM and internet connectivity. +We assume that procedure is executed on RHEL 7.9 server with \~300G disc space, 16G+ RAM and internet connectivity. -Some additional software packages are required by ONAP Offline platform building tooling. In order to install them following repos have to be configured for RHEL 7.6 platform. +Some additional software packages are required by ONAP Offline platform building tooling. In order to install them following repos have to be configured for RHEL 7.9 platform. @@ -26,7 +26,7 @@ Some additional software packages are required by ONAP Offline platform building :: ############ - # RHEL 7.6 # + # RHEL 7.9 # ############ # Register server @@ -46,7 +46,7 @@ Alternatively :: ############## - # Centos 7.6 # + # Centos 7.9 # ############## # required by custom docker version recommended by ONAP -- cgit 1.2.3-korg