aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/scripts
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-11-13 18:41:45 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-11-13 18:41:45 -0800
commit6e6620174c1f788bd4d6153a2a34c33fb4f83c8d (patch)
treef5dcff39c69455029449ac73a41ec0c23caf4926 /deployment/heat/onap-oom/scripts
parentb804a0524a40391584e88cf702a20b590530f343 (diff)
Reduce sizes of etcd and orch VMs
Reduce sizes of etcd and orch VMs. Also add one more orch VM for resilience. Change-Id: I8947e0fb6af7e788146e6a67f165b9dbc879dcf6 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/scripts')
-rwxr-xr-xdeployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh b/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
index 1167496c5..b9e4f10bb 100755
--- a/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
+++ b/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
@@ -103,7 +103,7 @@ for VM_NUM in $(seq 3); do
VM_TYPE=etcd HOST_LABEL=etcd VM_NUM=$VM_NUM envsubst < $PARTS_DIR/onap-oom-2.yaml
done
-for VM_NUM in $(seq 1); do
+for VM_NUM in $(seq 2); do
VM_TYPE=orch HOST_LABEL=orchestration VM_NUM=$VM_NUM envsubst < $PARTS_DIR/onap-oom-2.yaml
done