-
Notifications
You must be signed in to change notification settings - Fork 42
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
vmware-iso
: cd_files
not working properly
#15
Comments
Hello there, thanks for opening, this should have been solved by #30, you can try the most recent release of this plugin ! Please tell us if something's wrong ! |
@azr this problem is still reproducible on version v1.0.3. Added the following to the simplified packer buildfile to make sure I'm using the latest version of the plugin: packer {
required_version = ">= 1.7.0"
required_plugins {
vmware = {
source = "github.com/hashicorp/vmware"
version = ">= 1.0.3"
}
}
} |
I also have a similar issue when build against a remote ESXi Hypervisor vith the current v1.0.7.
Make the cdrom to be mounted |
vmware-iso
: cd_files
not working properly
Have you set the following? cdrom_adapter_type = "sata" |
When try with
|
cdrom_adapter_type = "sata" |
I think I have tracked this issue down and will plan to address it for the next release, v1.1.1. |
This issue was originally opened by @t0rr3sp3dr0 as hashicorp/packer#10935. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Overview of the Issue
The latest version of Packer doesn't seem to attach the cd_files generated ISO to the VM upon start.
It only works when adding the following setting:
Reproduction Steps
packer build
Packer version
Simplified Packer Buildfile
Operating system and Environment details
Log Fragments and crash.log files
The text was updated successfully, but these errors were encountered: