PROJECT STATUS: Unmaintained
As per October 2024 this project is longer maintained. See Onap Wiki for more details on this status.
ONAP CPS TBDMT(Template Based Data Model Transformer)
This service shall be used to map the erstwhile Config-DB-like REST APIs to appropriate CPS API calls. The purpose of this service is to abstract the details of (possibly multiple, and complex) XPath queries from the users of CPS. See wiki for CPS-TBDMT
Building Java Archive only
Following command builds Java executable jar to target/cps-tbdmt-x.y.z-SNAPSHOT
JAR file
without generating any docker images:
mvn clean install
Building Java Archive and local Docker image
Following command builds the JAR file and also generates the Docker image:
mvn clean package
Running via Docker Compose
cps-tbdmt/docker-compose/docker-compose.yml
file is provided to be run with docker-compose
tool and local image previously built.
Execute following command from cps-tbdmt/docker-compose folder to start all services:
docker-compose up