From c72d298878991c6d2cc6e34f11eb8abcdc72d33b Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 31 May 2018 11:22:45 -0700 Subject: Set override to enable SDNC clustering Also disable log pods in all Wind River SB environments to avoid VM crashing issue. Change-Id: Ide0667961cd84678ceff43d53298600fde68080c Issue-ID: INT-381 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/env/windriver/Integration-SB-01.env | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deployment/heat/onap-oom/env/windriver/Integration-SB-01.env') diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-01.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-01.env index 20e78f5c0..abe4661cd 100644 --- a/deployment/heat/onap-oom/env/windriver/Integration-SB-01.env +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-01.env @@ -37,5 +37,11 @@ parameters: openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" appc: replicaCount: 3 + config: + enableClustering: true sdnc: replicaCount: 3 + config: + enableClustering: true + log: + enabled: false -- cgit 1.2.3-korg