Versions Compared

Key

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

...

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 I - Run in Docker    for running the release I Non-RT RIC.  


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

...

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

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.nordix.org/oransc/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

...

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

Build the code and create docker images

...