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
9 SDN-R WT Service Configuration parameters
10 =========================================
12 ODL is operated as a cluster. The configuration settings must be the
13 same for each cluster node.
15 - `Sections <#SDN-RWTServiceConfigurationparameters-S>`__
17 - `toggleAlarmFilter <#SDN-RWTServiceConfigurationparameters-t>`__
18 - `devicemonitor <#SDN-RWTServiceConfigurationparameters-d>`__
20 Backgrounds regarding the container inter structure is described
21 in \ `SDN-R Docker Image configuration <sdnr_Docker_Image_configuration.rst>`__.
23 The configuration information of sdnr wireless transport parameters are
26 For different devicemanager services, like DeviceMonitor there are
27 individual sections in the configuration file available.
29 Configuration file location:
30 ***$ODL\_HOME/etc/devicemanager.properties***
32 If SDN-R WT is starting
34 - and the file exists, the configuration is used.
35 - if it does not exist it will be created with the default parameters.
37 Below an example of the content.
41 .. code-block:: javascript
50 esArchiveCheckIntervalSeconds=0
51 esArchiveLifetimeSeconds=2592000
55 dcaeUserCredentials=admin:admin
56 dcaeHeartbeatPeriodSeconds=120
61 aaiHeaders=["X-TransactionId: 9999"]
62 aaiDeleteOnMountpointRemove=false
63 aaiTrustAllCerts=false
67 aaiClientConnectionTimeout=30000
68 aaiPcks12ClientCertFile=
69 aaiPcks12ClientCertPassphrase=
76 SeverityconnectionLossOAM=Major
77 SeverityconnectionLossMediator=Major
78 SeverityconnectionLossNeOAM=Major
86 Configure toggle alarm filter.
88 taEnabled=true taDelay=3000
90 +-----------------+---------------+---------------+----------------+------------------------------------------------------+
91 | **Parameter** | **Values** | **Default** | **Unit** | **Description** |
92 +=================+===============+===============+================+======================================================+
93 | taEnabled | true, false | false | | Enable or disable this service |
94 +-----------------+---------------+---------------+----------------+------------------------------------------------------+
95 | taDelay | number | | milliseconds | Integration time to take over the new alarm status |
96 +-----------------+---------------+---------------+----------------+------------------------------------------------------+
101 Configure alarm severity of related alarms, generated by Device Monitor.
103 `SDNC-616 <https://jira.onap.org/browse/SDNC-616>`__ - SDN-R WT app need to change alarm severity "Configurable" for ConnectionLossxxx alarm family (received from Mediator) , when it passed to DCAE VES collector.
106 Syntax: Parameter=Value
108 Example: SeverityconnectionLossOAM=Major
110 +----------------------------------+-----------------------------------------------+---------------+------------+--------------------------------------------------------------+
111 | Alarm | **Values** | **Default** | **Unit** | **Description** |
112 +==================================+===============================================+===============+============+==============================================================+
113 | SeverityconnectionLossOAM | NonAlarmed, Warning, Minor, Major, Critical | Major | | SDN-Controller <> Mediator |
114 | | | | | Mountpoint monitoring. Indicates a not connected mounpoint |
115 +----------------------------------+-----------------------------------------------+---------------+------------+--------------------------------------------------------------+
116 | SeverityconnectionLossMediator | NonAlarmed, Warning, Minor, Major, Critical | Major | | SDN-Controller <> NetworkElement |
117 | | | | | Device monitoring. No LTPs provided |
118 +----------------------------------+-----------------------------------------------+---------------+------------+--------------------------------------------------------------+
119 | SeverityconnectionLossNeOAM | NonAlarmed, Warning, Minor, Major, Critical | Major | | SDN-Controller <> NetworkElement |
120 | | | | | Device monitoring. SSH Connetion, Core model not answering |
121 +----------------------------------+-----------------------------------------------+---------------+------------+--------------------------------------------------------------+