Versions Compared

Key

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

...

  • A1 Mediator/Real-RT RIC
  • ONAP (Non-RT RIC)
    • Use Frankfurt ONAP deployment
    • Configuration changes to the DG properties file required, if testing/deployment is done against A1 mediator other than described below
      • Properties file: /opt/onap/ccsdk/data/properties/a1-adapter-api-dg.properties
        • SSH into rancher node (NFS/rancher)
        • sudo su
        • kubectl get pods -n onap -o wide | grep sdnc
        • Execute the following command to all sdnc POD's to update properties file
          • kubectl exec -it dev-sdnc-sdnc-x bash (x=0, 1, 2, depending upon number of sdnc replicas in the setup)
        • Once in the docker, edit the properties file (/opt/onap/ccsdk/data/properties/a1-adapter-api-dg.properties)
        • Make following configuration changes per setup
          • Update IP address/port# for A1 Mediator (a.b.c.d:port# below)
            • near-rt-ric-id=a.b.c.d:port#

...