Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DRAFT

This page describes how to build release I version of Non-RT RIC. 

...

Info
titleDo you really need to build?

In general, there is no need to build the images manually.

Building from scratch is error-prone, and some development experience is required.

All images for the release are available in nexus image repositories. 

Please refer to the page  Release G I - Run in Docker  for running the release G I Non-RT RIC.  


Details of the architecture can be found from from Release GI page. 

(Note: The actual docker image version numbers/tags may be different from the instructions below as development continues in the relevant repositories)

...

  • Java 17 (make sure that JAVA_HOME environment variable points to correct Java version).
  • Docker and docker-compose (latest).
  • git (latest) -  for downloading code repos.
  • Maven 3.6.

Build Code

Build

...

NONRTRIC Docker containers

Download the following repos:

     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/a1policymanagementservice" -b hi-release --recursive

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/dmaapadapter" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/helmmanager" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/informationcoordinatorservice" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/rappcatalogue" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/dmaapmediatorproducer" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/rapp/ransliceassurance" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/rapp/orufhrecovery" -b hi-release

git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/sme" -b hi-release  

    git clone "https://gerrit.nordixo-ran-sc.org/oranscr/nonrtric/plt/ranpm" -b hi-release    


           

To build docker images of a1policymanagementservice, dmaapadapter, helmmanager, informationcoordinatorservice, and rappcatalogue; go into the repo of each product and run the following command:

...

     git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface" -b hi-release

Create docker image

...

Code Block
languagebash
themeEmacs
$ docker images
near-rt-ric-simulator                               latest           

Build

...

NONRTRIC Control panel and gateway containers

Download the nonrtric repo:  

     git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel" -b hi-release

Build the code and create docker images

...