Rich Bennett | 5baea46 | 2017-09-13 03:19:19 -0400 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
Rich Bennett | b921b99 | 2017-11-17 08:28:37 -0500 | [diff] [blame] | 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | .. Copyright 2017 AT&T Intellectual Property. All rights reserved. |
Rich Bennett | 5baea46 | 2017-09-13 03:19:19 -0400 | [diff] [blame] | 4 | |
Rich Bennett | a4bb1e7 | 2018-04-11 16:47:49 -0400 | [diff] [blame] | 5 | |
| 6 | ONAP Portal |
Rich Bennett | 8c40147 | 2017-11-18 10:14:21 -0500 | [diff] [blame] | 7 | =========== |
Rich Bennett | a4bb1e7 | 2018-04-11 16:47:49 -0400 | [diff] [blame] | 8 | The ONAP Portal integrates different ONAP applications in one place. |
| 9 | The Portal platform provides common management services and |
| 10 | connectivity, while the applications run separately. |
Rich Bennett | b921b99 | 2017-11-17 08:28:37 -0500 | [diff] [blame] | 11 | |
Rich Bennett | a4bb1e7 | 2018-04-11 16:47:49 -0400 | [diff] [blame] | 12 | From the Portal, users access applications. Administrators |
| 13 | onboard and manage applications and widgets, and manage user access. |
Rich Bennett | b921b99 | 2017-11-17 08:28:37 -0500 | [diff] [blame] | 14 | |
Rich Bennett | a4bb1e7 | 2018-04-11 16:47:49 -0400 | [diff] [blame] | 15 | The Portal SDK for application developers includes bundled tools, |
| 16 | technologies, and built-in capabilities such as services, APIs, |
| 17 | and UI controls. Existing applications can migrate to the Portal |
| 18 | with the provided APIs and libraries. |
Welch, Lorraine (lb2391) | 23660a4 | 2019-01-14 11:49:06 -0500 | [diff] [blame] | 19 | See Portal SDK_. |
| 20 | |
| 21 | .. _SDK: https://docs.onap.org/en/latest/submodules/portal.git/docs/tutorials/portal-sdk/index.html |
Rich Bennett | a4bb1e7 | 2018-04-11 16:47:49 -0400 | [diff] [blame] | 22 | |
| 23 | Access the ONAP Portal |
| 24 | ---------------------- |
| 25 | |
| 26 | Access the ONAP Portal using a browser such as Mozilla Firefox or |
| 27 | Google Chrome. The URL is dependent on a specific ONAP platform |
| 28 | deployment. |
| 29 | |
| 30 | From the Portal, users access applications directly or by |
| 31 | function using the Manage menu. |
| 32 | |
| 33 | .. figure:: onap-portal-home.png |
| 34 | :width: 900 px |
| 35 | :height: 600 px |
| 36 | |
| 37 | |
| 38 | Roles in the ONAP Portal |
| 39 | ------------------------ |
| 40 | The Portal displays different menus for the following roles: |
| 41 | |
| 42 | * User |
| 43 | |
| 44 | * Portal Administrator |
| 45 | |
| 46 | * Application Administrator |
| 47 | |
| 48 | * Governor |
| 49 | |
| 50 | * Operator |
| 51 | |
| 52 | Each application also defines a distinct set of user roles. |
| 53 | See Users. |
| 54 | |
| 55 | See also |
| 56 | -------- |
| 57 | |
| 58 | * `Applications in the Portal <https://wiki.onap.org/x/h4sP>`_ |