commit | 6d92e66798eb25ce1dc2d5f405f24db55939644b | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Wed Nov 18 10:56:06 2020 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Wed Nov 18 11:13:06 2020 +0200 |
tree | edae06076e98a8da80bd96d72f4e371c34e14ee4 | |
parent | e40f4d2dce4c4adf57b99c3daf524b14204279b9 [diff] |
Networking fix for docker compose Issue-ID: CPS-22 JIRA: https://jira.onap.org/browse/CPS-22 Change-Id: If539ede5edc9227bacf06e6d2314c55275199430 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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