SDN-R WT Service Configuration parameters

ODL is operated as a cluster. The configuration settings must be the same for each cluster node.

Backgrounds regarding the container inter structure is described in SDN-R Docker Image configuration.

The configuration information of sdnr wireless transport parameters are in a single file.

For different devicemanager services, like DeviceMonitor there  are individual sections in the configuration file available.

Configuration file location: *$ODL_HOME/etc/devicemanager.properties*

If SDN-R WT is starting

  • and the file exists, the configuration is used.

  • if it does not exist it will be created with the default parameters.

Below an example of the content.

  • Example

  •  1[toggleAlarmFilter]
     2taEnabled=true
     3taDelay=3000
     4
     5[es]
     6esCluster=sdnr
     7esArchiveCheckIntervalSeconds=0
     8esArchiveLifetimeSeconds=2592000
     9
    10[dcae]
    11dcaeUrl=off
    12dcaeUserCredentials=admin:admin
    13dcaeHeartbeatPeriodSeconds=120
    14
    15[aai]
    16aaiUrl=off
    17aaiUserCredentials=
    18aaiHeaders=["X-TransactionId: 9999"]
    19aaiDeleteOnMountpointRemove=false
    20aaiTrustAllCerts=false
    21aaiPropertiesFile=
    22aaiApiVersion=aai/v13
    23aaiApplicationId=SDNR
    24aaiClientConnectionTimeout=30000
    25aaiPcks12ClientCertFile=
    26aaiPcks12ClientCertPassphrase=
    27
    28[pm]
    29pmEnabled=true
    30pmCluster=sdnr
    31
    32[devicemonitor]
    33SeverityconnectionLossOAM=Major
    34SeverityconnectionLossMediator=Major
    35SeverityconnectionLossNeOAM=Major
    

Sections

toggleAlarmFilter

Configure toggle alarm filter.

taEnabled=true taDelay=3000

Parameter

Values

Default

Unit

Description

taEnabled

true, false

false

Enable or disable this service

taDelay

number

milliseconds

Integration time to take over the new alarm status

devicemonitor

Configure alarm severity of related alarms, generated by Device Monitor.

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.

Syntax: Parameter=Value

Example: SeverityconnectionLossOAM=Major

Alarm

Values

Default

Unit

Description

SeverityconnectionLossOAM

NonAlarmed, Warning, Minor, Major, Critical

Major

SDN-Controller <> Mediator Mountpoint monitoring. Indicates a not connected mounpoint

SeverityconnectionLossMediator

NonAlarmed, Warning, Minor, Major, Critical

Major

SDN-Controller <> NetworkElement Device monitoring. No LTPs provided

SeverityconnectionLossNeOAM

NonAlarmed, Warning, Minor, Major, Critical

Major

SDN-Controller <> NetworkElement Device monitoring. SSH Connetion, Core model not answering