README.md in chef-provisioning-vsphere-0.5.8 vs README.md in chef-provisioning-vsphere-0.6.0.dev.1
- old
+ new
@@ -100,9 +100,16 @@
- `[:customization_spec][:domainAdminPassword]` - domain administrator password
- `[:customization_spec][:org_name]` - org name used in sysprep on windows
- `[:customization_spec][:product_id]` - windows product key
- `[: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:
+
+- `start_timeout` - number of seconds to wait for a machine to be accessible after a restart (default 10 minutes)
+- `create_timeout` - number of seconds to wait for a machine to be accessible after initiating provisioning (default 10 minutes)
+- `ready_timeout` - number of seconds to wait for customization to complete and vmware tools to come on line (default 5 minutes)
+
## More config examples
### Static IP and an additional 50GB disk
```