packer-plugin-hyperv
packer-plugin-hyperv copied to clipboard
Packer plugin for Hyper-V Builder
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.5.2 to 0.5.3. Release notes Sourced from github.com/hashicorp/packer-plugin-sdk's releases. v0.5.3 Upgrade notes Upgrading to this release may fail until you've applied one of the fixes documented in...
The `floppy_content` configuration in hyperv-iso/hyperv-vmcx doesn't work, it currently just fails silently as the config is not passed on to the commonsteps.StepCreateFloppy strcture. I tested hyperv-iso only.
This adds ability to specify additional network adapter configurations. The existing templates should work in a backwards compatible way. ``` switch_config { switch_name = "Default Switch" } switch_config { switch_name...
This allows Packer to create and allocate multiple nics to a VM through `switches_names` array. `switch_name` is still available to ensure backward compatibility. It also adds `mac_addresses` array, which will...
Fix #121
After working on #115 (which fixed #7), a bug was discovered when using 2 mutually exclusives parameters: `skip_export` and `keep_registered`. This PR fixes this by ensuring both parameters are not...
Something still off with the combination of parms to get this to work I have the following params that I believe are relevant to delivering a working VM in Hyper-V...
So, I am trying to build an image of Ubuntu-22.04-server on Hyper-V using packer. Packer is able to do the initial SSH connection with machine after it is booted and...
On windows 11 pro using the "Default Switch" or any other internal switch I notice that Ubuntu VMs hang at the step "Waiting for SSH to become available...". I believe...
Support running in Powershell Constrained Language Mode. Some PowerShell which would have required changes was removed if no longer being used. 626b244033b3cc4b4c0a75174b7d436214f4d94f Needs a review, I think this could break...
#### Description For my network project, I need to generate a packer template for a firewall. To pre-configure it correctly, I need two NICs inside the packer template. Currently it...