...
Clone nonrtric and go to nonrtric/docker-compose/
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
cd nonrtric/docker-compose/data ./dmaap-msgprepareDmaapMsg.sh [dmaap-mr-port] [a1-sim-OSC-port] [a1-sim-STD-port] [http/https] |
...