X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pmproducer%2Fdocs%2Fdeveloper-guide.rst;fp=pmproducer%2Fdocs%2Fdeveloper-guide.rst;h=3226f5edd4dbb5b4b108cb473e326a458dd20f7f;hb=608883c0d1a053280151772144798311f3699909;hp=0000000000000000000000000000000000000000;hpb=db5cb9a3759fe227ce8654bd0be1c85080e83e3f;p=nonrtric%2Fplt%2Franpm.git diff --git a/pmproducer/docs/developer-guide.rst b/pmproducer/docs/developer-guide.rst new file mode 100644 index 0000000..3226f5e --- /dev/null +++ b/pmproducer/docs/developer-guide.rst @@ -0,0 +1,30 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. Copyright (C) 2022 Nordix + +Developer Guide +=============== + +This document provides a quickstart for developers of the Non-RT RIC PM Producer. + +Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki `_. + +PM Producer Service +--------------------- + +The following properties in the application.yaml file have to be modified: +* server.ssl.key-store=./config/keystore.jks +* app.webclient.trust-store=./config/truststore.jks +* app.configuration-filepath=./src/test/resources/test_application_configuration.json + +Kubernetes deployment +===================== + +Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository `_. +hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the +OSC NONRTRIC integrated test environment can be found in the *./nonrtric* directory. + +For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes `_. + +For more information see `Integration and Testing documentation on the O-RAN-SC wiki `_. +