commit | fa56d71bb94d88f657a9d73fb91c3036220f32ab | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Thu Jan 07 12:21:38 2021 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Jan 11 10:01:27 2021 +0100 |
tree | 163bd68ae4a77cdc4412a5354958090e7063f257 | |
parent | 45b0d293c2d625c6d352d71a743f832c5e287c4e [diff] |
Rework CpsModulePersistenceService - remove getModuleReferences - provide service returning YangTextSchemaSourceSet Issue-ID: CPS-21 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I61cf6450c8ed8a5154990ea19467e016dc1155b4
This folder contains all files for Configuration Persistence Service.
The code here is related to CPS POC, then it must be kept self contained in this cps folder to prevent any impact on current ccsdk components and to be ready to be moved in its own repo once CPS becomes a standalone project.
CREATE USER cps WITH PASSWORD 'cps'; CREATE DATABASE cpsdb OWNER cps;
mvn clean package
java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/target/cps-rest-0.0.1-SNAPSHOT.jar