diff options
author | thmsdt <thomas.kulik@telekom.de> | 2019-05-16 15:47:49 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2019-05-16 17:36:03 +0200 |
commit | b1a0c9d80ecf994f3f086196dab26a8824736041 (patch) | |
tree | 3ab6bf30ac6f1a5763b5bdb7e679b43635e5adfd /docs/guides/onap-user/onapportal.rst | |
parent | a4811083fd4fa2af2ed1edafe2c3dea495ceb7f9 (diff) |
"Using Onap" section content and structure changed to reflect content and structure of the wiki
Fixed missing CLI section
Issue-ID: DOC-450
Change-Id: I2ad3f57e854e9e64023887fa54656d8f01bf87e0
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/guides/onap-user/onapportal.rst')
-rw-r--r-- | docs/guides/onap-user/onapportal.rst | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/guides/onap-user/onapportal.rst b/docs/guides/onap-user/onapportal.rst new file mode 100644 index 000000000..8c1107bb4 --- /dev/null +++ b/docs/guides/onap-user/onapportal.rst @@ -0,0 +1,58 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + +ONAP Portal +=========== +The ONAP Portal integrates different ONAP applications in one place. +The Portal platform provides common management services and +connectivity, while the applications run separately. + +From the Portal, users access applications. Administrators +onboard and manage applications and widgets, and manage user access. + +The Portal SDK for application developers includes bundled tools, +technologies, and built-in capabilities such as services, APIs, +and UI controls. Existing applications can migrate to the Portal +with the provided APIs and libraries. +See Portal SDK_. + +.. _SDK: https://docs.onap.org/en/latest/submodules/portal.git/docs/tutorials/portal-sdk/index.html + +Access the ONAP Portal +---------------------- + +Access the ONAP Portal using a browser such as Mozilla Firefox or +Google Chrome. The URL is dependent on a specific ONAP platform +deployment. + +From the Portal, users access applications directly or by +function using the Manage menu. + +.. figure:: onap-portal-home.png + :width: 900 px + :height: 600 px + + +Roles in the ONAP Portal +------------------------ +The Portal displays different menus for the following roles: + +* User + +* Portal Administrator + +* Application Administrator + +* Governor + +* Operator + +Each application also defines a distinct set of user roles. +See Users. + +See also +-------- + +* `Applications in the Portal <https://wiki.onap.org/x/h4sP>`_ |