Enable Cassandra for AAI in minimal ONAP environment 64/99664/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 16 Dec 2019 10:44:27 +0000 (11:44 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 16 Dec 2019 10:52:18 +0000 (11:52 +0100)
Deployment of AAI component fails unless Cassandra is enabled in the
cluster [1].

This patch also adds Cassandra to the list of enabled components and
fixes minor typos in the documentation.

[1] https://git.onap.org/aai/oom/tree/requirements.yaml#n23

Issue-ID: INT-1402
Change-Id: I5cb57e1909f749bb8d28fac0e5eeb09f6cfe4b33
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
kubernetes/onap/resources/environments/minimal-onap.yaml

index 989174c..336e937 100644 (file)
 # 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