Versions Compared

Key

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

...

Download and edit the docker compose file, oam/installation/src/main/yaml/docker-compose.yaml (Jakarta) and keep only sdnc , and maria db and ansible images. The rest of the images are not need for A1 Policy testing.
In addition, remove or comment out the following two entries for sdnc in the docker-compose file: '- ansible' and  '- ansible:ansiblehost'. 
(However if you want to change the SLI DG graphs or run your own SLI DG graphs, then keep the dgbuilder image. If you wish to use the DMaaP interface then keep & configure the dmaaplistener image.)

...

Code Block
languagebash
export MTU=1500
docker network create nonrtric-docker-net
cd oam/installation/src/main/yaml
docker-compose up

   (In a new shell) 
docker network connect nonrtric-docker-net sdnc_controller 

...