From e386474a684fb8b23eaca7fc6af786c1ffb457ac Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Mon, 5 Oct 2020 13:34:42 +0200 Subject: Added VNF SDK installation instruction to documentation Issue-ID: VNFSDK-647 Signed-off-by: Edyta Krukowska Change-Id: Idde4f2ffb853667c39a8a7c7914b35304b83480b --- .../VNFSDK-Marketplace-userguide-installation.rst | 27 ++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/files/VNFSDK-Marketplace-userguide-installation.rst b/docs/files/VNFSDK-Marketplace-userguide-installation.rst index 8fb5764..086931d 100644 --- a/docs/files/VNFSDK-Marketplace-userguide-installation.rst +++ b/docs/files/VNFSDK-Marketplace-userguide-installation.rst @@ -11,8 +11,8 @@ Prerequisite All operations must be executed at RKE - log in at RKE. -How to install VNF SDK from OOM: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +How to install VNF SDK with ONAP from OOM: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **1. Uninstall all components** @@ -56,6 +56,29 @@ How to install VNF SDK from OOM: helm deploy dev 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 +How to update only VNF SDK component from OOM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +**1. Uninstall VNF SDK Component** + + helm undeploy dev-vnfsdk --purge + +**2. Clear all what have left** + + sudo rm -rf /dockerdata-nfs/dev/vnfsdk/ + +**3. After changes in component in directory oom/kubernetes execute:** + + make vnfsdk + + NOTE: + 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** + + 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 + How to upgrade Refrepo in VNF SDK from OOM: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit 1.2.3-korg