From 89f6723ac3077f6d29f61319b6ae02638a966fdb Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 1 Nov 2018 13:45:31 -0700 Subject: Run k8s orchestration plane in dedicated VM Running the orchestration plane in the Rancher VM seems less stable. Go back to running the orchestration plane in a separate, dedicated VM instead. Change-Id: Iaf110ad9d433fd716732d881e627841f923ed55e Issue-ID: INT-586 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/heat/onap-oom/scripts') 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 928142f5d..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 0); 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 -- cgit 1.2.3-korg