Skip to content

Instantly share code, notes, and snippets.

@wolfoo2931
Last active January 26, 2017 13:40
Show Gist options
  • Save wolfoo2931/46d8fb9a3aa98940c9538903e1bde744 to your computer and use it in GitHub Desktop.
Save wolfoo2931/46d8fb9a3aa98940c9538903e1bde744 to your computer and use it in GitHub Desktop.
azs:
- name: z1
cloud_properties: {availability_zone: REPLACE}
- name: z2
cloud_properties: {availability_zone: REPLACE}
- name: z3
cloud_properties: {availability_zone: REPLACE}
vm_types:
- name: small
cloud_properties: {instance_type: t2.micro, ephemeral_disk: {size: 8192, type: gp2}}
- name: big
cloud_properties: {instance_type: t2.medium, ephemeral_disk: {size: 16384, type: gp2}}
disk_types:
- name: small
disk_size: 3000
cloud_properties: {type: gp2}
- name: big
disk_size: 50_000
cloud_properties: {type: gp2}
networks:
- name: service-instances
type: manual
subnets:
- range: REPLACE
gateway: REPLACE
reserved:
- REPLACE
- REPLACE
azs: [z1, z2, z3]
dns: [REPLACE]
cloud_properties: {subnet: REPLACE}
compilation:
az: z1
workers: 5
vm_type: big
network: service-instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment