packer with vmware-clone fails #634
Replies: 2 comments
-
|
See : hashicorp/packer#10120 TLDR: you need vcenter 6.7u3g, need to remove cloud-init config files for the network and reorder the loading of vsphere tools. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It looks like this issue has been resolved in the last comment. I'm going to close as this does not appear to be an issue with Packer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This issue was originally opened by @zerr0s as hashicorp/packer#10411. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Hi, forgive me for my bad english.
I'm trying to use packer to automate the creation of templates based on linux (ubuntu 20.04).
Actually I have a problem when packer clones the existing template to create the new VM: The nic is not connected at startup.
I have verified the existence of "ethernet0.startConnected = TRUE" if the vmtx file, and when I created a new vm using the template directly from the vsphere web interface, the option "Connected at startup" is correctly checked.
When the vm is created by packer, I have to check the option from vmware web to connet the nic. After that all provisionners can run correctrly.
What am I doing wrong ??
vmware version: 6.5
packer version: 1.6.5
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions