Need to wait longer for proxmox_virtual_environment_vm's ipv4_addresses #1450
dandaolrian
started this conversation in
General
Replies: 1 comment
-
More refs: #668 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've run into something similar to what was discussed in #100.
In our case we've just run into a timing problem whereby our remote-exec's were failing as the call to get network interfaces seems too early for our DHCP IP to be picked up.
Instead we got the "valid" unicast IP from Hyper-V adapter, but this isn't usable with our subsequent winrm provisioner step.
We checked the code and found there is a hard-coded 5 second wait before trying to get all network interfaces. If we bumped this up to 30 seconds we were OK. Could be this also would help with #776
Ideas for solutions:
Any thoughts / better suggestions
Beta Was this translation helpful? Give feedback.
All reactions