README.md in chef-provisioning-vsphere-2.0.6 vs README.md in chef-provisioning-vsphere-2.0.7

- old
+ new

@@ -77,18 +77,19 @@ ## Supported machine bootstrapping options - `[:use_linked_clone]` - (true/false) great for testing but not recommended for production. - `[:datacenter]` - Name of vsphere datacenter (*required*) -- `[:template_name]` - path to vmware template (can be template or a shutown vm) (*required*) +- `[:template_name]` - path to vmware template (can be template or a shutdown vm) (*required*) - `[:template_folder]` - path to a folder containing the template (do not use if template is in the root vm folder) - `[:vm_folder]` - path to a folder where the machine will be created. - `[:datastore]` - name of datastore to use - `[:num_cpus]` - number of cpus to allocate to machine - `[:network_name]` - array of network names to use. A NIC will be added for each - `[: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 +- `[: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*) - `[: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