From 2f3cdc37f8b78363805b40170b61d94f26b37b29 Mon Sep 17 00:00:00 2001 From: rsvij Date: Thu, 22 Oct 2020 11:52:19 +0200 Subject: [PATCH] Enhancing NG-UI to enable Juju operational view dashboard Change-Id: I3a3e3369d8209cb80c21f7eef5b402dd9ccee5d6 --- ... enable Juju operational view dashboard.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Release10/Enhancing NG-UI to enable Juju operational view dashboard.md diff --git a/Release10/Enhancing NG-UI to enable Juju operational view dashboard.md b/Release10/Enhancing NG-UI to enable Juju operational view dashboard.md new file mode 100644 index 0000000..27d1b1b --- /dev/null +++ b/Release10/Enhancing NG-UI to enable Juju operational view dashboard.md @@ -0,0 +1,33 @@ +# Enhancing NG-UI to enable Juju operational view dashboard + +## Proposers +Barath Kumar +Vijay R S + +## Type + +Feature + +## Target MDG/TF + +NG-UI, NBI, LCM, N2VC + +## Description + +Juju playes a vital role in configuring Network Functions in OSM. Juju applies its own architectural methods like, models, apps, units etc., +to deploy charms and manages it. If any user interested to view the operational components of juju the user is expected to use the CLI and +has a way of mapping a model to NS. +This functionality can be exposed to GUI to increase readability and since juju being key component of OSM exposing it to GUI enables better +user experience. + +NBI shall be levegared as single NB and newer OSM specific APIs can be designed and modelled in the NBI. N2VC being the VCA client utilized +to read the juju specific information and parse it visualise in the GUI. + +Functionalities planned to expose to NG-UI, +1) model view of all the deployed models +2) Apps, units, External consumed endpoint lists in a model(equates to an NS) +3) Allow to execute Day-2 operations in the Operational view dashboard. + +## Demo or definition of done + +NG-UI able to show the Juju Operational view dashboard of launched NS. \ No newline at end of file -- 2.17.1