Versions Compared

Key

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

...

docker pull nexus3.o-ran-sc.org:1000410002/o-ran-sc/nonrtric-dashboard:1.0.1

docker pull nexus3.o-ran-sc.org:1000410002/o-ran-sc/nonrtric-policy-agent:1.0.0  → Currently on boarded in DCAE as a MS. 

docker pull nexus3.o-ran-sc.org:1000410002/o-ran-sc/nonrtric-a1-controller:1.7.4

docker pull nexus3.o-ran-sc.org:1000410002/o-ran-sc/near-rt-ric-simulator:1.0.1

...

To start the A1 Adapter use the below docker compose file to create the network used by the other docker containers.


View file
namedocker-compose.yaml
height250

Command:  docker-compose up -d a1-controller

...

docker run -p 8080:8080 --network=nonrtric-docker-net nexus3.o-ran-sc.org:1000410002/o-ran-sc/nonrtric-dashboard:1.0.1

docker run -p 9080:9081 --network=nonrtric-docker-net --name=policy-agent-container nexus3.o-ran-sc.org:1000410002/o-ran-sc/nonrtric-policy-agent:1.0.0

docker run -p 8181:8085 --network=nonrtric-docker-net --name=nearRtRic-sim1 nexus3.o-ran-sc.org:1000410002/o-ran-sc/near-rt-ric-simulator:1.0.1

...