From 881d219f34ba287e24ce74402e2c56dcbdd49991 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 6 Nov 2017 15:13:17 -0500 Subject: Release notes for R1/Amsterdam/1.3.0 Issue: PORTAL-141 Change-Id: I15540167d1205230515c7cb4e8030314f4bd6a3b Signed-off-by: Christopher Lott (cl778h) --- docs/platform/PortalArchDiagram.jpg | Bin 0 -> 527744 bytes docs/platform/PortalLandingPage.png | Bin 0 -> 150263 bytes docs/platform/architecture.rst | 23 +++++++++++++++++++++++ docs/platform/index.rst | 9 +++++++++ 4 files changed, 32 insertions(+) create mode 100644 docs/platform/PortalArchDiagram.jpg create mode 100644 docs/platform/PortalLandingPage.png create mode 100644 docs/platform/architecture.rst create mode 100644 docs/platform/index.rst (limited to 'docs/platform') diff --git a/docs/platform/PortalArchDiagram.jpg b/docs/platform/PortalArchDiagram.jpg new file mode 100644 index 00000000..91195f80 Binary files /dev/null and b/docs/platform/PortalArchDiagram.jpg differ diff --git a/docs/platform/PortalLandingPage.png b/docs/platform/PortalLandingPage.png new file mode 100644 index 00000000..cb82df72 Binary files /dev/null and b/docs/platform/PortalLandingPage.png differ diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst new file mode 100644 index 00000000..324b5fff --- /dev/null +++ b/docs/platform/architecture.rst @@ -0,0 +1,23 @@ + .. This work is licensed under a Creative Commons Attribution 4.0 International License. + .. http://creativecommons.org/licenses/by/4.0 + + +Architecture +------------ + +.. contents:: + :depth: 3 + +PORTAL Platform + +The ONAP Portal is a platform that provides the ability to integrate different ONAP applications into a centralized Portal Core. The intention is to allow decentralized applications to run within their own infrastructure while providing common management services and connectivity. The Portal core provides capabilities including application onboarding & management, centralized access management, and hosted application widgets. Using the provided SDK, application developers can leverage the built-in capabilities (Services / API / UI controls) along with bundled tools and technologies. +.. image:: PortalArchDiagram.jpg + +The Portal provides a web-based user interface that provides access to all of the subsystems of an instance of ONAP. It offers both design-time tools and run-time monitoring and control. + +Any user seeking access to an ONAP application will first visit the Portal, where authentication will be performed. Based on the user’s configured access level, the Portal will let the user access different application widgets, and might also redirect the user to a specific run-time environment. + +From the Portal, users access applications and Key Performance Indicators. Administrators onboard and manage applications and hosted application widgets, and manage user access. + +Here are two views of the Portal landing screen, one for administrators, and one for users: +.. image:: PortalLandingPage.png diff --git a/docs/platform/index.rst b/docs/platform/index.rst new file mode 100644 index 00000000..8befd881 --- /dev/null +++ b/docs/platform/index.rst @@ -0,0 +1,9 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Portal Platform +--------------- + +.. toctree:: + :maxdepth: 1 + + architecture.rst -- cgit 1.2.3-korg