diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-12-17 18:58:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-17 18:58:54 +0000 |
commit | 1dd281fc7e5d96d585561dd9bdbb90173a698a6a (patch) | |
tree | a78e278fd9001f9456629050d6a630e853449d4f /kubernetes | |
parent | 4a18669124ad341e06ffec59711a477d7223c873 (diff) | |
parent | 510c7e324a0edb3295a9d3bfa33e902e440b098c (diff) |
Merge "Enable Cassandra for AAI in minimal ONAP environment"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/onap/resources/environments/minimal-onap.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/onap/resources/environments/minimal-onap.yaml b/kubernetes/onap/resources/environments/minimal-onap.yaml index 989174c1c4..336e93788c 100644 --- a/kubernetes/onap/resources/environments/minimal-onap.yaml +++ b/kubernetes/onap/resources/environments/minimal-onap.yaml @@ -13,10 +13,10 @@ # limitations under the License. -# This override file is used to deploy a minmal configuration to -# to onboard and deploy a VNF. +# This override file is used to deploy a minimal configuration to +# onboard and deploy a VNF. # It includes the following components: -# A&AI, DMAAP, Portal, Robot, SDC, SDNC, SO, VID +# A&AI, Cassandra, DMAAP, Portal, Robot, SDC, SDNC, SO, VID # # Minimal resources are also reviewed for the various containers # A&AI: no override => to be fixed @@ -52,7 +52,7 @@ aaf: appc: enabled: false cassandra: - enabled: false + enabled: true replicaCount: 1 clamp: enabled: false |