This page describes how to get the release A version of NonRTRIC up and running locally with two separate NearRT-RIC simulator docker containers.
...
- Download the nonrtric repo:
git clone "https://gerrit.o-ran-sc.org/r/nonrtric" -b Amber
- To support local test with two separate NearRT-RIC simulator instances the following modifications must be done:
- change the 'a1ControllerBaseUrl' in application.yaml file of policy-agent to http://a1-controller-container:8181 (The current URL http://sdnc.onap:8282 is used in Kubernetes-based ONAP deployment).
vi nonrtric/policy-agent/config/application.yaml
- replace application_configuration.yaml of policy-agent with the following content:
- change the 'a1ControllerBaseUrl' in application.yaml file of policy-agent to http://a1-controller-container:8181 (The current URL http://sdnc.onap:8282 is used in Kubernetes-based ONAP deployment).
...
- Run docker container using this command:
docker run -p 8080:8080 --network=nonrtric-docker-net o-ran-sc/nonrtric-dashboard:1.0.01-SNAPSHOT
Open Dashboard UI
...