Skip to content

Commit 6bb90cc

Browse files
committed
Scaling vm types
By default, cf-deployment uses minimal vm type, scaling the main components up vertically to use large instead.
1 parent be65e4a commit 6bb90cc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ci/scripts/acceptance-tests.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ prepare_cf_deployment() {
3434

3535
cat << EOF > ops.yml
3636
- type: replace
37-
path: /instance_groups/name=diego-cell/instances
38-
value: 3
37+
path: /instance_groups/name=diego-cell/vm_type
38+
value: large
39+
- type: replace
40+
path: /instance_groups/name=router/vm_type
41+
value: large
42+
- type: replace
43+
path: /instance_groups/name=api/vm_type
44+
value: large
3945
EOF
4046

4147
bosh --non-interactive --deployment cf deploy --ops-file ops.yml manifest.yml

0 commit comments

Comments
 (0)