-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvcf52-workload-domain-example.json
More file actions
108 lines (108 loc) · 3.9 KB
/
vcf52-workload-domain-example.json
File metadata and controls
108 lines (108 loc) · 3.9 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"domainName": "vcf-lab-w01",
"orgName": "vcf-lab-w01",
"deployWithoutLicenseKeys": true,
"vcenterSpec": {
"rootPassword": "VMware1!VMware1!",
"networkDetailsSpec": {
"dnsName": "wld-vc01.vcf.lab ",
"subnetMask": "255.255.0.0",
"ipAddress": "172.30.0.31",
"gateway": "172.30.0.1"
},
"name": "vcf-wld-vc01",
"datacenterName": "vcf-wld01-dc01"
},
"ssoDomainSpec": {
"ssoDomainName": "vsphere.local",
"ssoDomainPassword": "VMware1!VMware1!"
},
"computeSpec": {
"clusterSpecs": [
{
"clusterImageId": "XXX",
"name": "vcf-w01-cl01",
"hostSpecs": [
{
"id": "XXX",
"hostNetworkSpec": {
"vmNics": [
{
"vdsName": "vcf-wld-cl01-vds01",
"id": "vmnic0"
},
{
"vdsName": "vcf-wld-cl01-vds01",
"id": "vmnic1"
}
]
}
}
],
"datastoreSpec": {
"vsanDatastoreSpec": {
"failuresToTolerate": "0",
"datastoreName": "vcf-wld-cl01-vsan01"
}
},
"networkSpec": {
"vdsSpecs": [
{
"name": "vcf-wld-cl01-vds01",
"portGroupSpecs": [
{
"transportType": "MANAGEMENT",
"name": "vcf-wld-cl01-vds01-management"
},
{
"transportType": "VMOTION",
"name": "vcf-wld-cl01-vds01-vmotion"
},
{
"transportType": "VSAN",
"name": "vcf-wld-cl01-vds01-vsan"
}
]
}
],
"nsxClusterSpec": {
"nsxTClusterSpec": {
"geneveVlanId": 60,
"ipAddressPoolSpec": {
"subnets": [
{
"cidr": "172.60.0.0/24",
"gateway": "172.60.0.1",
"ipAddressPoolRanges": [
{
"start": "172.60.0.155",
"end": "172.60.0.160"
}
]
}
],
"name": "wld-pool"
}
}
}
}
}
]
},
"nsxTSpec": {
"nsxManagerSpecs": [
{
"name": "vcf-wld-nsx01a",
"networkDetailsSpec": {
"dnsName": "wld-nsx01a.vcf.lab",
"subnetMask": "255.255.0.0",
"ipAddress": "172.30.0.33",
"gateway": "172.30.0.1"
}
}
],
"formFactor": "medium",
"vipFqdn": "wld-nsx01.vcf.lab",
"nsxManagerAdminPassword": "VMware1!VMware1!"
}
}