Versions Compared

Key

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

...

  • For local testing, 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).
    cd nonrtric/policy-agent/config
    vi application.yaml

  • Build the code and create docker images. 
    cd ../..
    mvn clean install

...