Versions Compared

Key

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

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

...

Download the following repos:

     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/a1policymanagemntservice" -b f-release
     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/dmaapadapter" -b f-release
     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/dmaapmediatorproducer -b f-release
     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/helmmanager" -b f-release
     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/informationcoordinatorservice" -b f-release
     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/rappcatalogue" -b f-release
     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/rapp/ransliceassurance" -b f-release
     git clone "https://gerrit.o-ran-sc.org/r/nonrtric/rapp/orufhrecovery" -b f-release

To build docker images of r-app-catalogue,  information-coordinator-service, policy-management-service, helm-manager, and dmaap-adapter, 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 f-release

Create docker image

To create docker image A1 simulator (note that the given image name must match the name given in docker startup later):

...

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

Build the code and create docker images

...