diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-12-01 19:24:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-01 19:24:53 +0000 |
commit | fcbecbd79e4b3b66ae23923ca5ae322c8d9a0e51 (patch) | |
tree | 777059d9ebf79322a6c139953312f98b1dcd1a70 /docs | |
parent | 3313f13b9206d358710576e1a14dc04b35e81ca6 (diff) | |
parent | 32cca3df82bb530b3a466b32d241872a71beedbf (diff) |
Merge "[DOC] Update OOM Quick Start Guide documentation section" into guilin
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 f9693c9d75..28d3597923 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -236,6 +236,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 :: |