diff options
author | ramagp <ramakrishnagp@aarnanetworks.com> | 2020-08-25 16:45:33 +0000 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-01 07:43:14 +0000 |
commit | 32cca3df82bb530b3a466b32d241872a71beedbf (patch) | |
tree | 261fceafb3e93cf674250b233e1f55c7246d5323 /docs | |
parent | 30d1d3a6eff0985ac1553da015c04f063d1607cc (diff) |
[DOC] Update OOM Quick Start Guide documentation section
This commit adds change to the Verify ONAP installation step to add
another command in oom_quickstart_guide documentation section.
Change-Id: I16ace8c330abdd7a073b8c5ca289522533b7522e
Issue-ID: OOM-2548
Signed-off-by: ramagp <ramakrishnagp@aarnanetworks.com>
(cherry picked from commit 6f1be7a85bf130b05346b2327e3a022359d77e9f)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 5c0d5127bd..fda7c2501b 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -235,6 +235,10 @@ for use:: > ~/oom/kubernetes/robot/ete-k8s.sh onap health + Launch Robot distribute health checks to verify whether ONAP runtime components are healthy:: + + > ~/oom/kubernetes/robot/ete-k8s.sh onap healthdist + **Step 10.** Undeploy ONAP :: |