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