Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created August 12, 2015 09:46
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/31bd109cb22ac3c1c90a to your computer and use it in GitHub Desktop.
Save jhiemer/31bd109cb22ac3c1c90a to your computer and use it in GitHub Desktop.
iaas_settings:
stemcell:
name: bosh-openstack-kvm-ubuntu-trusty-go_agent
version: latest
compilation_cloud_properties:
instance_type: cf.medium
network: diego1
workers: 2
subnet_configs:
- name: diego1
subnets:
- name: private
range: 172.24.104.0/24
gateway: 172.24.104.1
dns:
- 8.8.8.8
- 172.24.100.12
reserved:
- 172.24.104.2 - 172.24.104.19
static:
- 172.24.104.50 - 172.24.104.250
cloud_properties:
net_id: 785c07ff-03f4-4960-8f87-fc53da1b9dae
security_groups:
- cf-public
- cf-private
- name: diego2
subnets:
- name: private
range: 172.24.105.0/24
gateway: 172.24.105.1
dns:
- 8.8.8.8
- 172.24.100.12
reserved:
- 172.24.105.2 - 172.24.105.19
static:
- 172.24.105.50 - 172.24.105.250
cloud_properties:
net_id: de9b1c58-008a-459d-8955-bb822e5616d1
security_groups:
- cf-public
- cf-private
- name: diego3
subnets:
- name: private
range: 172.24.106.0/24
gateway: 172.24.106.1
dns:
- 8.8.8.8
- 172.24.100.12
reserved:
- 172.24.106.2 - 172.24.106.19
static:
- 172.24.106.50 - 172.24.106.250
cloud_properties:
net_id: 293f6392-ba32-4937-a4db-192f68ca6b66
security_groups:
- cf-public
- cf-private
resource_pool_cloud_properties:
- name: access_z1
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: access_z2
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: access_z3
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: brain_z1
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: brain_z2
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: brain_z3
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: cc_bridge_z1
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: cc_bridge_z2
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: cc_bridge_z3
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: cell_z1
cloud_properties:
<<: (( merge ))
instance_type: cf.large
- name: cell_z2
cloud_properties:
<<: (( merge ))
instance_type: cf.large
- name: etcd_z1
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: etcd_z2
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: etcd_z3
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: cell_z3
cloud_properties:
<<: (( merge ))
instance_type: cf.large
- name: database_z1
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: database_z2
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: database_z3
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: route_emitter_z1
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: route_emitter_z2
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
- name: route_emitter_z3
cloud_properties:
<<: (( merge ))
instance_type: cf.medium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment