Skip to content

Instantly share code, notes, and snippets.

@vFondevilla
Created January 7, 2016 18:18
Show Gist options
  • Save vFondevilla/71136dfbacc8936d494d to your computer and use it in GitHub Desktop.
Save vFondevilla/71136dfbacc8936d494d to your computer and use it in GitHub Desktop.
JSON para desplegar VCSA
{
"__version": "1.1",
"__comments": "Sample template to deploy a vCenter Server with an embedded Platform Services Controller to an ESXi host. String values must start and end with VMWare documentation available here - http://www.vmware.com/files/pdf/products/vsphere/VMware-vsphere-60-vcenter-server-appliance-cmdline-install.pdf",
"target.vcsa": {
"appliance": {
"deployment.network": "30-LAB",
"deployment.option": "tiny",
"name": "NestedLabVCSA",
"thin.disk.mode": true
},
"esx": {
"hostname": "esxfqdn",
"username": "root",
"password": "Vmware123!",
"datastore": "d01-vm02"
},
"network": {
"hostname": "192.168.30.150",
"dns.servers": [
"8.8.8.8",
"8.8.4.4"
],
"gateway": "192.168.30.1",
"ip": "192.168.30.150",
"ip.family": "ipv4",
"mode": "static",
"prefix": "255.255.255.0"
},
"os": {
"password": "Vmware123!",
"ssh.enable": true
},
"sso": {
"password": "Vmware123!",
"domain-name": "vsphere.local",
"site-name": "site-name"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment