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.
Parameter | Content | Description |
---|---|---|
ODL_HOME | /opt/opendaylight | Root location of ODL Karaf directory structure |
JAVA_HOME |
Configuration
Configuration of sdnr wireless transport parameters is in the file $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 is created with the default parameters.
The configuration file must contain the same setting for each cluster node.
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