6.0
Table Of Contents
VMware, Inc. 9
Command-Line Deployment of VMware vCenter Server Appliance 6.0
Example 3. Content of PSC.example.json Template
{
"__comments":
[
"Sample template to deploy a platform service controller"
],
"deployment":
{
"esx.hostname":"<esx host name or ip>",
"esx.datastore":"<esx datastore>",
"esx.username":"root",
"esx.password":"<esx password>",
"deployment.network":"VM Network",
"deployment.option":"infrastructure",
"appliance.name":"platform-service-controller",
"appliance.thin.disk.mode":true
},
"vcsa":
{
"system":
{
"root.password":"<vCSA root password>",
"ssh.enable":true
},
"sso":
{
"password":"<SSO password>",
"domain-name":"vsphere.local",
"site-name":"Default-First-Site"
}
}
}