You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

This article helps you to deploy the nonrtric components using docker compose.

Prerequisite

  • Docker
  • Docker Compose

In folder nonrtric/docker-compose/



The docker-compose.yml file will create an entire nonrtric system with one command:
docker-compose up

Two docker-compose files are provided in this folder:

Nonrtric without A1 Controller

nosdnc/docker-compose.yml
This file is to create nonrtric system without sdnc a1-controller

Nonrtric with A1 Controller

sdnc/docker-compose.yml
This file is to create nonrtric system with sdnc a1-controller

Howto:
cd nosdnc/
docker-compose up

you should be able to see containers running as above.

or

cd sdnc/
docker-compose up

you should be able to see container running as above.


The scripts in data/ will generate some dummy data in the running system.
It will create:
one policy type in a1-sim-OSC
one service in policy agent
one policy in a1-sim-OSC
one policy in a1-sim-STD

Run command:
cd data/
./fill_data.sh [policy-agent-port] [a1-sim-OSC-port] [a1-sim-STD-port] [http/https]

Open link:
http://localhost:[control-panel-port]/

All the generated data is shown on the web page




  • No labels