Table of Contents |
---|
...
Running and using simulator
How to run PNF simulator
detailed information can be found in README.md file:
using docker-compose
While in root or pnfsimulator catalog build PNF simulator image using mvn clean package docker:build and then start docker compose from pnfsimulator catalog using docker-compose up
Docker compose will start data base ( mongo and mongo-express ) and PNF simulator
How to run netconf simulator
detailed information can be found in README.md file:
using docker-compose
While in root or netconfsimulator catalog build netconf simulator using mvn clean package docker:build and then start docker compose from netconfsimulator catalog using docker-compose up
Docker compose will start kafka ( message queue and zookeeper ), needed ftp servers ( sftp-server and ftps-server ), netopeer for network configuration and netconf simulator
How to use PNF simulator
The usage of simulator is describe in README.md file: