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
How to run PNF simulator
using docker-compose
While in catalog with pom.xml build PNF simulator image using mvn clean package docker:build and then start docker compose using docker-compose up