X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Frequirements.yaml;h=214999b93a647844de7dbab60d2c58b75a5fcf4a;hb=806b539184191f160097507ca351a226b4eaf760;hp=eafe11035ec49fd21842682767d774aa1e6e425a;hpb=1f3834edb12b81c85e452c16cccd249fc084dcea;p=oom.git diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml index eafe11035e..214999b93a 100644 --- a/kubernetes/cds/requirements.yaml +++ b/kubernetes/cds/requirements.yaml @@ -15,8 +15,28 @@ dependencies: - name: common - version: ~6.x-0 + version: ~7.x-0 repository: '@local' - name: mariadb-galera - version: ~6.x-0 - repository: '@local' \ No newline at end of file + version: ~7.x-0 + repository: '@local' + - name: cds-blueprints-processor + version: ~7.x-0 + repository: 'file://components/cds-blueprints-processor' + condition: cds-blueprints-processor.enabled + - name: cds-blueprints-processor + version: ~7.x-0 + repository: 'file://components/cds-command-executor' + condition: cds-command-executor.enabled + - name: cds-py-executor + version: ~7.x-0 + repository: 'file://components/cds-py-executor' + condition: cds-py-executor.enabled + - name: cds-sdc-listener + version: ~7.x-0 + repository: 'file://components/cds-sdc-listener' + condition: cds-sdc-listener.enabled + - name: cds-ui + version: ~7.x-0 + repository: 'file://components/cds-ui' + condition: cds-ui.enabled