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