diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-23 11:37:25 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-23 11:37:25 -0700 |
commit | 3432500c901b725e33eeb6bd5739ff499e8127b0 (patch) | |
tree | 5f1bcfde6b90990dfb2eccfe05bba0ec72400eda /deployment/heat/onap-oom/env/windriver/Integration-SB-07.env | |
parent | 8d06be55102fc2fed7a0a2f0036ffd6ee3500c78 (diff) |
Default 3 node APPC and SDNC
Change-Id: I422c6619ed41ea19736b0a77c37399d22e9ed30b
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/env/windriver/Integration-SB-07.env')
-rw-r--r-- | deployment/heat/onap-oom/env/windriver/Integration-SB-07.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-07.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-07.env index a3d137270..8336b504b 100644 --- a/deployment/heat/onap-oom/env/windriver/Integration-SB-07.env +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-07.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 |