X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=datafilecollector%2Fdocs%2Fdeveloper-guide.rst;fp=datafilecollector%2Fdocs%2Fdeveloper-guide.rst;h=38fa9dcdf76268adc9a856fec1e25a4c03a2b316;hb=32de6c445ee742cc468fd8c175c28e0b32fbf46e;hp=0000000000000000000000000000000000000000;hpb=880aa3d6cf133f87e9186424577d9a501c25a7ae;p=nonrtric%2Fplt%2Franpm.git diff --git a/datafilecollector/docs/developer-guide.rst b/datafilecollector/docs/developer-guide.rst new file mode 100644 index 0000000..38fa9dc --- /dev/null +++ b/datafilecollector/docs/developer-guide.rst @@ -0,0 +1,29 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. Copyright (C) 2023 Nordix + +Developer Guide +=============== + +This document provides a quickstart for developers of the Non-RT RIC Data File Collector. + +Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki `_. + +Data File Collector +------------------- + +The DFC is configured via the application.yaml file. + +Example: ":download:`link <../config/application.yaml>`" + +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 `_. +