diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-04-30 19:17:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-30 19:17:52 +0000 |
commit | 354afbbf205d4c7e34337d7af184560882966d91 (patch) | |
tree | c3c7d813d64a6451b5630ab02183abe0727cde02 /kubernetes/sdc/requirements.yaml | |
parent | d9054f9a949d5a5842818ec51731f9889028e06f (diff) | |
parent | 35f83f5ba9cf0e7053160710fa18d73156bdba66 (diff) |
Merge "Upgrade SDC to use common Cassandra Cluster"
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 + |