6.0

VMware, Inc. 16
Command-Line Deployment of VMware vCenter Server Appliance 6.0
Example 5 displays the content of the first Platform Services Controller template.
Example 5. Template for Deployment of the First Platform Services Controller
{
"__comments":
[
"Example- First platform service controller"
],
"deployment":
{
"esx.hostname":"10.100.100.1",
"esx.datastore":"datastore1",
"esx.username":"root",
"esx.password":"P@ss!w0rd",
"deployment.network":"VM Network",
"deployment.option":"infrastructure",
"appliance.name":"platform-service-controller-1",
"appliance.thin.disk.mode":true
},
"vcsa":
{
"system":
{
"root.password":"Admin?61",
"time.tools-sync":true,
"ssh.enable":true
},
"sso":
{
"password":"Admin?61",
"domain-name":"vsphere.local",
"first-instance":true,
"site-name":"Default-First-Site"
}
}
}