diff options
author | Michal Banka <michal.banka@nokia.com> | 2021-02-03 12:12:11 +0100 |
---|---|---|
committer | Michal Banka <michal.banka@nokia.com> | 2021-02-03 12:12:30 +0100 |
commit | 62c31ce8e5bb7079305682eac54d78752e2bf2a5 (patch) | |
tree | e2e9a4bc79854052d2b5c9967579fa2ecab36de0 /docs/files | |
parent | a229deaafe420c122c383805df9aadfe10f0ff64 (diff) |
Update installation userguide
Change-Id: I7fb237fe6f4bae867ec794568cedbcf6c75e9f83
Signed-off-by: Michal Banka <michal.banka@nokia.com>
Issue-ID: DCAEGEN2-2574
Diffstat (limited to 'docs/files')
-rw-r--r-- | docs/files/VNFSDK-Marketplace-userguide-installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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: |