blob: f449197a1973a0563d4da2d570b745c5f2bca776 [file] [log] [blame]
PatrikBuhr32de6c42023-04-20 06:42:23 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
3.. Copyright (C) 2023 Nordix
4
5Developer Guide
6===============
7
8This document provides a quickstart for developers of the Non-RT RIC Influx Logger.
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>`_.
PatrikBuhr32de6c42023-04-20 06:42:23 +020011
JohnKeeneyff7ea9d2023-04-25 19:32:40 +010012Influx Logger Service
13---------------------
PatrikBuhr32de6c42023-04-20 06:42:23 +020014
15The component is configured via the application.yaml file.
16
17Example: ":download:`link <../config/application.yaml>`"
18
19Kubernetes deployment
20=====================
21
22Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`_.
23hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the
24OSC NONRTRIC integrated test environment can be found in the *./nonrtric* directory.
25
26For 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>`_.
27
28For 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>`_.
29