diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-07-10 11:36:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-10 11:36:04 +0000 |
commit | 56416d09c3d5b73e47d6c769078698d13ad14690 (patch) | |
tree | a2d3098d385c91d841efa92d88a001b9fa626733 | |
parent | 2eb3ad6df751029e5ec6c61f910627dfd81ab278 (diff) | |
parent | 738f3e27d4bfad3be5386270be296335d20a8e8a (diff) |
Merge "Adding generating of docker images list"
-rw-r--r-- | docs/BuildGuide.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 8ada5e3c..41cfcfee 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -86,6 +86,28 @@ Then it is necessary to clone all installer and build related repositories and p Part 2. Download artifacts for offline installer ------------------------------------------------ +.. note:: + It is possible to generate actual list of docker images using docker-images-collector.sh (helm is required) from cloned OOM directory + based on enabled subsystems. + + In the beginning of the generated list is written commit number from which it was created - the same commit number should be used + in Part 4. Packages preparation. + + Following example will create the list to the default path: + :: + + # clone the OOM repository + git clone https://gerrit.onap.org/r/oom -b master /tmp/oom + + # enable subsystems in oom/kubernetes/onap/values.yaml as required + + #run the collector providing path the the project + ./build/creating_data/docker-images-collector.sh /tmp/oom/kubernetes/onap + + If the list does not contain any image, no subsystem is enabled in the oom/kubernetes/onap/values.yaml + + For the other options check the usage of the script. + .. note:: Skip this step if you have already all necessary resources and continue with Part 3. Populate local nexus It's possible to download all artifacts in single ./download.py execution. Recently we improved reliability of download scripts |