Versions Compared

Key

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

...

Download the the it/dep repository. At time of writing there is no branch for i-release, so it may be necessary to clone from Assuming the contents to be pulled from I-release branch. If needed, may switch to master branch.

Code Block
languagebash
titleClone repo
git clone "https://gerrit.o-ran-sc.org/r/it/dep" -b i-release

or of the branch is not yet created:

git clone "https://gerrit.o-ran-sc.org/r/it/dep"

...

The following images need to be built manually. If remote or multi node cluster is used, then an image repo needs to be available to push the built images to. If external repo is used, use the same repo for all built images and configure the reponame in helm/global-values.yaml

The parameter value of extimagerepo shall have a trailing /.

Build the following images (build Build instruction in each dirdirectory)

  • ranpm/https-server
  • pm-rapp

Installation(RANPM Only)

...