Skip to content

Instantly share code, notes, and snippets.

@keitwb

keitwb/cloud.yml Secret

Created May 19, 2017 20:59
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 keitwb/b0503487f29fb4c19ba5281ea5969185 to your computer and use it in GitHub Desktop.
Save keitwb/b0503487f29fb4c19ba5281ea5969185 to your computer and use it in GitHub Desktop.
BOSH-Lite Cloud Config
azs:
- name: z1
- name: z2
- name: z3
vm_types:
- name: default
disk_types:
- name: default
disk_size: 1024
networks:
- name: default
type: manual
subnets:
- azs: [z1, z2, z3]
dns: [8.8.8.8]
range: 10.244.0.0/24
gateway: 10.244.0.1
static: [10.244.0.34]
reserved: []
compilation:
workers: 5
az: z1
reuse_compilation_vms: true
vm_type: default
network: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment