commit | 4f5c26d046b992d328961ce422c6f383a5db1da3 | [log] [tgz] |
---|---|---|
author | mpriyank <priyank.maheshwari@est.tech> | Tue Oct 22 18:10:51 2024 +0100 |
committer | mpriyank <priyank.maheshwari@est.tech> | Tue Oct 22 18:10:56 2024 +0100 |
tree | cd5ea74d9289f6534bbb5fedcf34b40a899eaffb | |
parent | 1cbb53126121e32dcc240150803d2fb6d3eaeeae [diff] |
update info.yaml to retire CPS-TBDMT - Moving CPS-TBDMT from Incubation to Unmaintained state - Removing inactive committers as well Issue-ID: CPS-2433 Change-Id: I1c6c7f11bd4a69d7afc7c524453f9fb44188f238 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