-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvsphere-cloud-config.yml
54 lines (52 loc) · 1.24 KB
/
vsphere-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
azs:
- name: z1
cloud_properties:
datacenters:
- clusters: #[vcenter : {}] <--- REPLACEME vSphere cluster name (usually found in original BOSH director manifest)
- name: z2
cloud_properties:
datacenters:
- clusters: #[vcenter : {}] <--- REPLACEME vSphere cluster name (usually found in original BOSH director manifest)
- name: z3
cloud_properties:
datacenters:
- clusters: #[vcenter : {}] <--- REPLACEME vSphere cluster name (usually found in original BOSH director manifest)
vm_types:
- name: large
cloud_properties:
cpu: 4
ram: 32768
disk: 50_000
- name: small
cloud_properties:
cpu: 2
ram: 8048
disk: 20_000
disk_types:
- name: default
disk_size: 10_000
- name: large
disk_size: 50_000
- name: xlarge
disk_size: 120_000
networks:
- name: default
type: manual
subnets:
# - range: 1.1.1.0/24 <--- REPLACEME with correct subnet information for your vSphere env
# gateway: 1.1.1.1
# dns: [1.1.1.1.2]
# az: z1
# cloud_properties:
# name: "VM Network"
# static:
# - 1.1.1.101 - 1.1.1.103
# reserved:
# - 1.1.1.1 - 1.1.1.100
# - 1.1.1.105 - 1.1.1.255
compilation:
workers: 1
az: z1
network: default
reuse_compilation_vms: true
vm_type: large