-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Vsphere: Customization Problem #3562
Comments
Hi, Quick Update on this. Debian is not available in the VSphere Customizations so maybe the terraform should have a workaround to unsupported servers. Using Debian template if you don't send the customizations works ok, but DNS/Timezone/Hostname can't be set directly from guest. What is the best way to handle this? Regards. |
I'd look at cloud-init. |
@eloycoto can you not use open vm tools? You will need open-vm-tools, perl, and deployPkg? I am using open-vm-tools with Centos, and it is working like a champ. |
@eloycoto let us know if we can help, but this is kinda a VMware thing, not a terraform related issue. Can we please close this? |
Hey @chrislovecnm Sorry, very busy weeks. Yes, is Vmware thing, maybe we need to add this into Vsphere doc? What do you think? If not people are going to use debian, and they will report issues, etc.. Regards |
@eloycoto Please update the docs! only VMware supported Linux versions. Something like that? |
@eloycoto can we get this documented or close this issue?? |
@stack72 this is not a bug, but a documentation need 😄 Please do as you please. BTW APPRECIATE THE HELP!!!!!!!! |
Hey @chrislovecnm, Sorry my fault! I'll document this during the weekend. Regards. |
@eloycoto no worries!! Appreciate the help. |
Hi, since we ran into the same problem, I implemented a "skip_customization" setting which makes it possible to skip that part. We tested it with our CoreOS deployment (described in the pull request). Regards |
Fix #3562 provider/vsphere Added doc for customizations problems.
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,
With this config we are having the following error:
With this we got the following error in this line:
https://github.com/hashicorp/terraform/blob/master/builtin/providers/vsphere/resource_vsphere_virtual_machine.go#L1039
If I deleted the
Customization
on the VirtualMachineCloneSpec works ok. Any idea?Cheers
The text was updated successfully, but these errors were encountered: