X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Frequirements.yaml;h=58ae5a03e82b65aee0a061aa24569ead460c27bd;hb=1383b4c295530f8e7288987ad919ab8790a22a6f;hp=d6975c49e4877dc514147aff9e272a43e13e55c4;hpb=f1e333499744981f7f0083ee1df85c2e0aa50bb5;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