Git Product home page Git Product logo

Comments (5)

vancluever avatar vancluever commented on August 17, 2024

Hey @rbriancollins, and anyone else watching this issue - very sorry for the delays here in replying.

We have recently updated the version of govmomi that we use. General acceptance tests for the VM resource seem to be functional, but we aren't using paths when referencing networks right now, so I'm not too sure if this would be fixed. However, would you be able to give it a go with a custom built provider binary?

If not, no worries - I am adding this issue to the board to triage ASAP.

Thanks again and very sorry for the delays here!

from terraform-provider-vsphere.

vancluever avatar vancluever commented on August 17, 2024

Hey @rbriancollins et al,

I'm not able to reproduce this with master. Using the following config:

resource "vsphere_virtual_machine" "foo" {
  name = "terraform-test"

  datacenter    = "hashi-dc"
  cluster       = "hashi-cluster1"
  resource_pool = "hashi-resource-default"

  vcpu   = 2
  memory = 1024

  network_interface {
    label              = "repro-14-net"
    ipv4_address       = "172.16.1.150"
    ipv4_prefix_length = 24
    ipv4_gateway       = "172.16.1.1"
  }

  disk {
    datastore = "nfsds1"

    template = "ubuntu-16.04-20170806"
    iops     = 500
  }

  linked_clone = true
}

I placed the network in a network folder in the lab datacenter:

/hashi-dc/network/repro-14/repro-14-net

Seeing as there are still updates being sent to hashicorp/terraform#6266, I'm thinking that this may have been fixed by the recent updates to govmomi. If anyone has the ability to, you can try building a custom provider (instructions linked above), or wait for tomorrow's release.

If someone can confirm after release and post an update, that would be great - otherwise I will probably close this out at the end of the week.

Thanks!

from terraform-provider-vsphere.

vancluever avatar vancluever commented on August 17, 2024

Hey all, since we have not received a reply on this issue, as mentioned, I am going to close it.

If anyone is still having issues, can you check to see if a more recent version or custom binary fixes your issue for you? If not, feel free to open a new issue and we will have another look!

Thanks!

from terraform-provider-vsphere.

rbriancollins avatar rbriancollins commented on August 17, 2024

from terraform-provider-vsphere.

vancluever avatar vancluever commented on August 17, 2024

Hey @rbriancollins - no problem and thank you for following up!

from terraform-provider-vsphere.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.