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