Created
January 25, 2016 01:29
-
-
Save emalm/236ed28870c680ac7d4c to your computer and use it in GitHub Desktop.
Provisional example vSphere iaas-settings stub for diego-release, circa Diego v0.1448.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iaas_settings: | |
compilation_cloud_properties: | |
cpu: 2 | |
disk: 8192 | |
ram: 1024 | |
disk_pools: | |
- cloud_properties: | |
type: thick | |
name: database_disks | |
resource_pool_cloud_properties: | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: access_z1 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: access_z2 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: access_z3 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: brain_z1 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: brain_z2 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: brain_z3 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: cc_bridge_z1 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: cc_bridge_z2 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: cc_bridge_z3 | |
- cloud_properties: | |
cpu: 2 | |
disk: 32768 | |
ram: 8192 | |
name: cell_z1 | |
- cloud_properties: | |
cpu: 2 | |
disk: 32768 | |
ram: 8192 | |
name: cell_z2 | |
- cloud_properties: | |
cpu: 2 | |
disk: 32768 | |
ram: 8192 | |
name: cell_z3 | |
- cloud_properties: | |
cpu: 2 | |
disk: 32768 | |
ram: 8192 | |
name: colocated_z1 | |
- cloud_properties: | |
cpu: 2 | |
disk: 32768 | |
ram: 8192 | |
name: colocated_z2 | |
- cloud_properties: | |
cpu: 2 | |
disk: 32768 | |
ram: 8192 | |
name: colocated_z3 | |
- cloud_properties: | |
cpu: 2 | |
disk: 16384 | |
ram: 4096 | |
name: database_z1 | |
- cloud_properties: | |
cpu: 2 | |
disk: 16384 | |
ram: 4096 | |
name: database_z2 | |
- cloud_properties: | |
cpu: 2 | |
disk: 16384 | |
ram: 4096 | |
name: database_z3 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: route_emitter_z1 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: route_emitter_z2 | |
- cloud_properties: | |
cpu: 1 | |
disk: 4096 | |
ram: 1024 | |
name: route_emitter_z3 | |
stemcell: | |
name: bosh-vsphere-esxi-ubuntu-trusty-go_agent | |
version: latest | |
subnet_configs: | |
- name: diego1 | |
subnets: | |
- cloud_properties: | |
name: PLACEHOLDER-diego1-network-name | |
dns: | |
- 10.10.0.2 | |
gateway: 10.10.5.1 | |
range: 10.10.5.0/24 | |
reserved: | |
- 10.10.5.2 - 10.10.5.9 | |
static: | |
- 10.10.5.10 - 10.10.5.63 | |
- name: diego2 | |
subnets: | |
- cloud_properties: | |
name: PLACEHOLDER-diego2-network-name | |
dns: | |
- 10.10.0.2 | |
gateway: 10.10.6.1 | |
range: 10.10.6.0/24 | |
reserved: | |
- 10.10.6.2 - 10.10.6.9 | |
static: | |
- 10.10.6.10 - 10.10.6.63 | |
- name: diego3 | |
subnets: | |
- cloud_properties: | |
name: PLACEHOLDER-diego3-network-name | |
dns: | |
- 10.10.0.2 | |
gateway: 10.10.7.1 | |
range: 10.10.7.0/24 | |
reserved: | |
- 10.10.7.2 - 10.10.7.9 | |
static: | |
- 10.10.7.10 - 10.10.7.63 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment