Versions Compared

Key

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

...

Clone nonrtric and go to nonrtric/docker-compose/


Image RemovedImage Added


You can see 3 folder, sdnc & nosdnc & withDmaap_nosdnca few folders, each of them container docker-compose file for different components. You have the option to install the nonrtric with/without A1 controller/dmapp-mr based on your requirement.

...

Code Block
languagebash
themeMidnight
titlenosdnc with dmaap-mr
docker-compose -f docker-compose.yaml -f control-panel/docker-compose.yaml -f policy-service/docker-compose.yaml -f mr/docker-compose.yml up -d


You can see the docker containers with docker ps,

...

Code Block
languagebash
themeMidnight
titleload data
cd nonrtric/docker-compose/data

./dmaap-msgprepareDmaapMsg.sh [dmaap-mr-port] [a1-sim-OSC-port] [a1-sim-STD-port] [http/https]

...