Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

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.

ParameterContentDescription
ODL_HOME/opt/opendaylightRoot location of ODL Karaf directory structure
JAVA_HOME
Pointing to the java version, used by ODL
SDNRWTtrue|falseSet true to activate sdnr wt featureset. Set this during container start

WT Service Configuration


Configuration of sdnr wireless transport parameters is in the file $ODL_HOME/etc/devicemanager.properties. The file contains sections for services of devicemanager.

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.

[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.

taEnabled=true taDelay=3000

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.

Syntax: Parameter=Value

Example: SeverityconnectionLossOAM=Major


ValuesDefaultUnitDescription
SeverityconnectionLossOAMNonAlarmed, Warning, Minor, Major, CriticalMajor

SDN-Controller <> Mediator

Mountpoint monitoring. Indicates a not connected mounpoint

SeverityconnectionLossMediatorNonAlarmed, Warning, Minor, Major, CriticalMajor

SDN-Controller <> NetworkElement

Device monitoring. No LTPs provided

SeverityconnectionLossNeOAMNonAlarmed, Warning, Minor, Major, CriticalMajor

SDN-Controller <> NetworkElement

Device monitoring. SSH Connetion, Core model not answering

  • No labels