Skip to content

Instantly share code, notes, and snippets.

@thecloudxpert
Last active August 24, 2016 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thecloudxpert/bda745f515fb2bc80399c008ea5d82fc to your computer and use it in GitHub Desktop.
Save thecloudxpert/bda745f515fb2bc80399c008ea5d82fc to your computer and use it in GitHub Desktop.
{
"__version": "1.1",
"__comments": "Sample template to deploy a Platform Services Controller to a vCenter Server.",
"target.vcsa": {
"appliance": {
"deployment.network": "<port group>",
"deployment.option": "infrastructure",
"name": "<display name>",
"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>",
"time.tools-sync": false,
"ntp.servers": [
"<ntp server>",
"<ntp server>"
],
"ssh.enable": true
},
"sso": {
"password": "<vCenter Single Sign-On password>",
"domain-name": "<SSO domain name>",
"site-name": "<SSO site name>"
},
"vc": {
"hostname": "<vCenter Server host name or IP address>",
"username": "<SSO Administrator>",
"password": "<vCenter Server password>",
"datacenter": [
"folderA",
"folderB",
"Datacenter"
],
"datastore": "<Datastore connected to target>",
"vm.folder": "VM folder",
"target": [
"folder1",
"folder2",
"<Target identifier>"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment