From f0e855394b25d523644d935115bd8adb857708cf Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Tue, 6 Oct 2020 10:15:40 +0200 Subject: Added missing instruction VNF SDK installation documentation Issue-ID: VNFSDK-647 Signed-off-by: Edyta Krukowska Change-Id: I26dd7d6db837714837ea6b00089d89a5e109afa1 --- docs/files/VNFSDK-Marketplace-userguide-installation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit 1.2.3-korg