diff options
author | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2019-03-20 10:42:49 +0000 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-04-19 15:50:13 +0000 |
commit | 35f83f5ba9cf0e7053160710fa18d73156bdba66 (patch) | |
tree | 7c8758f6242245382fd26f8aa079a3017750ef11 /kubernetes/sdc/requirements.yaml | |
parent | 70b07469dada287b97c41c4eda6c18f514a3f5a6 (diff) |
Upgrade SDC to use common Cassandra Cluster
Change-Id: I2ea2841c6902b786446c7bc850183fa21552214a
Issue-ID: OOM-1203
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/requirements.yaml')
-rw-r--r-- | kubernetes/sdc/requirements.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/sdc/requirements.yaml b/kubernetes/sdc/requirements.yaml index 6f49b16ca9..e9661315f3 100644 --- a/kubernetes/sdc/requirements.yaml +++ b/kubernetes/sdc/requirements.yaml @@ -17,3 +17,12 @@ dependencies: - name: common 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 + |