X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fsdnr_Docker_Image_configuration.rst;h=fe0479b6b4526af9957cfcd6c7444d1fc9871028;hb=refs%2Fheads%2Fdawn;hp=5297a0944047022d90b0424eb72bf404a69cc7fd;hpb=53c4f5781ea22dca2e149c86f9bacd4210027475;p=oam.git diff --git a/docs/sdnr_Docker_Image_configuration.rst b/docs/sdnr_Docker_Image_configuration.rst index 5297a09..fe0479b 100644 --- a/docs/sdnr_Docker_Image_configuration.rst +++ b/docs/sdnr_Docker_Image_configuration.rst @@ -1,3 +1,7 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. Copyright (C) 2020 highstreet technologies and others + .. contents:: :depth: 3 .. @@ -14,10 +18,10 @@ ONAP SDN-R is running in a docker container using ONAP/SDN-C image 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 +The alpine based sdnc docker images are stored in \ `ONAP Nexus sdnc image `__. -The docker image contains a Opendaylight distribution in a standard +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 @@ -39,14 +43,17 @@ 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  `SDN-R WT Service Configuration parameters `__ | -+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+ -| SDNRNORTHBOUND | true\|\ **false** | Set true to activate sdnr oofpci service. | -+------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+ ++----------------+-------------------+-----------------------------------------------------------------------------------------------------+ +| Parameter | Content | Description | ++================+===================+=====================================================================================================+ +| SDNRWT | true or **false** | Set true to activate sdnr wt feature set. 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 or **false** | Set true to activate sdnr oofpci service. | ++----------------+-------------------+-----------------------------------------------------------------------------------------------------+ + + +