6.0.1
Table Of Contents
VMware, Inc. 15
Command-Line Deployment and Upgrade of VMware vCenter Server Appliance 6.0 Update 1
Example 8. Content of the VC_on_VC.json Deployment Template
{
"__version": "1.1",
"__comments": "Sample template to deploy a vCenter Server to a vCenter Server.",
"target.vcsa": {
"appliance": {
"deployment.network": "VM Network",
"deployment.option": "management-small",
"name": "vCenter-Server-Appliance",
"thin.disk.mode": true
},
"network": {
"hostname": "<Host name>",
"dns.servers": [
"<DNS Server IP Address>",
"<Alternate DNS Server IP Address>"
],
"gateway": "<Gateway IP address>",
"ip": "<Static IP address>",
"ip.family": "ipv4",
"mode": "static",
"prefix": "<The value must be 0-32>"
},
"os": {
"password": "<vCenter Server Appliance root password>",
"platform.service.controller": "<System name of the Platform Services Controller>",
"ssh.enable": true
},
"sso": {
"password": "<vCenter Single Sign-On password>",
"domain-name": "vsphere.local",
"site-name": "<SSO site name>"
},
"vc": {
"hostname": "<vCenter Server host name or IP address>",
"username": "Administrator@vsphere.local",
"password": "<vCenter Server password>",
"datacenter": [
"folderA",
"folderB",
"Datacenter"
],
"datastore": "<Datastore connected to target>",
"target": [
"folder1",
"folder2",
"<Target identifier>"
]
}
}
}