summaryrefslogtreecommitdiffstats
path: root/docs/platform/architecture.rst
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-11-06 15:13:17 -0500
committerChris Lott <cl778h@att.com>2017-11-06 20:15:03 +0000
commit881d219f34ba287e24ce74402e2c56dcbdd49991 (patch)
treec105a017df754975c2cf352558588b847a4e7970 /docs/platform/architecture.rst
parentff3619ea67dd2f008b2378f59511f3a22ce23177 (diff)
Release notes for R1/Amsterdam/1.3.0
Issue: PORTAL-141 Change-Id: I15540167d1205230515c7cb4e8030314f4bd6a3b Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'docs/platform/architecture.rst')
-rw-r--r--docs/platform/architecture.rst23
1 files changed, 23 insertions, 0 deletions
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