diff options
author | 2019-05-16 17:38:12 +0000 | |
---|---|---|
committer | 2019-05-16 17:38:12 +0000 | |
commit | 846e2e3ab2b9d7ed75f9f51e141684cd7d0917aa (patch) | |
tree | 991d1c206ebbef5fda092870e648f47eacaa3323 /docs/guides/onap-user/onapportal.rst | |
parent | b249d25f1296bfb5e610b51ee223ef27e2400769 (diff) | |
parent | b1a0c9d80ecf994f3f086196dab26a8824736041 (diff) |
Merge ""Using Onap" section content and structure changed to reflect content and structure of the wiki Fixed missing CLI section Issue-ID: DOC-450"
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>`_ |