Skip to content

Commit ca64e71

Browse files
author
William Lam
committed
VCF 4.5 Workload Domain w/single ESXi host Example
1 parent 7f4f0b0 commit ca64e71

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"domainName": "sfo-w01",
3+
"orgName": "WilliamLam",
4+
"clusterSpec": [{
5+
"clusterName": "sfo-w01-cl01",
6+
"datastoreSpec": {
7+
"vsanDatastoreSpec": {
8+
"ftt": 0,
9+
"license": "FILL_ME_IN_VCF_VSAN_LICENSE_KEY",
10+
"name": "sfo-w01-cl01-ds-vsan01",
11+
"dedupAndCompressionEnabled": false
12+
}
13+
},
14+
"highAvailabilitySpec": {
15+
"enabled": false
16+
},
17+
"nsxTClusterSpec": {
18+
"geneveVlanId": "0",
19+
"ipAddressPoolSpec": null
20+
},
21+
"hostSpec": {
22+
"hostSystemSpec": [
23+
{
24+
"id": "FILL_ME_IN_COMMISSION_HOST_ID",
25+
"vmnicToVdsNameMap": {
26+
"vmnic0": "sfo-w01-vcenter-sfo-w01-cl01-vds01",
27+
"vmnic1": "sfo-w01-vcenter-sfo-w01-cl01-vds01"
28+
},
29+
"license": "FILL_ME_IN_VCF_ESXI_LICENSE_KEY"
30+
}]
31+
},
32+
"vdsSpec": [{
33+
"name": "sfo-w01-vcenter-sfo-w01-cl01-vds01",
34+
"portGroupSpec": [
35+
{
36+
"name": "sfo-w01-vcenter-sfo-w01-cl01-vds01-management",
37+
"transportType": "MANAGEMENT"
38+
},
39+
{
40+
"name": "sfo-w01-vcenter-sfo-w01-cl01-vds01-vmotion",
41+
"transportType": "VMOTION"
42+
},
43+
{
44+
"name": "sfo-w01-vcenter-sfo-w01-cl01-vds01-vsan",
45+
"transportType": "VSAN"
46+
}
47+
]
48+
}]
49+
}],
50+
"nsxVConfigurationSpec": null,
51+
"nsxTConfigurationSpec": {
52+
"nsxtManagerSize": "small",
53+
"nsxtLicense": "FILL_ME_IN_VCF_NSX_LICENSE_KEY",
54+
"nsxtManagerSpec": {
55+
"name": "vcf-w01-nsx01a",
56+
"ipAddress": "192.168.30.189",
57+
"dnsName": "vcf-w01-nsx01a.primp-industries.local",
58+
"gateway": "192.168.30.1",
59+
"subnetMask": "255.255.255.0"
60+
},
61+
"nsxtManagerAdminPassword": "VMware123!VMware123!",
62+
"vip": "192.168.30.188",
63+
"vipFqdn": "vcf-w01-nsx01.primp-industries.local",
64+
"additionalManagerNodesSpec": [
65+
{
66+
"name": "vcf-w01-nsx01b",
67+
"ipAddress": "192.168.30.190",
68+
"dnsName": "vcf-w01-nsx01b.primp-industries.local",
69+
"gateway": "192.168.30.1",
70+
"subnetMask": "255.255.255.0"
71+
},
72+
{
73+
"name": "vcf-w01-nsx01c",
74+
"ipAddress": "192.168.30.191",
75+
"dnsName": "vcf-w01-nsx01c.primp-industries.local",
76+
"gateway": "192.168.30.1",
77+
"subnetMask": "255.255.255.0"
78+
}
79+
]
80+
},
81+
"subscriptionLicense": null,
82+
"vcenterSpec": {
83+
"vcenterConfigurationSpec": {
84+
"name": "vcf-w01-vc01",
85+
"ipAddress": "192.168.30.187",
86+
"dnsName": "vcf-w01-vc01.primp-industries.local",
87+
"gateway": "192.168.30.1",
88+
"subnetMask": "255.255.255.0"
89+
},
90+
"rootPassword": "VMware1!",
91+
"datacenterName": "sfo-w01"
92+
}
93+
}

0 commit comments

Comments
 (0)