Versions Compared

Key

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

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 nonrtric/policy-agent/config/application.yaml file of policy-agent to http://a1-controller-container:8181 
      • The above hostname and port values come from and must match those defined in nonrtric/sdnc-a1-controller/oam/installation/src/main/yaml/docker-compose.yml
      • The default URL to be replaced (http://sdnc.onap:8282) is used in Kubernetes-based ONAP deployment
    • The following step is required only if you want to run more than the default ric1 nearRT-RIC simulator instance
      • replace the content of nonrtric/policy-agent/config/application_configuration.yaml with the configuration below
      • any defined ric names must match the given docker container names in nearRT-RIC simulator startup - port is always the simulator's internal 8085

...