summaryrefslogtreecommitdiffstats
path: root/docs/BuildGuide.rst
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-06-26 15:29:07 +0000
committerMichal Ptacek <m.ptacek@partner.samsung.com>2019-06-26 15:29:07 +0000
commit34cd508b725d6bd13fcc6957a4d063b5607e811f (patch)
treedcfc8f1bdae6eeff2e7f75fb61db76bfe13c2eaf /docs/BuildGuide.rst
parent39b0b7cd88912410c15c5f4d705c52e81c69c703 (diff)
Removing http data list
New policy framework in Dublin is offline friendly and does not require collecting maven artifacts in runtime from internet. We can exclude this step from our offline platform and it was verified using vFWCL demo. Change-Id: I284b114d70fa73362eb603286bcb98ce1e2367c0 Issue-ID: OOM-1900 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
Diffstat (limited to 'docs/BuildGuide.rst')
-rw-r--r--docs/BuildGuide.rst17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst
index 54878626..6b44f230 100644
--- a/docs/BuildGuide.rst
+++ b/docs/BuildGuide.rst
@@ -118,11 +118,7 @@ Following steps are still required and are not supported by current version of d
./build/creating_data/create_nginx_image/01create-image.sh /tmp/resources/offline_data/docker_images_infra
-**Step 3 - Http files**
-
-ToDo: complete and verified list of http files will come just during/after vFWCL testcase
-
-**Step 4 - Create repo**
+**Step 3 - Create repo**
::
@@ -276,25 +272,22 @@ Appendix 1. Step-by-step download procedure
# Following step will download all git repos
./build/download/download.py --git ./build/data_lists/onap_git_repos.list ../resources/git-repo
-**Step 4 - http files**
-
-ToDo: complete and verified list of http files will come just during/after vFWCL testcase
-**Step 5 - npm packages**
+**Step 4 - npm packages**
::
# Following step will download all npm packages
./build/download/download.py --npm ./build/data_lists/onap_npm.list ../resources/offline_data/npm_tar
-**Step 6 - binaries**
+**Step 5 - binaries**
::
# Following step will download rke, kubectl and helm binaries
./build/download/download.py --http ./build/data_lists/infra_bin_utils.sh ../resources/downloads
-**Step 7 - rpms**
+**Step 6 - rpms**
::
@@ -303,7 +296,7 @@ ToDo: complete and verified list of http files will come just during/after vFWCL
createrepo ../resources/pkg/rhel
-**Step 8 - pip packages**
+**Step 7 - pip packages**
::