X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=0584ca1c3e956be0435a79e1fe808715faaa2090;hb=a48a0ee94b4c3b3028f1f25b3be9cc0f7004ebca;hp=e1dea3cec4d78af562721b15554c32222150713e;hpb=ac245e1479225466740ca4c7a1080386b3e95af9;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index e1dea3c..0584ca1 100755 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +.. Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved. Developer Guide =============== @@ -27,26 +27,32 @@ command in the *rappmanager/rapp-manager-application* directory: There are a few service endpoints that needs to be available to run. These are referred to from the application.yaml file. The following properties have to be modified: -* rappmanager.acm.baseurl=http://policy-clamp-runtime-acm.default:6969/onap/policy/clamp/acm/v2/ -* rappmanager.sme.baseurl=http://capifcore:8090 -* rappmanager.dme.baseurl=http://informationservice:9082 +.. code-block:: yaml + + rappmanager.acm.baseurl=http://policy-clamp-runtime-acm.default:6969/onap/policy/clamp/acm/v2/ + rappmanager.sme.baseurl=http://servicemanager:8095 + rappmanager.dme.baseurl=http://informationservice:9082 + rappmanager.rapps.env.smeDiscoveryEndpoint=http://servicemanager:8095/service-apis/v1/allServiceAPIs Start in Docker +++++++++++++++ -To build and deploy the rApp Manager, go to the *rappmanager/rapp-manager-application* folder and run the +To build and deploy the rApp Manager, go to the *rappmanager* folder and run the following command: +-----------------------------+ | mvn clean install | +-----------------------------+ +.. note:: + The rApp packages for the unit tests are generated as part of the build process at the rappmanager level. + Then start the container by running the following command: - +-------------------------------------+ - | docker run nonrtric-plt-rappmanager | - +-------------------------------------+ + +----------------------------------------------+ + | docker run o-ran-sc/nonrtric-plt-rappmanager | + +----------------------------------------------+ Kubernetes deployment +++++++++++++++++++++ @@ -55,6 +61,8 @@ Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository `_. + For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes `_. For more information see `Integration and Testing documentation in the O-RAN-SC `_.