Skip to content

Instantly share code, notes, and snippets.

@thecloudxpert
Last active July 25, 2016 08:11
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/3ca7b6ba2e2f16610242de09b09e0780 to your computer and use it in GitHub Desktop.
Save thecloudxpert/3ca7b6ba2e2f16610242de09b09e0780 to your computer and use it in GitHub Desktop.
{
"__version": "1.1",
"__comments": "Sample template to deploy a Platform Services Controller to an ESXi host.",
"target.vcsa": {
"appliance": {
"deployment.network": "VM Network",
"deployment.option": "infrastructure",
"name": "vCenter-Server-Appliance",
"thin.disk.mode": true
},
"esx": {
"hostname": "<ESXi host name or IP address>",
"username": "root",
"password": "<Password of the ESXi host root user>",
"datastore": "<ESXi host datastore>"
},
"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>",
"ssh.enable": true
},
"sso": {
"password": "<vCenter Single Sign-On password>",
"domain-name": "vsphere.local",
"site-name": "<SSO site name>"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment