X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Frequirements.yaml;h=c5c05bb43df0fc7abd2f344dc99f78516b7324ce;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=d6975c49e4877dc514147aff9e272a43e13e55c4;hpb=85a4ce200ae024713083a25db17b2a1514ee2ba5;p=oom.git diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml index d6975c49e4..c5c05bb43d 100644 --- a/kubernetes/cds/requirements.yaml +++ b/kubernetes/cds/requirements.yaml @@ -1,5 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada -# Modifications Copyright © 2018 Orange +# Modifications Copyright © 2018,2020-2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,8 +15,28 @@ dependencies: - name: common - version: ~5.x-0 + version: ~9.x-0 repository: '@local' - name: mariadb-galera - version: ~5.x-0 - repository: '@local' \ No newline at end of file + version: ~9.x-0 + repository: '@local' + - name: cds-blueprints-processor + version: ~9.x-0 + repository: 'file://components/cds-blueprints-processor' + condition: cds-blueprints-processor.enabled + - name: cds-command-executor + version: ~9.x-0 + repository: 'file://components/cds-command-executor' + condition: cds-command-executor.enabled + - name: cds-py-executor + version: ~9.x-0 + repository: 'file://components/cds-py-executor' + condition: cds-py-executor.enabled + - name: cds-sdc-listener + version: ~9.x-0 + repository: 'file://components/cds-sdc-listener' + condition: cds-sdc-listener.enabled + - name: cds-ui + version: ~9.x-0 + repository: 'file://components/cds-ui' + condition: cds-ui.enabled