X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Frequirements.yaml;h=2ce7b9dc24f049ddf0cfaf7e5f47ed2b1f6dd6fa;hb=cdf77a62bcf617cdcf9baca715798621d09bb46b;hp=1e8f788318a5e0a75ba1cc40368ee5633f0732a1;hpb=b1f9efe112b56cec2e185d2e649af76726d3ed41;p=oom.git diff --git a/kubernetes/sdc/requirements.yaml b/kubernetes/sdc/requirements.yaml index 1e8f788318..2ce7b9dc24 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: ~6.x-0 + repository: '@local' + + - name: cassandra + version: ~6.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 +