blob: fe0479b6b4526af9957cfcd6c7444d1fc9871028 [file] [log] [blame]
demx8as6aca16f72021-05-08 15:58:54 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
3.. Copyright (C) 2020 highstreet technologies and others
4
demx8as653c4f572020-06-14 10:22:57 +02005.. contents::
6 :depth: 3
7..
8
9SDN-R Docker Image configuration
10================================
11
12Introduction
13~~~~~~~~~~~~
14
15ONAP SDN-R is running in a docker container using ONAP/SDN-C image
16"onap/sdnc".
17
18The container is available as Alpine and Ubuntu version. The description
19uses examples for the Alpine version.
20
demx8as6056e2bd2021-03-17 15:05:04 +010021The alpine based sdnc docker images are stored in \ `ONAP Nexus sdnc
demx8as653c4f572020-06-14 10:22:57 +020022image <https://nexus3.onap.org:10001/v2/onap/sdnc-image/tags/list>`__.
23
demx8as6056e2bd2021-03-17 15:05:04 +010024The docker image contains a OpenDaylight distribution in a standard
demx8as653c4f572020-06-14 10:22:57 +020025configuration and ONAP/SDN-R specific microservices.
26
27The Root location of ODL Karaf directory structure
28is \ *ODL\_HOME=/opt/opendaylight.*
29
30During container provisioning the installation of the feature is done,
31according to the provided configuration setting.
32
33The docker image configuration is done by
34
35- Specific Environment variables settings
36
37- Files that are provided
38
39Container startup parameters
40~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
42The SDN-R specific configurations are provided during container start
43
44Different SDN-R services are using different parameter to be installed.
45
demx8as6aca16f72021-05-08 15:58:54 +020046+----------------+-------------------+-----------------------------------------------------------------------------------------------------+
47| Parameter | Content | Description |
48+================+===================+=====================================================================================================+
49| SDNRWT | true or **false** | Set true to activate sdnr wt feature setSet this during container start. |
50+ + +-----------------------------------------------------------------------------------------------------+
51| | | Devicemanager configuration is provided via *$ODL_HOME/etc/devicemanager.properties* |
52+ + +-----------------------------------------------------------------------------------------------------+
53| | | See  :doc:`SDN-R WT Service Configuration parameters <../sdnr_WT_Service_Configuration_parameters>` |
54+----------------+-------------------+-----------------------------------------------------------------------------------------------------+
55| SDNRNORTHBOUND | true or **false** | Set true to activate sdnr oofpci service. |
56+----------------+-------------------+-----------------------------------------------------------------------------------------------------+
57
58
59