X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Frequirements.yaml;h=58ae5a03e82b65aee0a061aa24569ead460c27bd;hb=557628a23bf7e1f841b392324687799bc7064d54;hp=d6975c49e4877dc514147aff9e272a43e13e55c4;hpb=670692c93c232b58b39ef088bdaad2106d5b1ec8;p=oom.git diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml index d6975c49e4..58ae5a03e8 100644 --- a/kubernetes/cds/requirements.yaml +++ b/kubernetes/cds/requirements.yaml @@ -15,8 +15,28 @@ dependencies: - name: common - version: ~5.x-0 + version: ~8.x-0 repository: '@local' - name: mariadb-galera - version: ~5.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