diff options
author | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2019-07-22 17:31:08 +0200 |
---|---|---|
committer | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2019-07-22 18:04:03 +0200 |
commit | 2267c842bdc69c69b695282311f17f6f33b2ebf5 (patch) | |
tree | 2bc0b8552514016b52640b25605500fb98e8cdbe /docs/guides/onap-user/sdnr_Docker_Image_configuration.rst | |
parent | 17552add980d7907f1a906ef8d25adf6121b2343 (diff) |
SDN-R readthedocs content changes
SDN-R readthedocs content and tree structure changes
Issue-ID: SDNC-819
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Change-Id: I025d59d59dddc3d68bae5390ef541ca718939a50
Diffstat (limited to 'docs/guides/onap-user/sdnr_Docker_Image_configuration.rst')
-rw-r--r-- | docs/guides/onap-user/sdnr_Docker_Image_configuration.rst | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/guides/onap-user/sdnr_Docker_Image_configuration.rst b/docs/guides/onap-user/sdnr_Docker_Image_configuration.rst new file mode 100644 index 000000000..cd5f619a6 --- /dev/null +++ b/docs/guides/onap-user/sdnr_Docker_Image_configuration.rst @@ -0,0 +1,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 `SDN-R WT Service Configuration parameters <sdnr_WT_Service_Configuration_parameters>`__ | ++------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+ +| SDNRNORTHBOUND | true\|\ **false** | Set true to activate sdnr oofpci service. | ++------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+ |