-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv4 address issue with vSphere provider #4713
Comments
I am seeing the same behaviour. In fact I don't even have the network_interface.0.* fields in the tfstate file at all, yet everything looks fine on stdout. |
@lesaux I'm also seeing the Can you confirm this behaviour? |
@benlangfeld this may be related to #4283 ... Which is needs more testing. Let me know if you want to test a branch that I have. |
I can confirm that I am also seeing this problem on v0.6.15 |
@knuckolls this problem is being worked on. We need to bump the govmomi vsphere API version, and are testing it. |
@chrislovecnm i will happily test and perhaps contribute to whatever branch has that work on it |
@knuckolls any and all help is appreciated. This is the PR that we are testing right now: #6479 ... To be clear it is only an API bump change. It does not have the "Wait for all IP's" that we are hoping will fix some of our network issues. If you have questions please holler 😄 |
I will give it a shot and let you know. |
I compiled master, but I am still not seeing |
@lesaux I just ran |
doh! looks like I had a local change in my repo and I didn't notice it when pulled latest. Trying again now. |
indeed this is now fixed. Awesome work @thetuxkeeper ! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
In the latest version of Terraform .69 using the vSphere provider I am facing an issue with NIC creation. The terraform.tf file looks like this:
The job runs, however no IPv4 interface is assigned. An IPv6 address appears and that's all.
From terraform.tfstate:
I've tried using both the old ip_address and subnet_mask fields from previous versions, as well as the new ipv4_address and prefix length.
Interestingly Terraform shows the correct IP on stdout when I run it.
Software versions:
vCenter 6.0 build 2559268
Terraform 0.6.9
Template: latest Centos 7 with open-vm-tools
The text was updated successfully, but these errors were encountered: