Skip to content

Instantly share code, notes, and snippets.

@Bo0mer
Created November 16, 2016 12:09
Show Gist options
  • Save Bo0mer/b9d31f108a9eb7c9d68577bbb1f0ae49 to your computer and use it in GitHub Desktop.
Save Bo0mer/b9d31f108a9eb7c9d68577bbb1f0ae49 to your computer and use it in GitHub Desktop.
Cloud config for warden infrastructure
azs:
- name: zone1
cloud_properties:
name: random
vm_types:
- name: small
cloud_properties:
name: random
disk_types:
- name: small
disk_size: 3000
cloud_properties: {}
networks:
- name: private
type: manual
subnets:
- range: 10.244.0.0/24
gateway: 10.244.0.1
az: zone1
cloud_properties:
name: random
compilation:
workers: 5
reuse_compilation_vms: true
az: zone1
vm_type: small
network: private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment