You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Use Case(s)
Add an option to choose the agent type. Or upgrade the agent option to handle the type.
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>]
Proxmox API Options:
The text was updated successfully, but these errors were encountered: