diff options
Diffstat (limited to 'docs/BuildGuide.rst')
-rw-r--r-- | docs/BuildGuide.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 12426b7c..249d4e85 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -108,14 +108,14 @@ Part 2. Download artifacts for offline installer .. note:: Skip this step if you have already all necessary resources and continue with Part 3. Populate local nexus -There need to be created RPM repository containing packages which need to be installed on all nodes. +A RPM repository containing packages to be installed on all nodes needs to be created: :: # run the docker container with -d parameter for destination directory with RPM packages ./offline-installer/build/create_repo.sh -d $(pwd) -.. note:: If script fails with permissions, problem could be with SeLinux. Issue is possible to solve by: +.. note:: If script fails due to permissions issue, it could be a problem with SeLinux. It can be fixed by running: :: # Change security context of directory @@ -141,8 +141,6 @@ so one might try following command to download most of the required artifacts in --docker ./build/data_lists/onap_docker_images.list \ -Alternatively, step-by-step procedure is described in Appendix 1. - This concludes SW download part required for ONAP offline platform creating. Part 3. Populate local nexus |