6.0.1
Table Of Contents
VMware, Inc. 35
Command-Line Deployment and Upgrade of VMware vCenter Server Appliance 6.0 Update 1
Example 18. Example Template for Deployment of the Second Platform Services Controller
{
"__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": "platform-services-controller-2",
"thin.disk.mode": true
},
"esx": {
"hostname": "10.100.100.2",
"username": "root",
"password": "P@ss!w0rd",
"datastore": "datastore1"
},
"network": {
"hostname": "platform_services_controller2.my.company.com",
"dns.servers": [
"10.100.100.7",
"10.100.100.8"
],
"gateway": "10.100.100.253",
"ip": "10.100.100.11",
"ip.family": "ipv4",
"mode": "static",
"prefix": "24"
},
"os": {
"password": "Admin1!",
"ssh.enable": true
},
"sso": {
"password": "SSOadm!n601",
"domain-name": "vsphere.local",
"first-instance": false,
"replication-partner-hostname": "platform_services_controller1.my.company.com",
"site-name": "Second-Site"
}
}
}