-
Notifications
You must be signed in to change notification settings - Fork 7
/
cloud-config.yml
78 lines (78 loc) · 1.27 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
66
67
68
69
70
71
72
73
74
75
76
77
78
# bosh -e vsphere ucc cloud-config.yml
# 3,$!bosh int -
azs:
- cloud_properties:
datacenters:
- clusters:
- cl:
resource_pool: BOSH
name: dc
name: vsphere
compilation:
az: vsphere
network: vsphere-subnet
reuse_compilation_vms: true
vm_type: compilation
workers: 15
disk_types:
- disk_size: 1024
name: default
networks:
- name: vsphere-subnet
subnets:
- azs:
- vsphere
cloud_properties:
name: BOSH
dns:
- 10.9.16.1
- 8.8.8.8
gateway: 10.9.16.1
range: 10.9.16.0/20
reserved:
- 10.9.16.1-10.9.16.19
static:
- 10.9.16.20-10.9.16.29
type: manual
vm_extensions: []
vm_types:
- cloud_properties:
cpu: 1
disk: 10240
ram: 1024
name: micro
- cloud_properties:
cpu: 2
disk: 10240
ram: 2048
name: small
- cloud_properties:
cpu: 4
disk: 16384
ram: 4096
name: compilation
- cloud_properties:
cpu: 4
disk: 10240
ram: 4096
name: medium
- cloud_properties:
cpu: 4
disk: 204800
ram: 8192
name: concourse-workers
- cloud_properties:
cpu: 8
disk: 32768
ram: 16384
name: large
- cloud_properties:
cpu: 8
disk: 32768
ram: 32768
name: xlarge-1
- cloud_properties:
cpu: 8
disk: 32768
ram: 32768
name: xlarge-2