Skip to content

Instantly share code, notes, and snippets.

@zankich
Last active June 1, 2016 22:25
Show Gist options
  • Save zankich/93240d431b2f3479860179c194e4bb27 to your computer and use it in GitHub Desktop.
Save zankich/93240d431b2f3479860179c194e4bb27 to your computer and use it in GitHub Desktop.
manifest used for compiling bosh releases
# bosh export release bosh/256.2 ubuntu-trusty/3232.4
---
director_uuid: REPLACE_ME
name: compilation
releases:
- name: bosh
version: latest
stemcells:
- alias: trusty
os: ubuntu-trusty
version: latest
instance_groups: []
update:
canaries: 1
max_in_flight: 1
serial: false
canary_watch_time: 1000-60000
update_watch_time: 1000-60000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment