diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-30 16:18:34 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-30 17:26:17 -0700 |
commit | 286f452409abf80ef7089a474fd42f7af028df7f (patch) | |
tree | 2f52f4cbacf04e0026a5b3a025ff897ba7e5ddce /deployment/heat/onap-oom/scripts | |
parent | 2071687a1763806b64c6d7ea054fd1ed20fbc1fb (diff) |
Dedicate more resources to etcd and orch planes
Change-Id: Icbb89977ed58ed558014ffa7760fbe04daa7f45c
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/scripts')
-rwxr-xr-x | deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh | 2 |
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 0afd48085..570011128 100755 --- a/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh +++ b/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh @@ -101,7 +101,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 2); do +for VM_NUM in $(seq 1); do VM_TYPE=orch HOST_LABEL=orchestration VM_NUM=$VM_NUM envsubst < $PARTS_DIR/onap-oom-2.yaml done |