-
Notifications
You must be signed in to change notification settings - Fork 454
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
Customization of the guest operating system for Ubuntu 24.04 template #2277
Comments
Hello, lazerbeakravage! 🖐 Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle. If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests. |
Is cloud-init disabled in the image you created? If not, you need to customize with cloud-init. |
I converted the template to a vm and yes, it is disabled.
|
What's the error in the Task seen in vSphere? |
open-vm-tools is installed and enabled
|
Found this and it allowed me to customize my ubuntu template
|
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. |
Community Guidelines
Terraform
1.9.7
Terraform Provider
2.8.3, 2.9.2
VMware vSphere
8.0.3 (24262322)
Description
When trying to clone a Ubuntu 24.04.1 template built in packer v1.11.2, I receive the error "Error: error sending customization spec: Customization of the guest operating system is not supported due to the given reason: ".
When I remove the customize block, it the vm deploys successfully. I have tried v2.8.3 and 2.9.2 of the provider
Template details:
GuestId : ubuntu64Guest
HardwareVersion : vmx-19
Affected Resources or Data Sources
resource "vsphere_virtual_machine"
Terraform Configuration
Debug Output
Panic Output
No response
Expected Behavior
The vm should deploy successfully
Actual Behavior
The vm gets clone but then immediately exits with an error
Error: error sending customization spec: Customization of the guest operating system is not supported due to the given reason:
Steps to Reproduce
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: