commit | d6a62cdfb1717318234cee63bc7c7297eac68007 | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Tue Feb 09 09:00:05 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Feb 09 09:00:05 2021 +0000 |
tree | 5a265ec5aef281ecce773d971ae930fdd2b5beec | |
parent | f419efa196d08601f2fe306982fe5666adc95f04 [diff] | |
parent | 355ed99c7305beee02fe05c61c4592f1f782a96e [diff] |
Merge "E2E Network Slice test for 'Coverage Area-Tracking Area & TA-Cell mapping' with updated data"
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