aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-01-31 12:52:37 -0800
committerGary Wu <gary.i.wu@huawei.com>2019-01-31 12:52:37 -0800
commita8ad3e12ff7dfa6daab29950cde24a132706d9ef (patch)
tree3bf7a07a80a87346de3afff12f84ea94444d37ce /deployment/heat/onap-oom
parent9afd113b68c509606f054a170850cb03db6b5801 (diff)
Disable SDNC clustering due to SDNC-482
Disable SDNC clustering in integration-override due to SDNC-482. Change-Id: I005e4465fa487f0df0da5afce541732c65a6bdd5 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom')
-rw-r--r--deployment/heat/onap-oom/env/tlab/onap-oom.env5
-rw-r--r--deployment/heat/onap-oom/env/windriver/onap-oom.env5
2 files changed, 6 insertions, 4 deletions
diff --git a/deployment/heat/onap-oom/env/tlab/onap-oom.env b/deployment/heat/onap-oom/env/tlab/onap-oom.env
index 094a60429..c33953138 100644
--- a/deployment/heat/onap-oom/env/tlab/onap-oom.env
+++ b/deployment/heat/onap-oom/env/tlab/onap-oom.env
@@ -63,9 +63,10 @@ parameters:
openStackUserName: "${OS_USERNAME}"
openStackEncryptedPassword: "${OS_PASSWORD}"
sdnc:
- replicaCount: 3
+ # defaulting to no clustering due to SDNC-482
+ replicaCount: 1
config:
- enableClustering: true
+ enableClustering: false
aai:
liveness:
initialDelaySeconds: 120
diff --git a/deployment/heat/onap-oom/env/windriver/onap-oom.env b/deployment/heat/onap-oom/env/windriver/onap-oom.env
index d511a3d32..b5aaa4627 100644
--- a/deployment/heat/onap-oom/env/windriver/onap-oom.env
+++ b/deployment/heat/onap-oom/env/windriver/onap-oom.env
@@ -64,9 +64,10 @@ parameters:
openStackUserName: "${OS_USERNAME}"
openStackEncryptedPassword: "${OS_PASSWORD}"
sdnc:
- replicaCount: 3
+ # defaulting to no clustering due to SDNC-482
+ replicaCount: 1
config:
- enableClustering: true
+ enableClustering: false
aai:
liveness:
initialDelaySeconds: 120