6.0.1
Table Of Contents
VMware, Inc. 37
Command-Line Deployment and Upgrade of VMware vCenter Server Appliance 6.0 Update 1
Example 20. Example Template for Deployment of the Second vCenter Server Appliance Instance
{
"__version": "1.1",
"__comments": "Sample template to deploy a vCenter Server to an ESXi host.",
"target.vcsa": {
"appliance": {
"deployment.network": "VM Network",
"deployment.option": "management-tiny",
"name": "management-node-2",
"thin.disk.mode": true
},
"esx": {
"hostname": "10.100.100.2",
"username": "root",
"password": "P@ss!w0rd",
"datastore": "datastore1"
},
"network": {
"hostname": "vcenter2.my.company.com",
"dns.servers": [
"10.100.100.7",
"10.100.100.8"
],
"gateway": "10.100.100.253",
"ip": "10.100.100.13",
"ip.family": "ipv4",
"mode": "static",
"prefix": "24"
},
"os": {
"password": "Admin1!",
"platform.service.controller": "platform_services_controller2.my.company.com",
"ssh.enable": true
},
"sso": {
"password": "SSOadm!n601",
"domain-name": "vsphere.local",
"site-name": "Second-Site"
}
}
}