Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Table of Contents

Image

ONAP SDN-R is running in a docker container using ONAP/SDN-C image "onap/sdnc". These images are stored in ONAP Nexus sdnc image.

The image contains Opendaylight in a standard configuration.

...

WT Service Configuration

Configuration of sdnr wireless transport parameters is in a file. The file contains sections for the different servicesBackgrounds regarding the container inter structure is descriped 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

...

Code Block
languageyml
[toggleAlarmFilter]
taEnabled=true
taDelay=3000

[es]
esCluster=sdnr
esArchiveCheckIntervalSeconds=0
esArchiveLifetimeSeconds=2592000

[dcae]
dcaeUrl=off
dcaeUserCredentials=admin:admin
dcaeHeartbeatPeriodSeconds=120

[aai]
aaiUrl=off
aaiUserCredentials=
aaiHeaders=["X-TransactionId: 9999"]
aaiDeleteOnMountpointRemove=false
aaiTrustAllCerts=false
aaiPropertiesFile=
aaiApiVersion=aai/v13
aaiApplicationId=SDNR
aaiClientConnectionTimeout=30000
aaiPcks12ClientCertFile=
aaiPcks12ClientCertPassphrase=

[pm]
pmEnabled=true
pmCluster=sdnr

[devicemonitor]
SeverityconnectionLossOAM=Major
SeverityconnectionLossMediator=Major
SeverityconnectionLossNeOAM=Major

Sections

toggleAlarmFilter

Configure toggle alarm filter.

...

ParameterValuesDefaultUnitDescription
taEnabledtrue, falsefalse
Enable or disable this service
taDelaynumber
millisecondsIntegration time to take over the new alarm status

devicemonitor

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

...