diff options
author | andreasgeissler <andreas-geissler@telekom.de> | 2018-11-30 14:20:46 +0000 |
---|---|---|
committer | andreasgeissler <andreas-geissler@telekom.de> | 2018-11-30 14:20:46 +0000 |
commit | 4a618bad8be5ab9936e440f147bef538fdf8879b (patch) | |
tree | 241996e739ddc47f65df6e7f46157a7fd789fdc6 | |
parent | 3c8ecaca5fa50a8ee1fe26f6f59be8feff4dc343 (diff) |
Add missing notes to etc/hosts
Added missing entries in the /etc/hosts to use the portal
and hints to use the HTTPS URL
Issue-ID: OOM-1368
Change-Id: I48b1c88cec7b91bf37cb696b11c6de29e4c7458d
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
-rw-r--r-- | docs/oom_user_guide.rst | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index cac2710869..ea658f0893 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -381,16 +381,31 @@ below:: 10.12.6.155 portal.api.simpledemo.onap.org 10.12.6.155 vid.api.simpledemo.onap.org 10.12.6.155 sdc.api.fe.simpledemo.onap.org + 10.12.6.155 sdc.workflow.plugin.simpledemo.onap.org + 10.12.6.155 sdc.dcae.plugin.simpledemo.onap.org 10.12.6.155 portal-sdk.simpledemo.onap.org 10.12.6.155 policy.api.simpledemo.onap.org 10.12.6.155 aai.api.sparky.simpledemo.onap.org 10.12.6.155 cli.api.simpledemo.onap.org 10.12.6.155 msb.api.discovery.simpledemo.onap.org + 10.12.6.155 msb.api.simpledemo.onap.org + 10.12.6.155 clamp.api.simpledemo.onap.org + 10.12.6.155 so.api.simpledemo.onap.org Ensure you've disabled any proxy settings the browser you are using to access -the portal and then simply access the familiar URL: -http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm +the portal and then simply access now the new ssl-encrypted URL: +https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm +.. note:: + Using the HTTPS based Portal URL the Browser needs to be configured to accept + unsecure credentials. + Additionally when opening an Application inside the Portal, the Browser + might block the content, which requires to disable the blocking and reloading + of the page + +.. note:: + Besides the ONAP Portal the Components can deliver additional user interfaces, + please check the Component specific documentation. .. note:: |