6.0.1

VMware, Inc. 13
Command-Line Deployment and Upgrade of VMware vCenter Server Appliance 6.0 Update 1
Example 6. Content of the PSC_replication_on_VC.json Deployment Template
{
"__version": "1.1",
"__comments": "Sample template to deploy a Platform Services Controller to an ESXi host, joining an
existing vCenter Single Sign-On domain.",
"target.vcsa": {
"appliance": {
"deployment.network": "VM Network",
"deployment.option": "infrastructure",
"name": "vCenter-Server-Appliance",
"thin.disk.mode": true
},
"esx": {
"hostname": "<ESXi host name or IP address>",
"username": "root",
"password": "<Password of the ESXi host root user>",
"datastore": "<ESXi host datastore>"
},
"network": {
"hostname": "<Host name>",
"dns.servers": [
"<DNS Server IP Address>",
"<Alternate DNS Server IP Address>"
],
"gateway": "<Gateway IP address>",
"ip": "<Static IP address>",
"ip.family": "ipv4",
"mode": "static",
"prefix": "<The value must be 0-32>"
},
"os": {
"password": "<vCenter Server Appliance root password>",
"ssh.enable": true
},
"sso": {
"password": "<vCenter Single Sign-On password>",
"domain-name": "vsphere.local",
"first-instance": false,
"replication-partner-hostname": "<Host name of the replication partner>",
"site-name": "<SSO site name>"
}
}
}