This page describes how to build release I version of Non-RT RIC.
...
Info | ||
---|---|---|
| ||
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 i-release --recursive
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/dmaapadapter" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/helmmanager" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/informationcoordinatorservice" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/rappcatalogue" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/dmaapmediatorproducer" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/rapp/ransliceassurance" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/rapp/orufhrecovery" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/sme" -b i-release
git clone "https://gerrit.o-ran-sc.org/r/nonrtric/plt/ranpm" -b i-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 i-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 i-release
Build the code and create docker images
...