You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds an explicit error message when a required IP address is not found that checks if the VM has a NIC attached and warns the user if that is not the case.
After debugging this issue, it seems that the test code in oVirt/terraform-provider-ovirt#435 does not have an ovirt_nic resource that would attach a network interface to the VM, which results in the simulation not adding an IP address.
However, the resulting error messages are hard to debug, so I will add a PR that explicitly checks for the presence of a NIC and warns if the VM has no NIC attached.
ghost
pushed a commit
that referenced
this issue
Jun 13, 2022
This change adds an explicit error message when a required IP address is not found that checks if the VM has a NIC attached and warns the user if that is not the case.
Describe the bug
When using WaitForNonLocalIP after VM start the IP never gets assigned
To Reproduce
Please see: oVirt/terraform-provider-ovirt#435
The text was updated successfully, but these errors were encountered: