[MOLECULE] Add prepare-cert-manager role
[oom/offline-installer.git] / docs / BuildGuide.rst
index ae5a792..15a265c 100644 (file)
@@ -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