diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2020-07-20 15:33:54 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2020-07-20 15:33:54 -0400 |
commit | e68cf13d6a550df5c9f7b4f4ddcdea594a08dc5f (patch) | |
tree | 4564ab51e648abba02ce0544239a8a0195e30faf /cps/README.md | |
parent | a72da1dc488527fd4c8c318188d62a1c5b5d908c (diff) |
Add dedicated folder for CPS PoC
Issue-ID: CCSDK-2510
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ib9017d57860ac6e8e5c719d54bcb5905b52dffd8
Diffstat (limited to 'cps/README.md')
-rw-r--r-- | cps/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |