Table of Contents |
---|
...
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
...
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
After running PNF simulator locally swagger documentation can be found on: http://localhost:5000/swagger-ui.html .
The usage of simulator is describe in README.md file:
How to use netconf simulator
After running PNF simulator locally swagger documentation can be found on: http://localhost:9000/swagger-ui.html .
The usage of simulator is describe in README.md file:
...