mirror of
https://github.com/puppetlabs/vmpooler-provider-vsphere.git
synced 2026-01-25 19:08:41 -05:00
Merge pull request #47 from puppetlabs/increase_timeout_to_obtain_ip
(maint) Increase timeout for cloned vms to obtain IPs.
This commit is contained in:
commit
d538eb200e
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ module Vmpooler
|
|||
boottime = vm_object.runtime.bootTime if vm_object.runtime&.bootTime
|
||||
powerstate = vm_object.runtime.powerState if vm_object.runtime&.powerState
|
||||
|
||||
ip_maxloop = 120
|
||||
ip_maxloop = 240
|
||||
ip_loop_delay = 1
|
||||
ip_loop_count = 1
|
||||
ip = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue