diff options
author | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2019-03-15 12:02:42 +0000 |
---|---|---|
committer | mahendrr <mahendra.raghuwanshi@amdocs.com> | 2019-04-17 03:59:20 +0000 |
commit | bd10dfccb96a009d8a34339b570cc44cf3e4149e (patch) | |
tree | 011c33995db0bcf7316b833fad6eb9df26a1cb50 /requirements.yaml | |
parent | 715a2a894e076b1529bdd1740c7ffaf46f62e219 (diff) |
Upgrade AAI to use common shared Cassandra
Change-Id: I0186b09697f32115595383c4e409e608e2cf767f
Issue-ID: OOM-1652
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'requirements.yaml')
-rw-r--r-- | requirements.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements.yaml b/requirements.yaml index 01f6f1a..24f69b2 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -19,3 +19,10 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) 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 |