From 3432500c901b725e33eeb6bd5739ff499e8127b0 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 23 May 2018 11:37:25 -0700 Subject: Default 3 node APPC and SDNC Change-Id: I422c6619ed41ea19736b0a77c37399d22e9ed30b Issue-ID: INT-381 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/env/windriver/Integration-SB-03.env | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deployment/heat/onap-oom/env/windriver/Integration-SB-03.env') diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env index a3d137270..8336b504b 100644 --- a/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env @@ -35,3 +35,7 @@ parameters: openStackUserName: "${OS_USERNAME}" openStackKeyStoneUrl: "http://10.12.25.2:5000" openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" + appc: + replicaCount: 3 + sdnc: + replicaCount: 3 -- cgit 1.2.3-korg