6.0
Table Of Contents
VMware, Inc. 8
Command-Line Deployment of VMware vCenter Server Appliance 6.0
Example 2. Content of VC.example.json Template
{
"__comments":
[
"Sample template to deploy a vCenter Server."
],
"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":"management-tiny",
"appliance.name":"management-node",
"appliance.thin.disk.mode":true
},
"vcsa":
{
"system":
{
"root.password":"<vCSA root password>",
"ssh.enable":true,
"platform.service.controller":"<system name of the platform.service.controller>"
},
"sso":
{
"password":"<SSO password>",
"domain-name":"vsphere.local",
"site-name":"Default-First-Site"
}
}
}