-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathre-image-hosts.json
89 lines (89 loc) · 2.74 KB
/
re-image-hosts.json
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
79
80
81
82
83
84
85
86
87
88
89
{
"esxiIsoFileName": "VMware-VMvisor-Installer-7.0U3g-20328353.x86_64.iso",
"isoMdSum": "387d1ef5597690f1bc997f4f12fa738a",
"AcceptEsxiLicenseAgreement": "Yes",
"dns": [
"172.16.11.4",
"172.16.11.5"
],
"dnsSuffix0": "sfo.rainpole.io",
"hosts": [
{
"macAddress": "00:50:56:ba:84:c6",
"hostName": "sfo-m01-esxi01",
"clearPart": "--alldrives --overwritevmfs",
"installDisk": "local",
"mgmtIpv4": "172.16.11.101",
"mgmtNetmask": "255.255.255.0",
"mgmtGateway": "172.16.11.1",
"mgmtVlanId": "3061"
},
{
"macAddress": "00:50:56:ba:cc:7c",
"hostName": "sfo-m01-esxi02",
"clearPart": "--alldrives --overwritevmfs",
"installDisk": "usb",
"mgmtIpv4": "172.20.11.102",
"mgmtNetmask": "255.255.255.0",
"mgmtGateway": "172.20.11.1",
"mgmtVlanId": "3061"
},
{
"macAddress": "00:50:56:ba:1d:68",
"hostName": "sfo-m01-esxi03",
"clearPart": "--alldrives --overwritevmfs",
"installDisk": "--firstdisk --overwritevmfs",
"mgmtIpv4": "172.20.11.103",
"mgmtNetmask": "255.255.255.0",
"mgmtGateway": "172.20.11.1",
"mgmtVlanId": "3061"
},
{
"macAddress": "00:50:56:ba:00:d0",
"clearPart": "--alldrives --overwritevmfs",
"installDisk": "--disk=mpx.vmhba0:C0:T0:L0 --overwritevmfs",
"mgmtIpv4": "dhcp",
"mgmtVlanId": "0"
},
{
"macAddress": "EC:F4:BB:D8:AE:E8",
"hostName": "sfo-w01-esxi01",
"clearPart": "--alldrives --overwritevmfs",
"installDisk": "--disk=/vmfs/devices/disks/mpx.vmhba1:C0:T0:L0 --overwritevmfs",
"mgmtIpv4": "172.20.31.101",
"mgmtNetmask": "255.255.255.0",
"mgmtGateway": "172.20.31.1",
"mgmtVlanId": "3071"
},
{
"macAddress": "EC:F4:BB:D8:A9:C0",
"hostName": "sfo-w01-esxi02",
"clearPart": "--alldrives --overwritevmfs",
"installDisk": "--disk=naa.6d09466044143600247aee55ca2a6405 --overwritevmfs",
"mgmtIpv4": "172.20.31.102",
"mgmtNetmask": "255.255.255.0",
"mgmtGateway": "172.20.31.1",
"mgmtVlanId": "3071"
},
{
"macAddress": "EC:F4:BB:D8:9F:80",
"hostName": "sfo-w01-esxi03",
"clearPart": "--firstdisk=ATA --overwritevmfs",
"installDisk": "local",
"mgmtIpv4": "172.20.31.103",
"mgmtNetmask": "255.255.255.0",
"mgmtGateway": "172.20.31.1",
"mgmtVlanId": "3071"
},
{
"macAddress": "EC:F4:BB:D8:A0:20",
"hostName": "sfo-w01-esxi04",
"clearPart": "--alldrives --overwritevmfs",
"installDisk": "--firstdisk --overwritevmfs --overwritevsan",
"mgmtIpv4": "172.20.31.104",
"mgmtNetmask": "255.255.255.0",
"mgmtGateway": "172.20.31.1",
"mgmtVlanId": "3071"
}
]
}