Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Abstract

The 'Connect' ux-application shows up-to-date infomation about the connection status from ONAP-CCSDK to netconf-servers. 

Related issues

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDNC-581


nodeId vs mountpointId vs deviceName vs pnfId vs network-element-name vs ip-address

Several information and data models describing the same "thing" but focus on different views or aspects. Identifiers of the such "thing" may have different names but its value s the same.

...

GeneralTelecomunicationITU-T G.771 = ONF TR 512AAI-API

Topology

  • List of nodes
  • List of eges

Network

  • List of NetworkElements
  • List of Links

Domain (to be verified)

  • List of ControlConstucts
  • List of Links

network

  • List of PNFs
  • List of physical-links


User documentation

The 'Connect' application provides up-to-date connectivity information about the wireless devices in the network. It automatically displays new network elements and their connection status. Despite the network elements usually automatically mount themselves, an additional small window allows manually mounting devices/mediators. For better understanding alarms and status, a connection status log lists all the connection status changes of OpenDaylight mount points.


Specification

“Connect” User Interface should be implemented to show the available Network elements

Below are the UI elements to be implemented.

The table view implements the common ux-framework-table supporting sorting, filtering and pagination on the server.

The graphical user interface should be divided into three different accordions/panels

  1. Required Network Elements
  2. Unknown Network Elements
  3. Connection Status Log

 button on the top right corner should be implemented to allow users to add/mount a device.

1.Required Network Elements:

Required Network Elements are physical network functions, which are planned or expected in the network. This means the identifier, IP addresses and its required configuration is well-known and available in a planning database or in ONAP A&AI.

This view also offers to manually configure/mount the device with the '+' icon. The SDN controller will then start connecting the Netconf server.

The “Required Network Elements” panel shows the table with the following columns:

  1. Name
  2. Connection Status
  3. Host
  4. Port
  5. Actions


2. Unknown Network Elements:

Most of the physical network function support an automatic registration procedure to the SDN controller. It may happen, that devices are connected to the SDN Controller but not available in planning data.

It might be a normal occurrence for very cheap devices, where an entire planning process to too expensive. But is may also happen that the identifier used in planning process differ from the identifier currently configured in the device.

The “Unknown Network Elements” panel shows the table with the following columns:Name

  1. Connection Status
  2. Host
  3. Port
  4. Core Model
  5. Air Interface
  6. Actions


3. Connection Status Log:

The log lists the connections status changes between SDN Controller and NetConf servers (devices).

The “Connection Status Log” panel shows the table with the following columns:

  1. Time
  2. Name
  3. Connection Status

The values are stored on an ElasticSearch database. The REST-API is provided by the ApiGateway.

  1. Required Network Elements: The index is “mwtn” the doctype is requirenetwork
  2. Connection Status Log: The index is “mwtn  the doctype is “eventlog”

The data for the unknown network elements panel should be fetched from the restConf.