6.0.1

VMware, Inc. 41
Command-Line Deployment and Upgrade of VMware vCenter Server Appliance 6.0 Update 1
Example 22. Example Template for Upgrade of a vCenter Single Sign-On Server 5.5.x to a Platform Services Controller
{
"__version": "1.1",
"__comments": "Sample template to upgrade a Platform Services Controller from 5.5 to 6.0.",
"source.vc": {
"esx": {
"hostname": "10.100.100.1",
"username": "root",
"password": "P@ss!w0rd"
},
"vc.vcsa": {
"hostname": "10.100.100.10",
"username": "Administrator@vsphere.local",
"password": "SSOadm!n55",
"root.password": "Admin1!"
}
},
"target.vcsa": {
"appliance": {
"deployment.network": "VM Network",
"deployment.option": "infrastructure",
"name": "Upgraded-Platform-Services Controller",
"thin.disk.mode": true
},
"os": {
"ssh.enable": true
},
"sso": {
"site-name": "Site-One"
},
"temporary.network": {
"hostname": "Temporary-Platform-Services-Controller",
"dns.servers": [
"10.100.100.7",
"10.100.100.8"
],
"gateway": "10.100.100.253",
"ip": "10.100.100.112",
"ip.family": "ipv4",
"mode": "static",
"prefix": "24"
}
}
}