...
If using you own YANG models place them in a new directory
generate-defaults
indocker-compose/
AND delete the default sql schemas indocker-compose/sql_scripts
if you are generating your own sql schemes with different YANG models, compared to the default YANG, the example events will not work, therefore
kafka-producer
must be commented out in the docker-compose.yml OR you can replace the example events with your own datathe pgsql-schema-generator may fail due to a permission error if the
docker-compose/sql_scripts
to fix this you can runsudo chmod -R 777 sql_scripts/
In the /teiv/docker-compose directory run the following code to bring TEIV up:
...