Versions Compared

Key

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

...

See instructions on configuring & running the A1 Policy functions (New Delhi).

Example of a docker compose with a single simulator (A configuration for a1pms and nonrtric-gateway has to be provided)

Code Block
languageyml
themeMidnight
titledocker compose
collapsetrue
services:
   a1_policy_management:
      container_name: a1-pms
   a1policymanagmentservice
    image: nexus3.onap.org:10002/onap/ccsdk-oran-a1policymanagementservice:1.7.0
      ports:
         - "8433:8433"
         - "8081:8081"
      volumes:
         - ./application_configuration.json.nosdnc:/opt/app/policy-agent/data/application_configuration.json:ro
      networks:
         - a1-examplenonrtric-docker-net    


  a1-sim-OSC  ric1:
      image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.6.1.0
      container_name: a1-sim-OSCric1
    ports:
      - "30001:8085"
      - "30002:8185"
    environment:
       environment:
      - A1_VERSION=OSC_2.1.0
      - REMOTE_HOSTS_LOGGING=1
      - ALLOW_HTTP=true
      networksports:
         - a1-example

      
   nonrtric "8085:8085"
      - "8185:8185"
    networks:
      - nonrtric-docker-net


  nonrtric-gateway:
       imageimage: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-gateway:1.2.0
       containercontainer_name: nonrtric-gateway
       portsports:
         - "9090:9090"
       volumesvolumes:
         - ./application-nonrtricgateway.yaml:/opt/app/nonrtric-gateway/config/application.yaml:ro
       networksnetworks:
         - a1nonrtric-docker-examplenet

   nonrtric-control-panel:
      image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-controlpanel:2.5.0
      container_name: nonrtric-control-panel
      ports:
         - "8080:8080"
      networks:
         - a1nonrtric-docker-example
      net
      
networks:
   a1nonrtric-docker-examplenet:
      driver: bridge



Perform Policy Operations via Dashboard

...