diff options
author | 2018-05-31 11:22:45 -0700 | |
---|---|---|
committer | 2018-05-31 11:22:45 -0700 | |
commit | c72d298878991c6d2cc6e34f11eb8abcdc72d33b (patch) | |
tree | afc65fcc8473b3e97bd71bd2888f9b3ba72da33c /deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env | |
parent | 99385531dae40f889c1329a9da26ef76aa53ae63 (diff) |
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 <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env')
-rw-r--r-- | deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env b/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env index fb9ad20bb..3532af4bb 100644 --- a/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env +++ b/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env @@ -37,5 +37,9 @@ parameters: openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" appc: replicaCount: 3 + config: + enableClustering: true sdnc: replicaCount: 3 + config: + enableClustering: true |