X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Frequirements.yaml;h=58ae5a03e82b65aee0a061aa24569ead460c27bd;hb=557628a23bf7e1f841b392324687799bc7064d54;hp=51a4e3f9a1cf513f64c52ab778b38cf4d149beab;hpb=d76196456604da6e6d97e63a4e67c13984bc19f8;p=oom.git diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml index 51a4e3f9a1..58ae5a03e8 100644 --- a/kubernetes/cds/requirements.yaml +++ b/kubernetes/cds/requirements.yaml @@ -15,8 +15,28 @@ dependencies: - name: common - version: ~4.x-0 + version: ~8.x-0 repository: '@local' - name: mariadb-galera - version: ~4.x-0 - repository: '@local' \ No newline at end of file + version: ~8.x-0 + repository: '@local' + - name: cds-blueprints-processor + version: ~8.x-0 + repository: 'file://components/cds-blueprints-processor' + condition: cds-blueprints-processor.enabled + - name: cds-command-executor + version: ~8.x-0 + repository: 'file://components/cds-command-executor' + condition: cds-command-executor.enabled + - name: cds-py-executor + version: ~8.x-0 + repository: 'file://components/cds-py-executor' + condition: cds-py-executor.enabled + - name: cds-sdc-listener + version: ~8.x-0 + repository: 'file://components/cds-sdc-listener' + condition: cds-sdc-listener.enabled + - name: cds-ui + version: ~8.x-0 + repository: 'file://components/cds-ui' + condition: cds-ui.enabled