Skip to content

Instantly share code, notes, and snippets.

@drnic
Created July 17, 2017 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drnic/14914246063db649750c98ccc02c36a2 to your computer and use it in GitHub Desktop.
Save drnic/14914246063db649750c98ccc02c36a2 to your computer and use it in GitHub Desktop.
name: say-hello
releases:
- name: sample-windows-bosh-release
version: latest
stemcells:
- alias: windows
os: windows2016
version: latest
update:
canaries: 1
canary_watch_time: 30000-120000
update_watch_time: 30000-120000
max_in_flight: 1
max_errors: 2
serial: false
instance_groups:
- name: hello
instances: 1
lifecycle: service
stemcell: windows
vm_type: default
azs: [z1]
networks:
- name: default
jobs:
- name: say-hello
release: sample-windows-bosh-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment