generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
- Packer can't communicate with an OpenBSD VM because the agent type isn't set to ISA:
- Current available option (agent) handle only boolean.
Use Case(s)
Add an option to choose the agent type. Or upgrade the agent option to handle the type.
- OpenBSD system works with ISA
- VM creation by Packer have to permit to select the agent type (builder.pkr.hcl)
- This way Packer can send signals and retrieve informations from an OpenBSD system as it does for other systems working with virtIO
Potential configuration
Potential References
Proxmox ISO builder Options:
qemu_agent (boolean) - Enables QEMU Agent option for this VM. When enabled, then qemu-guest-agent must be installed on the guest.
Proxmox CLI Options:
--agent [enabled=]<1|0> [,freeze-fs-on-backup=<1|0>] [,fstrim_cloned_disks=<1|0>] [,type=<virtio|isa>]
mabeett and MatthieuLeboeuf