-
Notifications
You must be signed in to change notification settings - Fork 309
/
Copy pathcloud-config.yml
65 lines (65 loc) · 1.36 KB
/
cloud-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
azs:
- name: z1
- name: z2
- name: z3
compilation:
az: z1
network: default
reuse_compilation_vms: true
vm_type: minimal
workers: 6
disk_types:
- disk_size: 1024
name: 1GB
- disk_size: 5120
name: 5GB
- disk_size: 10240
name: 10GB
- disk_size: 100240
name: 100GB
# Note: the "default" disk type is not used in cf-deployment.
# it is included for compatibility with the bosh-deployment
# cloud-config.
- disk_size: 1024
name: default
networks:
- name: default
subnets:
- azs: [z1, z2, z3]
cloud_properties:
name: random
gateway: 10.244.0.1
range: 10.244.0.0/20
reserved:
- 10.244.0.1
static:
- 10.244.0.2 - 10.244.0.127
- 10.244.1.0 - 10.244.1.127
- 10.244.2.0 - 10.244.2.127
- 10.244.3.0 - 10.244.3.127
vm_extensions:
- name: 5GB_ephemeral_disk
- name: 10GB_ephemeral_disk
- name: 50GB_ephemeral_disk
- name: 100GB_ephemeral_disk
- name: 500GB_ephemeral_disk
- name: 1TB_ephemeral_disk
- name: ssh-proxy-and-router-lb
cloud_properties:
ports:
- host: 80
- host: 443
- host: 2222
- name: cf-tcp-router-network-properties
cloud_properties:
ports:
- host: 1024-1123
vm_types:
- name: minimal
- name: small
- name: small-highmem
- name: medium
# Note: the "default" vm type is not used in cf-deployment.
# it is included for compatibility with the bosh-deployment
# cloud-config.
- name: default