Team
Role | Name | |
---|---|---|
Specificator | ||
Commiter |
Project details
Location: https://gerrit.onap.org/r/admin/repos/integration/simulators/pnf-simulator
Information for developers ( README.md ):
Components
PNF simulator contains two components:
- Core PNF simulator,
that generates VES events releated to PNF, PNP integratopn - Netconf simulator,
that is able to receive and print history of CM configurations
Requirements for developers
- Follow Google Java Style Guide
- Follow SONAR rules
- No new violation in the NEW code
- New libraries
- Before you add a new JAVA library contact with Specificator and Commiter to get confirmation that library can be used in the project!
- Remember to update README.md file
Licenses
For core PNF simulator
For netconf simulator
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
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: