README.md in chef-provisioning-vsphere-2.0.10 vs README.md in chef-provisioning-vsphere-2.1.0

- old
+ new

@@ -15,11 +15,11 @@ A vCenter and valid login credentials. ### VM Template -A VM template capable of installing Chef 11.8 or newer. This can be either windows or linux flavored. +A VM template capable of installing Chef 11.8 or newer. This can be either windows or linux flavored. Both IPv4 and IPv6 are supported. ### A provisioning node (can be local) An environment equipped with the `chef-client` and the `chef-provisioning-vsphere` gem. @@ -88,9 +88,10 @@ - `[:memory_mb]` - number of megabytes to allocate for machine - `[:host]` - `{cluster}`/`{host}` to use during provisioning - `[:resource_pool]` - `{cluster}`/`{resource pool}` to use during provisioning (for single-host setups, use `{vsphere_ip / vsphere_hostname}`/`{resource pool}`) - `[:additional_disk_size_gb]` - an array of numbers, each signifying the number of gigabytes to assign to an additional disk (*this requires a datastore to be specified*) +- `[:initial_iso_file]` - an iso file to mount at boot. This is useful for custom OS installations. In the format of `[datastore] filename.iso` - `[:bootstrap_ipv4]` - `true` / `false`, set to `true` to wait for an IPv4 address to become available before bootstrapping. - `[:ipv4_timeout]` - use with `[:bootstrap_ipv4]`, set the time in seconds to wait before an IPv4 address is received (defaults to 30) - `[:ssh][:user]` user to use for ssh/winrm (defaults to root on linux/administrator on windows) - `[:ssh][:password]` - password to use for ssh/winrm - `[:ssh][:paranoid]` - specifies the strictness of the host key verification checking