X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Foverview.rst;h=6887469ad0f5ff7e367637dd7b36880de45c67c8;hb=1aa2b7f51392e7f97334315e443e4d08e08873a6;hp=52c95f2cfe48b78a76d07c961ae16e757d2775b8;hpb=616ea8d57a6dba93bc0d048301155c349c13f20c;p=portal%2Fnonrtric-controlpanel.git diff --git a/docs/overview.rst b/docs/overview.rst index 52c95f2..6887469 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -2,23 +2,30 @@ .. SPDX-License-Identifier: CC-BY-4.0 .. Copyright (C) 2020 Nordix -Control Panel Overview -====================== +Non-RT RIC Control Panel Overview +================================= -The Non-RT RIC Control Panel is a graphical user user interface that enables the user to manage the Policies in the -network. The Control Panel interacts with the Policy agent via a REST API. -The Control Panel generates its GUI from JSON schemas in a model driven fashion. +Graphical user interface with the following capabilities: -The Control Panel consists of a back end implemented as a Java Spring Boot application and a fronted developed using the -Angular framework. +* View and Manage A1 policies in the RAN (near-RT-RICs) +* Graphical A1 policy creation/editing is model-driven, based on policy type’s JSON schema +* View and manage producers and jobs for the Enrichment coordinator service +* Configure A1 Policy Management Service (add/remove near-rt-rics) + +The Control Panel frontend interacts with the A1 Policy Management Service and A1 Enrichment Information Coordinator +(REST NBIs) via a service exposure gateway, the Nonrtric Gateway. The frontend is developed using the Angular framework. +The Gateway is a Spring Cloud Gateway that provides an API Gateway for all the Non-RT-RIC Components. + +.. note:: + It is fully supported in Firefox and Chrome. Minor issues in Safari. + Not supported in Microsoft Edge and IE. Control Panel architecture -------------------------- The architecture of the Control Panel is as shown on the following picture: -.. image:: ./images/architecture.png +.. image:: ./images/ControlPanel_architecture.png :scale: 50 % -The Control Panel itself is split into the backend and the frontend, and can be deployed following the instructions in -the README.md file in the repo. \ No newline at end of file +The Control Panel can be deployed following the instructions in the Installation Guide.