Account Access
Scheduling
Choose what hypervisor the virtual machine will be scheduled to.
Instance Options
In the Instance Options section, configure the number of vCPUs, memory, and disk size for the VMs created by this template.
Only VMs booting from RancherOS ISO are supported.
Ensure that the OS ISO URL contains the URL of the VMware ISO release for RancherOS: .
Disk UUIDs
To enable disk UUIDs for all VMs created for a cluster,
- Add or edit an existing vSphere node template.
- Under Instance Options click on Add Parameter.
Enter as key with a value of TRUE.
- Click Create or Save.
Result: The disk UUID is enabled in the vSphere node template.
Node Tags and Custom Attributes
Optionally, you can:
- Provide a set of configuration parameters (instance-options) for the VMs.
- Customize the configuration of the Docker daemon on the VMs that will be created.
Cloud Init
allows you to initialize your nodes by applying configuration on the first boot. This may involve things such as creating users, authorizing SSH keys or setting up the network.
You may specify the URL of a RancherOS cloud-config.yaml file in the the Cloud Init field. Refer to the RancherOS Documentation for details on the supported configuration directives. Note that the URL must be network accessible from the VMs created by the template.