diff options
author | 2019-06-26 10:46:26 +0000 | |
---|---|---|
committer | 2019-06-26 10:46:26 +0000 | |
commit | 9591bbf978d8e738143f4a94b6df7045e4074f78 (patch) | |
tree | 93842191cfbb0487072026f348aab8f49492efdb /docs | |
parent | 1dd72bddf480e3af3b82ce7863d9397dc9c71003 (diff) | |
parent | 61d7bfee9cf357ee4846ea2839d2be9aab2aa253 (diff) |
Merge changes from topic "bin_utils"
* changes:
Fix tests for binaries preparation in installation steps
Add binaries preparation to installation steps
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BuildGuide.rst | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index cfddcc99..54878626 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -122,20 +122,7 @@ Following steps are still required and are not supported by current version of d ToDo: complete and verified list of http files will come just during/after vFWCL testcase - -**Step 4 - Binaries** - -:: - - # Binaries are downloaded in step one but some post processing is still needed. - # This will be improved in future in installer itself - - tar -xf ../resources/downloads/helm-v2.12.3-linux-amd64.tar.gz linux-amd64/helm -O > ../resources/downloads/helm - rm -f ../resources/downloads/helm-v2.12.3-linux-amd64.tar.gz - mv ../resources/downloads/rke_linux-amd64 rke - - -**Step 5 - Create repo** +**Step 4 - Create repo** :: @@ -304,11 +291,8 @@ ToDo: complete and verified list of http files will come just during/after vFWCL :: - # Following step will download and prepare rke, kubectl and helm binaries + # Following step will download rke, kubectl and helm binaries ./build/download/download.py --http ./build/data_lists/infra_bin_utils.sh ../resources/downloads - tar -xf ../resources/downloads/helm-v2.12.3-linux-amd64.tar.gz linux-amd64/helm -O > ../resources/downloads/helm - rm -f ../resources/downloads/helm-v2.12.3-linux-amd64.tar.gz - mv ../resources/downloads/rke_linux-amd64 rke **Step 7 - rpms** |