From e68cf13d6a550df5c9f7b4f4ddcdea594a08dc5f Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 20 Jul 2020 15:33:54 -0400 Subject: Add dedicated folder for CPS PoC Issue-ID: CCSDK-2510 Signed-off-by: Bruno Sakoto Change-Id: Ib9017d57860ac6e8e5c719d54bcb5905b52dffd8 --- cps/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cps/README.md (limited to 'cps') diff --git a/cps/README.md b/cps/README.md new file mode 100644 index 000000000..b6131a1fa --- /dev/null +++ b/cps/README.md @@ -0,0 +1,7 @@ +# Configuration & Persistency Service + +This folder contains all files for +[Configuration & Persistency Service](https://wiki.onap.org/pages/viewpage.action?pageId=81406119). + +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. \ No newline at end of file -- cgit 1.2.3-korg