diff options
Diffstat (limited to 'docs/OOM_and_HEAT_based_deployment.rst')
-rw-r--r-- | docs/OOM_and_HEAT_based_deployment.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/OOM_and_HEAT_based_deployment.rst b/docs/OOM_and_HEAT_based_deployment.rst index ab9bc59d..d7efdf16 100644 --- a/docs/OOM_and_HEAT_based_deployment.rst +++ b/docs/OOM_and_HEAT_based_deployment.rst @@ -7,10 +7,10 @@ CLI deployment using OOM and HEAT ================================= -ONAP CLI is integrated with OOM and HEAT based ONAP deployment. +ONAP CLI deployment is enabled with OOM and HEAT based ONAP installation. -HEAT based deployment ---------------------- +OpenStack HEAT based deployment +------------------------------ As part of HEAT based deployment, ONAL CLI docker image is integrated into ONAP Portal and when portal_vm is successfully installed, it will be available at http://portal.api.simpledemo.openecomp.org:8080 @@ -21,3 +21,7 @@ To troubleshoot any issues in CLI, please login to portal_vm and CLI docker runs OOM based deployment -------------------- ONAL CLI docker image is integrated with OOM and is available under name 'cli' + +Once successfully installed, CLI is available under onap-cli name-space. So user can access the CLI at +http://<k8s-host>:30260 + |