aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/requirements.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-26 09:55:32 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-26 09:55:32 +0000
commit62e7f12b980b86d16610404fff73bdedaade7de6 (patch)
tree7884275b43067fe436ffef0bb7a849a790c2db4c /kubernetes/cds/requirements.yaml
parentad8304614c396970f9ae1f18019d7bcca8f2baad (diff)
parent503b229517a752ce1ebc5950deb823a4b428148e (diff)
Merge "[CDS] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/cds/requirements.yaml')
-rw-r--r--kubernetes/cds/requirements.yaml22
1 files changed, 21 insertions, 1 deletions
diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml
index eafe11035e..122e403727 100644
--- a/kubernetes/cds/requirements.yaml
+++ b/kubernetes/cds/requirements.yaml
@@ -19,4 +19,24 @@ dependencies:
repository: '@local'
- name: mariadb-galera
version: ~6.x-0
- repository: '@local' \ No newline at end of file
+ repository: '@local'
+ - name: cds-blueprints-processor
+ version: ~6.x-0
+ repository: 'file://components/cds-blueprints-processor'
+ condition: cds-blueprints-processor.enabled
+ - name: cds-blueprints-processor
+ version: ~6.x-0
+ repository: 'file://components/cds-command-executor'
+ condition: cds-command-executor.enabled
+ - name: cds-py-executor
+ version: ~6.x-0
+ repository: 'file://components/cds-py-executor'
+ condition: cds-py-executor.enabled
+ - name: cds-sdc-listener
+ version: ~6.x-0
+ repository: 'file://components/cds-sdc-listener'
+ condition: cds-sdc-listener.enabled
+ - name: cds-ui
+ version: ~6.x-0
+ repository: 'file://components/cds-ui'
+ condition: cds-ui.enabled \ No newline at end of file