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

Hyperv vmcx builder and allow vhd/vhdx instead of ISO #4944

Closed
wants to merge 16 commits into from

Commits on Oct 4, 2017

  1. Configuration menu
    Copy the full SHA
    93e0a45 View commit details
    Browse the repository at this point in the history
  2. Adding an ISO is now optional for hyperv vmcx

    Add documentation for hyperv vmcx
    taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    3679f6d View commit details
    Browse the repository at this point in the history
  3. Only attach dvd drive if there is one

    Fix debug messages for cloning
    
    Add hyperv-vmcx as a builder from command line
    taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    41473ca View commit details
    Browse the repository at this point in the history
  4. Can specify an iso, vhd or vhdx for download. If it is a vhd or vhdx …

    …it is used as the hard drive for spinning up a new machine, importing an exported virtual machine or cloning a virtual machine.
    
    Can import a virtual machine from a folder
    Can clone an existing virtual machine
    taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    cb54209 View commit details
    Browse the repository at this point in the history
  5. use common floppy_config instead of builder specific one

    Add tests for floppy files and comm
    taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    dc528f7 View commit details
    Browse the repository at this point in the history
  6. If vhd or vhdx extension is specified for ISOUrls, we want to use an …

    …existing hard drive which means that we don't need to specify hard drive size
    
    Filepath.ext includes the dot
    taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    1db2480 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bef218 View commit details
    Browse the repository at this point in the history
  8. Don't try to mount vhd and vhdx files as dvd drive. Hard drives are m…

    …ounted in the create vm step
    taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    5efb88f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e9b397 View commit details
    Browse the repository at this point in the history
  10. make fmt

    mwhooker authored and taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    7802b72 View commit details
    Browse the repository at this point in the history
  11. rerun scripts/generate-plugins.go

    mwhooker authored and taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    2b0bd02 View commit details
    Browse the repository at this point in the history
  12. remove duplicate line

    mwhooker authored and taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    467325c View commit details
    Browse the repository at this point in the history
  13. reformat docs

    mwhooker authored and taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    34976f1 View commit details
    Browse the repository at this point in the history
  14. use new method of building runner

    mwhooker authored and taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    220896c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    63d6737 View commit details
    Browse the repository at this point in the history
  16. fix tests

    mwhooker authored and taliesins committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    51cacd5 View commit details
    Browse the repository at this point in the history