From 976f8fd6af79e5baa437962da53e2dd8ec5eb879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20C=2E=20R=C3=ADos?= Date: Tue, 21 Sep 2021 10:54:59 +0200 Subject: [PATCH] Scaling vm types By default, cf-deployment uses minimal vm type, scaling the main components up vertically to use large instead. --- ci/scripts/acceptance-tests.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ci/scripts/acceptance-tests.sh b/ci/scripts/acceptance-tests.sh index b17e51e..cde5077 100755 --- a/ci/scripts/acceptance-tests.sh +++ b/ci/scripts/acceptance-tests.sh @@ -34,8 +34,14 @@ prepare_cf_deployment() { cat << EOF > ops.yml - type: replace - path: /instance_groups/name=diego-cell/instances - value: 3 + path: /instance_groups/name=diego-cell/vm_type + value: large +- type: replace + path: /instance_groups/name=router/vm_type + value: large +- type: replace + path: /instance_groups/name=api/vm_type + value: large EOF bosh --non-interactive --deployment cf deploy --ops-file ops.yml manifest.yml