Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created March 18, 2015 15:04
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 jhiemer/186951d30c2be28d930a to your computer and use it in GitHub Desktop.
Save jhiemer/186951d30c2be28d930a to your computer and use it in GitHub Desktop.
resource_pools:
- name: small_z1
network: cf1
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.small
- name: small_z2
network: cf2
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.small
- name: medium_z1
network: cf1
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.medium
- name: medium_z2
network: cf2
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.medium
- name: large_z1
network: cf1
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.large
- name: large_z2
network: cf2
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.large
- name: runner_z1
network: cf1
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.large
- name: runner_z2
network: cf2
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.large
- name: router_z1
network: cf1
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.medium
- name: router_z2
network: cf2
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties:
instance_type: m1.medium
- name: small_errand
network: cf1
size: (( auto ))
stemcell: (( meta.stemcell ))
cloud_properties: (( merge || resource_pools.small_z1.cloud_properties ))
- name: small_svc_z1
network: cf1
size: (( auto ))
stemcell: (( meta.service_stemcell ))
cloud_properties:
instance_type: m1.small
- name: small_svc_z2
network: cf2
size: (( auto ))
stemcell: (( meta.service_stemcell ))
cloud_properties:
instance_type: m1.small
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment