Add to_directory method to relevant object classes
[oam.git] / docs / config.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2020 highstreet technologies and others
4
5 .. contents::
6    :depth: 3
7 ..
8
9 Configuration
10 =============
11
12 The application shows the actual values of all attributes of the
13 ONF-TR-532 for a selected physical network function (PNF). Each view of
14 a functional element is divided into capabilities, configuration,
15 status, current problem, current performance and history performance
16 information according to TR-532.
17
18 A separate window is available for modifying the configuration. All
19 changes made are sent to the device in a single NetConf bulk request.
20 The operator is notified about successfully configuring the device.
21
22 Implementation
23 --------------
24
25 The application is implemented as ODLUX web application using the
26 RestConf northbound interface of the SDN controller. The key frameworks
27 are: Typescript, React and material-ui.
28
29 Connection status information is updated automatically using a web
30 socket for notifications from OpenDaylight to the browser.