diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-04-17 12:21:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-17 12:21:38 +0000 |
commit | 8950554a7acd6b14633a5420cd18b3cf6b8d93cb (patch) | |
tree | ae70a5ca1889b05a536f58f82e125060e228fddd /kubernetes/aai/requirements.yaml | |
parent | 66dfea6665106cc179078a7ad52e5031637ab341 (diff) | |
parent | 6b77b72f56094248bbf0cc3cd849afd58450edb1 (diff) |
Merge "Upgrade AAI to use common shared Cassandra"
Diffstat (limited to 'kubernetes/aai/requirements.yaml')
-rw-r--r-- | kubernetes/aai/requirements.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/aai/requirements.yaml b/kubernetes/aai/requirements.yaml index 01f6f1a9aa..24f69b2e10 100644 --- a/kubernetes/aai/requirements.yaml +++ b/kubernetes/aai/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 |