-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrscvc1.json
More file actions
41 lines (39 loc) · 1.23 KB
/
rscvc1.json
File metadata and controls
41 lines (39 loc) · 1.23 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
{
"__version": "1.2.0",
"__comments": "RSC vCenter Server Appliance with an external Platform Services Controller on an ESXi host.",
"target.vcsa": {
"appliance": {
"deployment.network": "EASPNET",
"deployment.option": "management-small",
"name": "EASP-vcr1",
"thin.disk.mode": false
},
"esxi": {
"hostname": "10.156.78.43",
"username": "root",
"password": "ca$hc0w",
"datastore": "DR2CPOD-DATASTORE"
},
"network": {
"hostname": "vcr1.easpnet.inc",
"ip.family": "ipv4",
"mode": "static",
"ip": "10.0.0.106",
"dns.servers": [
"10.158.14.1"
],
"prefix": "24",
"gateway": "10.0.0.254"
},
"os": {
"password": "Supernova1!",
"ssh.enable": true
},
"sso": {
"password": "Supernova1!",
"domain-name": "vsphere.local",
"site-name": "eASPNet-Resource",
"platform.services.controller": "pscr1.easpnet.inc"
}
}
}