From 62c31ce8e5bb7079305682eac54d78752e2bf2a5 Mon Sep 17 00:00:00 2001 From: Michal Banka Date: Wed, 3 Feb 2021 12:12:11 +0100 Subject: Update installation userguide Change-Id: I7fb237fe6f4bae867ec794568cedbcf6c75e9f83 Signed-off-by: Michal Banka Issue-ID: DCAEGEN2-2574 --- docs/files/VNFSDK-Marketplace-userguide-installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/files') diff --git a/docs/files/VNFSDK-Marketplace-userguide-installation.rst b/docs/files/VNFSDK-Marketplace-userguide-installation.rst index 16b294e..440f503 100644 --- a/docs/files/VNFSDK-Marketplace-userguide-installation.rst +++ b/docs/files/VNFSDK-Marketplace-userguide-installation.rst @@ -53,7 +53,7 @@ How to install VNF SDK with ONAP from OOM: otherwise: - 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 + helm deploy dev local/onap --namespace onap -f onap/resources/overrides/onap-all.yaml -f ./openstack-30-elalto.yaml --timeout 1000s --verbose 2>&1 | tee ~/helm-installation-manual.log How to update only VNF SDK component from OOM @@ -83,7 +83,7 @@ How to update only VNF SDK component from OOM **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 + helm deploy dev-vnfsdk local/onap --namespace onap -f onap/resources/overrides/onap-all.yaml -f ./openstack-30-elalto.yaml --timeout 1000s --verbose 2>&1 | tee ~/helm-installation-manual.log How to upgrade Refrepo in VNF SDK from OOM: -- cgit 1.2.3-korg