1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2020 Nordix
8 This document provides a quickstart for developers of the Non-RT RIC parts.
10 Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://wiki.o-ran-sc.org/display/RICNR/Release+D>`_
12 A1 Policy Management Service & SDNC/A1 Controller & A1 Adapter
13 --------------------------------------------------------------
15 The A1 Policy Management Service is implemented in ONAP. For documentation see `ONAP CCSDK documentation <https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html>`_
16 and `wiki <https://wiki.onap.org/pages/viewpage.action?pageId=84672221>`_.
18 Enrichment Coordinator Service
19 ------------------------------
20 The Enrichment Coordinator Service is a Java 11 web application built using the Spring Framework. Using Spring Boot
21 dependencies, it runs as a standalone application.
23 Its main functionality is to act as a data subscription broker and to decouple data producer from data consumers.
25 See the ./config/README file in the *enrichment-coordinator-service* directory Gerrit repo on how to create and setup
26 the certificates and private keys needed for HTTPS.
31 The project uses Maven. To start the Enrichment Coordinator Service as a freestanding application, run the following
32 command in the *enrichment-coordinator-service* directory:
34 +-----------------------------+
35 | mvn spring-boot:run |
36 +-----------------------------+
41 To build and deploy the Enrichment Coordinator Service, go to the "enrichment-coordinator-service" folder and run the
44 +-----------------------------+
46 +-----------------------------+
48 Then start the container by running the following command:
50 +--------------------------------------------------------------------+
51 | docker run nonrtric-enrichment-coordinator-service |
52 +--------------------------------------------------------------------+
54 Initial Non-RT-RIC App Catalogue
55 --------------------------------
57 See the README.md file in the *r-app-catalogue* directory in the Gerrit repo for more details how to run the component.
62 Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`_
63 hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the
64 OSC NONRTRIC integrated test environment can be found in the *./nonrtric* directory.
65 For 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>`_.