Approved by the TSC on  TSC 2022-12-08

Project Common Name: portalng

Project Overview:

Project description:

Background

ONAP had a portal project but this project was terminated and archived. PortalNG is supposed to be a new start and fill the gap.

Deutsch Telekom AG (DTAG) is developing a portal for their own use cases to accomodate their particular needs of a single point to start interaction with network automation.
Goal is to solve specific network requirements for ORAN while staying generic enough to cater for future use cases in other network areas.

Consequently the generic parts of the DTAG porta could be reused by the ONAP community as the inital core of a successor of the portal with the project name "cockpit".

The state of the DT portal was presented in an LFN session and video and slides can be found here.

Project goal and vision

Provide a state of the art web based GUI that serves as the first discovery point for the ONAP framework, it's existing web applications and functions.

Onboard users with an adaptive GUI following a "grow as you go" approach covering "playful discovery" up to expert mode.

Wherever possible hide complexity of network automisation by guiding the user. 

Provide a framework for user administration and user authorization.

Scope and benefits for ONAP

Available starting point for current ONAP

  • Build on top of an existing and tested base implementation that was developed during the last 18 month by a scrum team at DTAG
  • As a web based GUI it will serve as a discovery point for the existing ONAP system web GUIs 
  • Support for internationalization
  • Support for theme implementation


Scope:

In Scope: Please provide an overview of the intended scope of the project over several years, not just what you hope to accomplish for the project's first release.

  • Starting point for user management and authorization
  • App starter for discovery and access of ONAP applications
  • Dashboard for status of ONAP services in cloud
  • History of portal actions
  • Model discovery
  • Model instantiation
  • Instance managment
  • Topology view
  • Develop into a framework to provide generic network automation while enabling specific domain functions

Out of Scope

Features / functionality being developed

    • 1st release content: Initial PoC
    • 2nd release content: Full project. First existing ONAP applications enabled to build on authorization
    • 3rd release content: 

New interface/API specifications proposed

None

Architecture Alignment:


Architecture Review

All project proposals require an review by the Architecture subcommittee BEFORE being submitted to the TSC.  The questions in this section need to be filled in by the time you meet with the Arch subcommittee.


Architectural Fit

    • How does this project fit into the rest of the ONAP Architecture?
    • Architecture diagram of your project: 
    • What upstream ONAP projects does this project depend on? 
    • What downstream ONAP projects are expected to leverage this project?
    • Project & Component Overlay:  

PortalNG will provide the portal component that is already forseen in the ONAP architecture blueprint.


PortalNG internal architecture

The PortalNG architecture is centered around microservices that will be invoked by a single page application running in the users browser.

Currently each of them is an a separate repository.

The two main parts are the Portal Frontend an Angular application and the "Backend For Frontend" BFF micros service.

The Portal Backend wraps up the "business logic" to provide simplified REST endpoints for the frontend. To provide the logic the Portal Backend will connect to various ONAP services.

NOTE: The architecture provided below shows 

Tech stack

The PortalNG is developed:

  • as a Single Page web application using the Angular framework for it's frontend services
  • with a backend service based on Java 11 and spring boot
  • using web services for it's components

It uses plain vanilla

  • KeyCloak server for Identity and Access Managmenet
  • NGINX as a reverse proxy e.g. for deliveing the single page application
  • MongoDB to store preferences and history entries



  • Interoperability  

    • SDO (Standards Developing Organization) specifications supported: 
    • APIs/Interfaces:
      • http/https northbound towards web browser
      • southbound ONAP APIs used as they are
    • Information/data models:
      • Relies on customer data from keycloak
      • Current approach is to work dataless except for caching southbound requests
    • If there is an existing ONAP project that does something similar to this project explain why this being a new stand-alone project?
      • ONAP project is unmaintained. Telekom has a portal it uses internally and would like to donate parts of it's code


  • Other Dependencies

    • Upstream open source projects:
      • Keycloak 
      • NGINX
      • MongoDB
    • Non ONAP APIs/Interfaces:
      • KeyCloak
    • Specific IDE integration requirements:
      • None
    • Integration Testing: 
      • TBD and aligned with existing ONAP processes. Extensive E2E tests for DT use cases existing but not yet stripped down for smaller feature set
    • etc.

Community Alignment:

  • Vendor Neutrality:
    • The PortalNG does not include any vendor specific code nor require any vendor specific integrations (e.g. Element Manager)
  • Seed code Location (if any):
    • In-House
  • If "In-House" please answer the the following questions:
    • Code is ready to be uploaded
      • Theoretically yes
    • Approved by project leadership team
      • approval from DT open source responsible available, approval from DT project lead available
    • All proprietary trademarks, logos, product names and internal company secrets were removed
      • yes
  • No waivers to ONAP policies (including IPR) are required by this project.

    TODO
  • Plan for providing education to onboard the ONAP developer community : Currently no plan available for this.

    TODO

Jira Information:

Facts

Info

Jira Project Name
Jira Key
Project ID
Link to Wiki Space (if 

Release Components: (add/delete rows as necessary)

Component Name

Repository name

Component Description

portal-ui
The Portal user interface is an Angular web application 
portal-bff
The Portal Backend for Frontend (BFF) bundles all API access for the portal-ui and reduces the complexity of API calls for the UI. It is a proxy application that in some cases aggregates multiple calls to southbound systems (the ONAP systems) and also potentially passes less complex objects to the UI.
portal-prefs
The portal-prefs is a spring boot backend application that serves user preferences, like column order of data tables in the portal-ui or which dashboard component is viewed on which place in the portal-ui. The data are stored in the portal-prefs-db.
portal-history
The portal-history is a spring boot backend application that server user history, such as info about user searches, instantiations, deletions. This data is stored for predefined amount of time (for example 72 hours) then they are automatically deleted.
portal-bff-cache


FUTURE ROADMAP

The "portal-bff cache" caches certain responses received from systems such as: A&AI, SDC, CDS.

The cached "REST requests" contain the data for required by the portal-ui for:  

  • "Service Instances" (A&AI),
  • "Model Deployment" (SDC),
  • "Treeview" (A&AI),
  • "Topology View" (A&AI).

The request from the portal-ui will get the response from the cache if available. The cache will be refreshed after each request too. 

Resources committed to the project: (add/delete rows as necessary)

Role

Name (use @ macro)

Linux Foundation ID

Email Address

Location

PTL



CommittersFiete Ostkamp
Münster/Germany

Stefan Rothmajer

stefan.rothmajer@telekom.com

Kosice/Slovakia

Stefan Dierichs
s.dierichs@telekom.deMünster/Germany

Marian Vaclavik
marian.vaclavik@telekom.comKosice/Slovakia

Andreas Geißler
Köln/Germany

Georg Schweflinghaus
georg.schweflinghaus@telekom.deBonn/Germany
Other Contributors























1 Comment

  1. Hi, Where can I check the status of this project?