X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2FBuildGuide.rst;h=15a265c2303c4d2eef81cd7da4d412f5654980b4;hb=250df93603c047deb717e5c45c37047fc8a3e302;hp=ae5a792a074c7a8094cafa70828613c87e4e56c1;hpb=b2b01a23dd6c9a0a1ec60d750e812edfc94e519c;p=oom%2Foffline-installer.git diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index ae5a792a..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 @@ -130,12 +130,14 @@ Download all required binaries and docker images. Run download.py twice (as show # all data lists are taken from ./build/data_lists/ folder by default # all resources will be stored in expected folder structure within "../resources" folder ./build/download/download.py --docker ./build/data_lists/infra_docker_images.list ../resources/offline_data/docker_images_infra \ - --http ./build/data_lists/infra_bin_utils.list ../resources/downloads + --http ./build/data_lists/infra_bin_utils.list ../resources/downloads \ + --http ./build/data_lists/kube_prometheus_stack_http.list ../resources/downloads # second argument for --docker is not present, images are just pulled and cached ./build/download/download.py --docker ./build/data_lists/rke_docker_images.list \ --docker ./build/data_lists/k8s_docker_images.list \ - --docker ./build/data_lists/onap_docker_images.list + --docker ./build/data_lists/onap_docker_images.list \ + --docker ./build/data_lists/kube_prometheus_stack_docker_images.list