diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-03-01 09:26:13 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-03-04 14:02:06 +0100 |
commit | 7acab5645e0fa68f45941c8f1358307fb2e10c8f (patch) | |
tree | 7de3629aea41b27f47db4526b3b14eece40b26e2 /kubernetes/cds/README.md | |
parent | 54a0a8a2a2f6e5ef7debf616de0abbc1c421a231 (diff) |
Add CDS as new chart
CDS (Common Design Studio) was put in common but with the arrival of a
chart that hosts the UI, it seems better to have it into its own "root"
chart.
For now, CDS chart is being installed if it's set as enabled in SDNC.
Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52
Issue-ID: CCSDK-1015
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/cds/README.md')
-rw-r--r-- | kubernetes/cds/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kubernetes/cds/README.md b/kubernetes/cds/README.md new file mode 100644 index 0000000000..6619b8f2c3 --- /dev/null +++ b/kubernetes/cds/README.md @@ -0,0 +1,20 @@ +# CDS + +## Introduction + +CDS stands for Common Design Studio. It helps developping service specific +artifacts for pre instanciation and post configuration. + +Full description is on [ONAP Read the Doc](https://docs.onap.org/en/latest/submodules/ccsdk/cds.git/docs/index.html). + +Charts has an UI and blueprints processort and controllers. +Trigger to enable it is on SDNC chart has of today. + +## Requirements + +CDS needs the following ONAP projects to work: + +- AAI +- SO +- SDC +- SDNC |