summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2020-10-05 13:34:42 +0200
committerEdyta Krukowska <edyta.krukowska@nokia.com>2020-10-05 14:01:57 +0200
commite386474a684fb8b23eaca7fc6af786c1ffb457ac (patch)
tree7d36403b41031964763792fdc48b90c8236ca7d0 /docs
parent8e9c22154ee2cf9eec25d20965c7fee0aedf0a23 (diff)
Added VNF SDK installation instruction to documentation
Issue-ID: VNFSDK-647 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Idde4f2ffb853667c39a8a7c7914b35304b83480b
Diffstat (limited to 'docs')
-rw-r--r--docs/files/VNFSDK-Marketplace-userguide-installation.rst27
1 files changed, 25 insertions, 2 deletions
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:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~