diff options
author | 2019-11-28 08:10:18 +0000 | |
---|---|---|
committer | 2019-11-28 08:10:18 +0000 | |
commit | 610ddff2d54cece28af56cc7bbf01ed524ecce9c (patch) | |
tree | 83340a4d1e04d4e05cd6b77d7f1abba33abe92e3 /docs | |
parent | 3c6f676f8f50ac796804900c0ba1e3d9ffc1ff29 (diff) | |
parent | 62b73a685cd6dfdf24773d331524a274d7b1bfa4 (diff) |
Merge "docker-images-collector.sh to use override values.yaml"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BuildGuide.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 01f248ff..12426b7c 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -97,13 +97,12 @@ Part 2. Download artifacts for offline installer # clone the OOM repository git clone https://gerrit.onap.org/r/oom -b master --recurse-submodules /tmp/oom - # enable subsystems in oom/kubernetes/onap/values.yaml as required + # docker-images-collector.sh script uses oom/kubernetes/onap/resources/overrides/onap-all.yaml file to find what subsystems + are enabled. By default all subsystems are enabled there. Modify the file if want to drop some subsystems. #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 |