Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Building with tests should provide with create the following docker images:

...

:

...

  • o-ran-sc/smo-teiv-ingestion:latest

  • o-ran-sc/smo-teiv-exposure :0.1.0-SNAPSHOTo-ran-sc/smo-teiv-exposure :latest

  • postgis/postgis:13-3.4-alpine

  • debian:bullseye-slim

  • testcontainers/ryuk:0.5.1

To build without tests run the following command in the first /teiv directory (significantly faster). Do this with custom YANG:

Code Block
mvn clean install -Dmaven.test.skip=true

Building without tests should provide with create the following docker images:

  • o-ran-sc/smo-teiv-ingestion:0.1.0-SNAPSHOTo-ran-sc/smo-teiv-ingestion:latest

  • o-ran-sc/smo-teiv-exposure:0.1.0-SNAPSHOTo-ran-sc/smo-teiv-exposure:latestdebian:bullseye-slim

...

Running

To run TEIV only TEIV is needed, but pgsql-schema-generator is provided to generate PostgresSQL schemes from the YANG models which can be used in TEIV.

...