aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/pnfConfig.rst
blob: b2637e56a9fe58e13c57982f8dc3644279193da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. contents::
   :depth: 3
..

Configuration
=============

The application rely on yang-specifications provided by the device. It
is Generic and generated user interface, generated by yang specs and
capabilites of a device. Each view of a functional element is divided
into capabilities, configuration, status, current problem, current
performance and history performance information according to TR-532.

A separate window is available for modifying the configuration. All
changes made are sent to the device in a single NetConf bulk request.
The operator is notified about successfully configuring the device.

Features
--------

Read yang specifications and generate related User interface out of it

-  Provide yang description as tool tip for fields

-  Consider specified type for input fields

-  Provide read and write access

Implementation
--------------

The application is implemented as ODLUX web application using the
RestConf northbound interface of the SDN controller. The key frameworks
are: Typescript, React and material-ui.

Connection status information is updated automatically using a web
socket for notifications from OpenDaylight to the browser.