diff options
author | ramagp <ramakrishnagp@aarnanetworks.com> | 2020-08-25 16:45:33 +0000 |
---|---|---|
committer | Ramakrishna G P <ramakrishnagp@aarnanetworks.com> | 2020-11-30 12:35:26 +0000 |
commit | 6f1be7a85bf130b05346b2327e3a022359d77e9f (patch) | |
tree | 2fa538b12d83a8e333ce4aa91e1b2f4b85068b52 /docs/oom_quickstart_guide.rst | |
parent | f5620211cd946fdddf6cfab4c4551394668c7491 (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>
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-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 bc4329e0d5..2080ba4066 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -231,6 +231,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 :: |