From: Christopher Lott (cl778h) Date: Mon, 6 Nov 2017 21:46:54 +0000 (-0500) Subject: Correct image-include directive X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=cbee7324511a4406837d85f862c467b1474810b8;p=portal.git Correct image-include directive Issue: PORTAL-141 Change-Id: I26687b60a0c6170ef2dad05e36e9222d3a8e0246 Signed-off-by: Christopher Lott (cl778h) --- 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