forked from lamw/vsphere-automated-lab-deployment
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path60LabDeploy.json
66 lines (66 loc) · 1.6 KB
/
60LabDeploy.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
{
"FilePaths": {
"NestedESXiApplianceOVA": "\\\\10.0.0.100\\iso\\VMware\\ESXi\\6.0\\Nested_ESXi6.x_Appliance_Template_v5.ova",
"VCSAInstaller": "\\\\10.0.0.100\\iso\\VMware\\Appliance\\6.0\\VMware-VCSA-all-6.0\\"
},
"DeploymentTarget": {
"Type": "ESXI",
"Server": "10.0.0.171",
"Username": "root",
"Password": "Pa$$w0rd",
"TargetCluster": "<VC Deployment Only>"
},
"NestedDeploymentConfig": {
"vSwitchType": "VSS",
"VMNetwork": "VM Network",
"VMDatastore": "SSD_DS01",
"VMNetmask": "255.255.255.0",
"VMGateway": "10.0.0.1",
"VMDNS": "10.0.0.160",
"VMNTP": "10.0.0.160",
"VMPassword": "VMware1!",
"VMDomain": "lab.virtualtassie.com",
"VMSyslog": "10.0.0.1"
},
"NestedESXi": {
"HostName": ["vesxi60-1","vesxi60-2","vesxi60-3"],
"IPAddress": ["10.0.0.190","10.0.0.191","10.0.0.192"],
"vCPU": "2",
"vMEM": "6",
"CachingvDisk": "4",
"CapacityvDisk": "8",
"ESXISSH": "true",
"ESXIVMFS": "false"
},
"VCSA": {
"DeploymentSize": "tiny",
"Displayname": "vCenter60-1",
"IPAddress": "10.0.0.195",
"VCSAGateway": "10.0.0.1",
"Hostname": "vCenter60-1.lab.virtualtassie.com",
"Prefix": "24",
"SSHEnable": "true"
},
"PSC": {
"ExternalPSC": "0",
"Displayname": "PSC60-1",
"IPAddress": "10.0.0.196",
"Hostname": "PSC60-1.lab.virtualtassie.com"
},
"SSO": {
"DomainName": "vsphere.local",
"SiteName": "Site1",
"Password": "VMware1!"
},
"Misc": {
"NewvDCName": "Datacenter1",
"NewVSANClusterName": "Cluster1",
"AddHostByDNSName": "1"
},
"DNSCheck": {
"CheckDNS": "1",
"WindowsDNSServer": "1",
"DNSServer": "DC01",
"DNSZoneName": "lab.virtualtassie.com"
}
}