X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Frequirements.yaml;h=e9661315f35b1e205c8b5637ce85385348d041c7;hb=a4b3718b00cf3ac65ede41f5bfa0e1481bbc6885;hp=1e8f788318a5e0a75ba1cc40368ee5633f0732a1;hpb=7000165ab96099998a21ec1ed8f306f50947c2ea;p=oom.git diff --git a/kubernetes/sdc/requirements.yaml b/kubernetes/sdc/requirements.yaml index 1e8f788318..e9661315f3 100644 --- a/kubernetes/sdc/requirements.yaml +++ b/kubernetes/sdc/requirements.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Modifications Copyright © 2018 AT&T, ZTE # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,5 +15,14 @@ dependencies: - name: common - version: ~2.0.0 - repository: '@local' \ No newline at end of file + version: ~4.x-0 + repository: '@local' + + - name: cassandra + version: ~4.x-0 + # local reference to common chart, as it is + # a part of this chart's package and will not + # be published independently to a repo (at this point) + repository: '@local' + condition: global.cassandra.localCluster +