Versions Compared

Key

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

...

In the IT/Dep repo, there are helm charts for each these components. In addition, there is a chart called nonrtric, which is a composition of the components above.

Prerequisites

  • kubernetes v1.19 +
  • Docker and docker-compose (latest)

Preparations

Download the the it/dep repository. At time of writing there is no branch for g-release so cloning can be made from master.  Pls check if the branch exist before cloning from master.

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

or of the branch is not yet created:

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

...