aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/sdnr_Docker_Image_configuration.rst
blob: 7835fba5d4b6742e2b39a6f874c31a557de1979f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.. contents::
   :depth: 3
..

SDN-R Docker Image configuration
================================

Introduction
~~~~~~~~~~~~

ONAP SDN-R is running in a docker container using ONAP/SDN-C image
"onap/sdnc".

The container is available as Alpine and Ubuntu version. The description
uses examples for the Alpine version.

The alpine based sdnc docker imanges are stored in \ `ONAP Nexus sdnc
image <https://nexus3.onap.org:10001/v2/onap/sdnc-image/tags/list>`__.

The docker image contains a Opendaylight distribution in a standard
configuration and ONAP/SDN-R specific microservices.

The Root location of ODL Karaf directory structure
is \ *ODL\_HOME=/opt/opendaylight.*

During container provisioning the installation of the feature is done,
according to the provided configuration setting.

The docker image configuration is done by

-  Specific Environment variables settings

-  Files that are provided

Container startup parameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The SDN-R specific configurations are provided during container start. 

Different SDN-R services are using different parameter to be installed.

+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+
| **Parameter**    | **Content**         | **Description**                                                                                                         |
+==================+=====================+=========================================================================================================================+
| SDNRWT           | true\|\ **false**   | Set true to activate sdnr wt featureset. Set this during container start.                                               |
|                  |                     |                                                                                                                         |
|                  |                     | Devicemanager configuration is provided via *$ODL\_HOME/etc/devicemanager.properties*                                   |
|                  |                     |                                                                                                                         |
|                  |                     | See :doc:`SDN-R WT Service Configuration parameters <sdnr_WT_Service_Configuration_parameters>`                         |
+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+
| SDNRNORTHBOUND   | true\|\ **false**   | Set true to activate sdnr oofpci service.                                                                               |
+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+