X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fdeveloper-guide.rst;h=70f73c49505e03876d9fd28d6ffbcd089ab5ef34;hb=HEAD;hp=a947c681695880703095043fccae15bfcd220c15;hpb=ac8a5c02130e1b84352508d9c47c696aa212088a;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index a947c68..70f73c4 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,7 +61,9 @@ Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository `_. +The scripts located in *rappmanager/scripts/install* can be used for an automatic installation in the Kubernetes Cluster, see `Automatic Installation in Kubernetes `_. + +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 `_.