diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/index.html b/html/index.html index fc01d0b6..f3571dac 100644 --- a/html/index.html +++ b/html/index.html @@ -119,7 +119,7 @@ GLOBAL_INJECTED_PUBLIC_NET_ID = "971040b2-7059-49dc-b220-4fab50cb2ad4" <b> Not working. </b> : <a href="http://healthcheck:zb!XztG34@pdp.onap:6969/healthcheck"> Healthcheck </a> <p> - <h2> MSO </h2> + <h2> SO </h2> <a href="http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@so.onap:9990/"> JBOSS GUI </a> with admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U <p> @@ -173,7 +173,7 @@ GLOBAL_INJECTED_PUBLIC_NET_ID = "971040b2-7059-49dc-b220-4fab50cb2ad4" <a href="ssh://portal-app.onap"> Portal </a><p> <a href="ssh://dcae-healthcheck.onap"> DCAE </a><p> <a href="ssh://appc.onap"> APP-C </a><p> - <a href="ssh://so.onap"> MSO </a><p> + <a href="ssh://so.onap"> SO </a><p> <a href="ssh://sdnc.onap"> SDN-C </a><p> <a href="ssh://vid.onap"> VID </a><p> <a href="ssh://message-router.onap"> Message Router </a><p> @@ -183,7 +183,7 @@ GLOBAL_INJECTED_PUBLIC_NET_ID = "971040b2-7059-49dc-b220-4fab50cb2ad4" Inside the VM you can list the docker containers by typing: <p> docker ps <p> and can get a shell prompt by executing the bash command. - For example: <p> docker exec -it openecompete_container bash <p> + For example: <p> docker exec -it onapete_container bash <p> |