Versions Compared

Key

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

...

Code Block
languagebash
docker run --rm -p 8083:8083 -p 8434:8434 --network=nonrtric-docker-net --name=information-service-container nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-informationplt-coordinator-serviceinformationcoordinatorservice:1.2.1


Verify that the Information Coordinator Service is started and responding (response is an empty array).

...

Note: Access to kubernetes is required as stated the requirements on the top of this page.

Change dir to Download the  'helm-manger' in the downloaded nonrtric reporepo, Helm Manager.

Code Block
languagebash
$ cd <path-repos>/nonrtric/helm-managerhelmmanager

Start the helm manger in a separate shell by the following command:

...