commit | 1cbb53126121e32dcc240150803d2fb6d3eaeeae | [log] [tgz] |
---|---|---|
author | mpriyank <priyank.maheshwari@est.tech> | Tue Oct 22 17:58:33 2024 +0100 |
committer | mpriyank <priyank.maheshwari@est.tech> | Tue Oct 22 17:58:40 2024 +0100 |
tree | aa2ed21a050819064dcfc81220478ef59f216c2b | |
parent | e1c558deef5a2997f5a24142e86fe210842d4af3 [diff] |
Retire CPS-TBDMT - Update Readme to indicate the project has been retired Issue-ID: CPS-2433 Change-Id: I4fc4a186e5283756f7439edbc5abdc3686c793a7 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
As per October 2024 this project is longer maintained. See Onap Wiki for more details on this status.
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
Following command builds Java executable jar to target/cps-tbdmt-x.y.z-SNAPSHOT
JAR file without generating any docker images:
mvn clean install
Following command builds the JAR file and also generates the Docker image:
mvn clean package
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