We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be65e4a commit 6bb90ccCopy full SHA for 6bb90cc
ci/scripts/acceptance-tests.sh
@@ -34,8 +34,14 @@ prepare_cf_deployment() {
34
35
cat << EOF > ops.yml
36
- type: replace
37
- path: /instance_groups/name=diego-cell/instances
38
- value: 3
+ path: /instance_groups/name=diego-cell/vm_type
+ value: large
39
+- type: replace
40
+ path: /instance_groups/name=router/vm_type
41
42
43
+ path: /instance_groups/name=api/vm_type
44
45
EOF
46
47
bosh --non-interactive --deployment cf deploy --ops-file ops.yml manifest.yml
0 commit comments