Versions Compared

Key

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

Table of Contents

From docker-compose folder run the following after building the images locally

...

Code Block
mvn spring-boot:run



Setting up SDNC, CPS & NCMP, DMI-Plugin and netconf-pnp-simulator locally:

Download the following zip file and extract it. 

Navigate to the folder where the files were extracted and run the below command from '<sim/>' directory

Code Block
languagebash
titleDocker compose command from sim folder
docker-compose up -d

Then navigate to the folder where the files were extracted and run the below command.

Code Block
languagebash
titleCreate a docker network
docker network create test_network

Then run the following command.

Code Block
languagebash
titledocker compose command
docker-compose up -d

Check using 'docker container ls' that SDNC, CPS&NCMP, DMI-Plugin and netconf-pnp-simulator are up and running.