From a48a0ee94b4c3b3028f1f25b3be9cc0f7004ebca Mon Sep 17 00:00:00 2001 From: lapentafd Date: Tue, 28 May 2024 11:38:13 +0100 Subject: [PATCH] Docs rappmanager developer-guide fix Update the documentation with the latest changes made to the build process and image names. Issue-ID: NONRTRIC-872 Change-Id: Id2cbd74f61038a7367ab65d58d41b0607c5512da Signed-off-by: lapentafd --- docs/developer-guide.rst | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index a947c68..0584ca1 100755 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -27,27 +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://servicemanager:8095 -* rappmanager.dme.baseurl=http://informationservice:9082 -* rappmanager.rapps.env.smeDiscoveryEndpoint=http://servicemanager:8095/service-apis/v1/allServiceAPIs +.. 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 +++++++++++++++++++++ @@ -56,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 `_. -- 2.16.6