Lucas Bajolet

Results 94 comments of Lucas Bajolet

Hi @NorseGaud, I see indeed that you're doing things a bit differently from our scaffolding, to be clear: nothing wrong with that, you're in charge of the plugin code :)...

That also works, thanks for the quick update @NorseGaud. Apologies for the misunderstanding regarding `SetVersion`, I'll see to update the SDK soon so that metadata support is something that can...

Hi @benjamb, Thanks for opening this issue. I don't think we'll have time to implement that in the near future since we don't have Openstack users on our team, and...

Hi @darkn3rd, I need some clarification, are you using Packer to build VM images? The samples you provided are for Vagrant only, so I wonder if your issue would not...

Hi @darkn3rd, There is a documented option in the builder: [`accelerator`](https://developer.hashicorp.com/packer/integrations/hashicorp/qemu/latest/components/builder/qemu#optional:), you can set this to `hvf` in order to run the machine with that accelerator underneath. Otherwise by default...

Hi @luclis, That's weird, the powershell provisioner doesn't chmod anything whatsoever, I'm curious on how you're running into this. If possible would you mind sharing more about your template? If...

Hi @luclis, I hadn't seen the links to the gists for both the build and the unattend.xml indeed, my bad :sweat_smile: I'll check locally if I can replicate the issue,...

Hi @SDP1423, From the logs and the template it's hard to say if that's a plugin/Packer bug at this point. When you say the "VM created for image" do you...

Hey @elreydetoda, sorry for taking this long to address this, I'm taking a look at this behaviour. From the looks of it, it seems the problem has its roots in...

Hi @viraptor! Thanks for the report; from what I can see, `hdiutil` is always invoked with `-hfs` (the code is from the SDK, SEE: https://github.com/hashicorp/packer-plugin-sdk/blob/main/multistep/commonsteps/step_create_cdrom.go#L164), so the resulting image is...