Versions Compared

Key

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

...

The images used for running the Non-RT RIC can be selected from the table below depending on if the images are built manually (snapshot image) or if staging or release images shall be used.

In general, there is no need to build the images manually unless there are code changes made by the user, so either staging or release images should be used. Instruction on how to build all components, see. Release E - Build.

...

The run commands throughout this page uses the release images and tags. Replace the release images/tags in the container run commands in the instructions if staging or snapshot images are desired. 


.org:10004/o-ran-sc/a1-simulator:2.2.0
Component
(components marked with * is not released in E)
Release image and version tagStaging images and version tagManual snapshot (only available if manually built)
and version tag
Policy Management Service

nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-a1-policy-management-service:2.3.0

nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-a1-policy-management-service:2.3.0o-ran-sc/nonrtric-a1-policy-management-service:2.3.0-SNAPSHOT

Near-RT RIC A1 Simulator

nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.2.0nexus3.

o-ran-sc

o-ran-sc/a1-simulator:latest

Information Coordinator Service

nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-information-coordinator-service:1.2.0nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-information-coordinator-service:1.2.0

o-ran-sc/nonrtric-information-coordinator-service:1.2.0-SNAPSHOT

Non-RT RIC Control Panel

nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-controlpanel:2.3.0nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-controlpanel:2.3.0

o-ran-sc/nonrtric-controlpanel:2.3.0-SNAPSHOT

SDNC A1-Controller

nexus3.onap.org:10002/onap/sdnc-image:2.2.3

Use release versionUse release version
Gateway*

nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-gateway:1.1.0

nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway:1

.

1.

0

o-ran-sc/nonrtric-gateway:1.1.0-SNAPSHOT
App Catalogue Service*

nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-r-app-catalogue:1.1.0

nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-r-app-catalogue:1

.1

.0

o-ran-sc/nonrtric-r-app-catalogue:1.1.0-SNAPSHOT
Helm Managernexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-helm-manager:1.1.0Manager

nexus3.o-ran-sc.org:

10004

10002/o-ran-sc/nonrtric-helm-manager:1.1.0

o-ran-sc/nonrtric-helm-manager:1.1.0-SNAPSHOT
Dmaap Mediator Producer

nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-dmaap-mediator-producer:1.0.0

nexus3.
o-ran-sc.org:10004/o-ran-sc/nonrtric-dmaap-mediator-producer:1.0.0o-ran-sc/nonrtric-dmaap-mediator-producer:1.0.0-SNAPSHOT
Dmaap Adaptor Service

nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-dmaap-adaptor:1.0.0

nexus3.o-ran-sc.org:10004/
o-ran-sc/nonrtric-dmaap-adaptor:1.0.0o-ran-sc/nonrtric-dmaap-adaptor:1.0.0-SNAPSHOT-SNAPSHOT
  • Note that for images not releaed in E (components marked with *) the snap shot images built manually will get an image tag of one step above the release imaged tag. 

Ports

The following ports will be allocated and exposed to localhost for each component. If other port(s) are desired, then the ports need to be replaced in the container run commands in the instructions further below.

...

Run the following command to start the information coordinator service.(--name=information-service-container below )

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-information-coordinator-service:1.2.0

...

Code Block
languagebash
docker run --rm -v <absolute-path-to-config-file>/application.yaml:/opt/app/nonrtric-gateway/config/application.yaml -p 9090:9090 --network=nonrtric-docker-net --name=nonrtric-gateway  nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-gateway:1.10.0


Run the following two commands to check that the services can be reached through the gateway

...

Code Block
languagebash
docker run --rm -p 8680:8680 -p 8633:8633 --network=nonrtric-docker-net --name=rapp-catalogue-service nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-r-app-catalogue:1.0.1.0


Verify that the service is up and running

...