diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2020-10-06 10:15:40 +0200 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2020-10-06 10:15:40 +0200 |
commit | f0e855394b25d523644d935115bd8adb857708cf (patch) | |
tree | 6cd7e94667081e0f89d34a75e52fee5f5c118cf1 /docs/files | |
parent | e386474a684fb8b23eaca7fc6af786c1ffb457ac (diff) |
Added missing instruction VNF SDK installation documentation
Issue-ID: VNFSDK-647
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I26dd7d6db837714837ea6b00089d89a5e109afa1
Diffstat (limited to 'docs/files')
-rw-r--r-- | docs/files/VNFSDK-Marketplace-userguide-installation.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/files/VNFSDK-Marketplace-userguide-installation.rst b/docs/files/VNFSDK-Marketplace-userguide-installation.rst index 086931d..16b294e 100644 --- a/docs/files/VNFSDK-Marketplace-userguide-installation.rst +++ b/docs/files/VNFSDK-Marketplace-userguide-installation.rst @@ -75,7 +75,13 @@ How to update only VNF SDK component from OOM This folder is in /home/ubuntu folder If you need to change a refrepo image or do other modifications, you need to make changes in values.yaml. Mentioned file is in /home/ubuntu/oom/kubernetes/vnfsdk. -**4. Install ONAP on lab** + +**4. Then you have to make entire ONAP project** + + make onap -e SKIP_LINT=TRUE + + +**5. Install ONAP on lab** helm deploy dev-vnfsdk local/onap --namespace onap -f onap/resources/overrides/onap-all.yaml -f ./openstack-30-elalto.yaml --timeout 1000 --verbose 2>&1 | tee ~/helm-installation-manual.log |