-
Notifications
You must be signed in to change notification settings - Fork 0
/
modified-vctemplate.json
executable file
·46 lines (46 loc) · 1.62 KB
/
modified-vctemplate.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
{
"__version": "2.13.0",
"__comments": "Sample template to deploy a vCenter Server Appliance with an embedded Platform Services Controller on an ESXi host.",
"new_vcsa": {
"esxi": {
"hostname": "esxi-1",
"username": "root",
"password": "Password#1!",
"deployment_network": "VM Network",
"datastore": "datastore1"
},
"appliance": {
"__comments": [
"You must provide the 'deployment_option' key with a value, which will affect the VCSA's configuration parameters, such as the VCSA's number of vCPUs, the memory size, the storage size, and the maximum numbers of ESXi hosts and VMs which can be managed. For a list of acceptable values, run the supported deployment sizes help, i.e. vcsa-deploy --supported-deployment-sizes"
],
"thin_disk_mode": true,
"deployment_option": "small",
"name": "vcsa"
},
"network": {
"ip_family": "ipv4",
"mode": "static",
"ip": "172.16.163.100",
"dns_servers": [
"172.16.163.10"
],
"prefix": "24",
"gateway": "172.16.163.2",
"system_name": "vcsa.mydomain.lab"
},
"os": {
"password": "Password#123!@#",
"ntp_servers": "time.nist.gov",
"ssh_enable": true
},
"sso": {
"password": "Password#123!@#",
"domain_name": "vsphere.local"
}
},
"ceip": {
"settings": {
"ceip_enabled": false
}
}
}