Created
August 2, 2017 01:20
-
-
Save luan/7c196d994791cc14043edece36d7dc7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: replace | |
path: /releases/- | |
value: | |
name: grootfs | |
version: "0.21.0" | |
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/grootfs-0.21.0-ubuntu-trusty-3421.9-20170715-015624-456359848-20170715015628.tgz?versionId=YMly21JNkDvhw0TWefdFtQNE4dz_PHkL | |
sha1: 752d5a2686dfce0de888864f283f1eab6519ad6d | |
- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment