forked from cloudfoundry/bosh-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bosh-lite-grootfs.yml
41 lines (35 loc) · 1.32 KB
/
bosh-lite-grootfs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
- type: replace
path: /releases/-
value:
name: grootfs
version: "0.24.0"
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/grootfs-0.24.0-ubuntu-trusty-3468.13-20171209-002316-077992843-20171209002321.tgz?versionId=Uf5pPLCqxnQFmHFRslzFmlQ2ixtViE3S
sha1: 1a9374e0d35f3f64989ff1d8980d52e48dca56ee
- type: replace
path: /instance_groups/name=bosh/jobs/name=garden/properties?/garden/image_plugin?
value: /var/vcap/packages/grootfs/bin/grootfs
- type: replace
path: /instance_groups/name=bosh/jobs/name=garden/properties/garden/image_plugin_extra_args?
value:
- --config
- /var/vcap/jobs/grootfs/config/grootfs_config.yml
- type: replace
path: /instance_groups/name=bosh/jobs/name=garden/properties/garden/privileged_image_plugin?
value: /var/vcap/packages/grootfs/bin/grootfs
- type: replace
path: /instance_groups/name=bosh/jobs/name=garden/properties/garden/privileged_image_plugin_extra_args?
value:
- --config
- /var/vcap/jobs/grootfs/config/privileged_grootfs_config.yml
- type: replace
path: /instance_groups/name=bosh/jobs/-
value:
name: grootfs
release: grootfs
properties:
grootfs:
driver: btrfs
log_level: debug
- type: replace
path: /instance_groups/name=bosh/properties/warden_cpi/actions?/expand_stemcell_tarball
value: false