6.0

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