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 18:38:55 +0000 |
commit | c76a0cb74d85af55fbe83ca93c831c96df87db4f (patch) | |
tree | 1f545a6b32c53db284bb866da7d46dbe70f0320d /deployment/heat/onap-oom/env/gwu | |
parent | 5cd6646a9bc27ca9977a86f2e051b51828da3b1e (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/gwu')
-rw-r--r-- | deployment/heat/onap-oom/env/gwu/onap.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/env/gwu/onap.env b/deployment/heat/onap-oom/env/gwu/onap.env index 7bdd9a58d..2b10306f5 100644 --- a/deployment/heat/onap-oom/env/gwu/onap.env +++ b/deployment/heat/onap-oom/env/gwu/onap.env @@ -35,3 +35,7 @@ parameters: openStackUserName: "${OS_USERNAME}" openStackKeyStoneUrl: "http://192.168.1.11:5000" openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" + appc: + replicaCount: 3 + sdnc: + replicaCount: 3 |