README.md in chef-provisioning-vsphere-0.7.1 vs README.md in chef-provisioning-vsphere-0.7.2
- old
+ new
@@ -96,11 +96,13 @@
- `[:customization_spec][:ipsettings][:gateway]` - array of possible gateways to use (this will most often be an array of 1)
- `[:customization_spec][:ipsettings][:dnsServerList]` - array of DNS servers to use
- `[:customization_spec][:domain]` - domain to use (if not 'local' on a windows machine it will attempt to domain join)
- `[:customization_spec][:domainAdmin]` - domain admin account to use for domain join on windows (should be `{user name}`@`{domain}`)
- `[:customization_spec][:domainAdminPassword]` - domain administrator password
+- `[:customization_spec][:hostname]` - hostname to use. Defaults to machine resource name if not provided
- `[:customization_spec][:org_name]` - org name used in sysprep on windows
- `[:customization_spec][:product_id]` - windows product key
+- `[:customization_spec][:time_zone]` - The case-sensitive timezone, such as Europe/Sofia based on the tz (timezone) database used by Linux and other Unix systems
- `[:customization_spec][:win_time_zone]` - numeric time zone for windows
## Timeout options
These are settings set at the root of `machine_options`. Chances are the defaults for these settings do not need to be changed: