blob: 4a0208868ae19a10304d3586a995271f05ee7712 [file] [log] [blame]
demx8as653c4f572020-06-14 10:22:57 +02001.. contents::
2 :depth: 3
3..
4
5SDN-R Docker Image configuration
6================================
7
8Introduction
9~~~~~~~~~~~~
10
11ONAP SDN-R is running in a docker container using ONAP/SDN-C image
12"onap/sdnc".
13
14The container is available as Alpine and Ubuntu version. The description
15uses examples for the Alpine version.
16
demx8as6056e2bd2021-03-17 15:05:04 +010017The alpine based sdnc docker images are stored in \ `ONAP Nexus sdnc
demx8as653c4f572020-06-14 10:22:57 +020018image <https://nexus3.onap.org:10001/v2/onap/sdnc-image/tags/list>`__.
19
demx8as6056e2bd2021-03-17 15:05:04 +010020The docker image contains a OpenDaylight distribution in a standard
demx8as653c4f572020-06-14 10:22:57 +020021configuration and ONAP/SDN-R specific microservices.
22
23The Root location of ODL Karaf directory structure
24is \ *ODL\_HOME=/opt/opendaylight.*
25
26During container provisioning the installation of the feature is done,
27according to the provided configuration setting.
28
29The docker image configuration is done by
30
31- Specific Environment variables settings
32
33- Files that are provided
34
35Container startup parameters
36~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
38The SDN-R specific configurations are provided during container start
39
40Different SDN-R services are using different parameter to be installed.
41
42+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+
43| **Parameter** | **Content** | **Description** |
44+==================+=====================+=========================================================================================================================+
45| SDNRWT | true\|\ **false** | Set true to activate sdnr wt featuresetSet this during container start. |
46| | | |
47| | | Devicemanager configuration is provided via *$ODL\_HOME/etc/devicemanager.properties* |
48| | | |
49| | | See  `SDN-R WT Service Configuration parameters <sdnr_WT_Service_Configuration_parameters.html>`__ |
50+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+
51| SDNRNORTHBOUND | true\|\ **false** | Set true to activate sdnr oofpci service. |
52+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+