summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-11-06 16:46:54 -0500
committerChristopher Lott (cl778h) <clott@research.att.com>2017-11-06 16:47:14 -0500
commitcbee7324511a4406837d85f862c467b1474810b8 (patch)
tree541d3128e0e5b62de3803e839ebf0d7ad89c9bde
parent5c61909bbc2c9d00f645b43385ce93bef0b3482c (diff)
Correct image-include directive
Issue: PORTAL-141 Change-Id: I26687b60a0c6170ef2dad05e36e9222d3a8e0246 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--docs/platform/architecture.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index 324b5fff..66658e7c 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -1,16 +1,16 @@
- .. This work is licensed under a Creative Commons Attribution 4.0 International License.
- .. http://creativecommons.org/licenses/by/4.0
-
-
+.. 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
-
+**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.
@@ -20,4 +20,5 @@ Any user seeking access to an ONAP application will first visit the Portal, wher
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