aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/pnfConfig.rst
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-04-03 17:24:29 +0200
committerDan Timoney <dtimoney@att.com>2019-04-09 14:13:29 +0000
commit092189e83c4bd470b9232380dd1a33c63a035606 (patch)
tree5d296af1e01f79b0d05dd1fec29c3ba78229c54b /docs/guides/onap-user/pnfConfig.rst
parent3ebc1c63fb2e5c62eb52da140cc326fbc271aab0 (diff)
SDN-R read2docs
Add docs folder and project with src Change-Id: I0299c5984c747a40a8dd1e3f79479b9e9d729d50 Issue-ID: SDNC-683 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'docs/guides/onap-user/pnfConfig.rst')
-rw-r--r--docs/guides/onap-user/pnfConfig.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/guides/onap-user/pnfConfig.rst b/docs/guides/onap-user/pnfConfig.rst
new file mode 100644
index 000000000..f751255d4
--- /dev/null
+++ b/docs/guides/onap-user/pnfConfig.rst
@@ -0,0 +1,26 @@
+.. contents::
+ :depth: 3
+..
+
+Configuration
+=============
+
+The application shows the actual values of all attributes of the
+ONF-TR-532 for a selected physical network function (PNF). Each view of
+a functional element is divide 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.
+
+Implementation
+--------------
+
+The applications are implemented as OpenDaylight-DLUX web application
+using the RestConf northbound interface of the SDN controller. The key
+frameworks are: Maven, Angular.js, Bootstrap and UI-Grid.
+
+Connections status information are updated automatically due to a web
+socket for notifications from OpenDaylight to the browser.