6.0
Table Of Contents
VMware, Inc. 10
Command-Line Deployment of VMware vCenter Server Appliance 6.0
Example 4. Content of PSC_replication.example.json Template
{
"__comments":
[
"Sample template to deploy a Platform Services controller joining an existing Single
Sign-On"
],
"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",
"first-instance":false,
"replication-partner-hostname":"<replication partner host name>"
}
}
}