Templates/vCenter-Template.json
{
"__version": "2.13.0", "__comments": "Sample template to deploy a vCenter Server with a vSAN and vLCM cluster on an ESXi host", "new_vcsa": { "esxi": { "hostname": "<FQDN or IP address of the ESXi host on which to deploy the new appliance>", "username": "root", "password": "<Password of the ESXi host root user. If left blank, or omitted, you will be prompted to enter it at the command console during template verification.>", "deployment_network": "VM Network", "VCSA_cluster": { "__comments": [ "Optional section. You must provide this option if you want to create the vSAN bootstrap cluster" ], "datacenter": "<A specific datacenter name, or a specific datacenter which you want to create.>", "cluster": "<A specific cluster name, which you want to create a new vSAN cluster.>", "compression_only": false, "deduplication_and_compression": false, "disks_for_vsan": { "cache_disk": [ "<List of disk UUIDs or Canonical names to be used for cache, should be SSDs>" ], "capacity_disk": [ "<List of disk UUIDs or Canonical names to be used for storage, can be SSD/HDD>" ] }, "enable_vlcm": true } }, "appliance": { "__comments": [ "You must provide the 'deployment_option' key with a value, which will affect the vCenter Server Appliance's configuration parameters, such as the vCenter Server Appliance's number of vCPUs, the memory size, the storage size, and the maximum numbers of ESXi hosts and VMs which can be managed. For a list of acceptable values, run the supported deployment sizes help, i.e. vcsa-deploy --supported-deployment-sizes" ], "thin_disk_mode": false, "deployment_option": "small", "name": "Embedded-vCenter-Server-Appliance" }, "network": { "ip_family": "ipv4", "mode": "static", "ip": "<Static IP address. Remove this if using dhcp.>", "dns_servers": [ "<DNS Server IP Address. Optional when the mode is Static. Remove this if using dhcp.>" ], "prefix": "<Network prefix length. Use only when the mode is 'static'. Remove if the mode is 'dhcp'. This is the number of bits set in the subnet mask; for instance, if the subnet mask is 255.255.255.0, there are 24 bits in the binary version of the subnet mask, so the prefix length is 24. If used, the values must be in the inclusive range of 0 to 32 for IPv4 and 0 to 128 for IPv6.>", "gateway": "<Gateway IP address. Remove this if using dhcp.>", "system_name": "<FQDN or IP address for the appliance. Optional when the mode is Static. Remove this if using dhcp.>" }, "os": { "password": "<Appliance root password; refer to --template-help for password policy. If left blank, or omitted, you will be prompted to enter it at the command console during template verification.>", "ssh_enable": false, "time_tools_sync": true }, "sso": { "password": "<vCenter Single Sign-On administrator password; refer to --template-help for password policy. If left blank, or omitted, you will be prompted to enter it at the command console during template verification.>", "domain_name": "vsphere.local" } }, "ceip": { "description": { "__comments": [ "++++VMware Customer Experience Improvement Program (CEIP)++++", "VMware's Customer Experience Improvement Program (CEIP) ", "provides VMware with information that enables VMware to ", "improve its products and services, to fix problems, ", "and to advise you on how best to deploy and use our ", "products. As part of CEIP, VMware collects technical ", "information about your organization's use of VMware ", "products and services on a regular basis in association ", "with your organization's VMware license key(s). This ", "information does not personally identify any individual. ", "", "Additional information regarding the data collected ", "through CEIP and the purposes for which it is used by ", "VMware is set forth in the Trust & Assurance Center at ", "http://www.vmware.com/trustvmware/ceip.html . If you ", "prefer not to participate in VMware's CEIP for this ", "product, you should disable CEIP by setting ", "'ceip_enabled': false. You may join or leave VMware's ", "CEIP for this product at any time. Please confirm your ", "acknowledgement by passing in the parameter ", "--acknowledge-ceip in the command line.", "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" ] }, "settings": { "ceip_enabled": false } } } |