blob: 666cb72a8df15b2276e2fc6429b4dc2511634968 [file] [log] [blame]
PatrikBuhr608883c2023-04-06 13:17:36 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
JohnKeeneyff7ea9d2023-04-25 19:32:40 +01003.. Copyright (C) 2023 Nordix
PatrikBuhr608883c2023-04-06 13:17:36 +02004
5Developer Guide
6===============
7
8This document provides a quickstart for developers of the Non-RT RIC PM Producer.
9
JohnKeeneyff7ea9d2023-04-25 19:32:40 +010010Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://wiki.o-ran-sc.org/display/RICNR>`_.
PatrikBuhr608883c2023-04-06 13:17:36 +020011
12PM Producer Service
JohnKeeneyff7ea9d2023-04-25 19:32:40 +010013-------------------
PatrikBuhr608883c2023-04-06 13:17:36 +020014
15The following properties in the application.yaml file have to be modified:
JohnKeeneyff7ea9d2023-04-25 19:32:40 +010016
PatrikBuhr608883c2023-04-06 13:17:36 +020017* server.ssl.key-store=./config/keystore.jks
18* app.webclient.trust-store=./config/truststore.jks
19* app.configuration-filepath=./src/test/resources/test_application_configuration.json
20
21Kubernetes deployment
22=====================
23
24Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`_.
25hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the
26OSC NONRTRIC integrated test environment can be found in the *./nonrtric* directory.
27
28For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Deploy+NONRTRIC+in+Kubernetes>`_.
29
30For more information see `Integration and Testing documentation on the O-RAN-SC wiki <https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/index.html>`_.
31