Skip to content
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

Agent type selection (virtIO or ISA) #276

Open
szpx opened this issue Aug 14, 2024 · 0 comments
Open

Agent type selection (virtIO or ISA) #276

szpx opened this issue Aug 14, 2024 · 0 comments

Comments

@szpx
Copy link

szpx commented Aug 14, 2024

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:

image

  • 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>]

Proxmox API Options:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant