Adrien Delorme
|
1ca21499c6
|
Revert "make builder/hyperv/vmcx/builder_test.go invisible to windows"
This reverts commit e692dee2d8 .
|
2018-10-17 10:21:53 +02:00 |
Adrien Delorme
|
e692dee2d8
|
make builder/hyperv/vmcx/builder_test.go invisible to windows
|
2018-10-17 09:57:42 +02:00 |
DanHam
|
da21c25791
|
Convert incorrect 'vmxc' -> 'vmcx' in codebase, docs and template opts
grep -rli --exclude-dir={vendor,bin\*,\*vmware\*,\*pkg\*} vmxc . | \
xargs sed -i 's/\(vm\)\(x\)\(c\)/\1\3\2/ig'
|
2018-07-20 02:12:47 +01:00 |
DanHam
|
674bad0ab4
|
Break very long lines for readability
|
2018-07-20 02:12:47 +01:00 |
Matthew Hooker
|
1d36ef038c
|
implement boot config struct for hyperv
|
2018-04-19 14:26:31 -07:00 |
Matthew Hooker
|
8cd403425e
|
test fixes WIP
|
2018-01-24 17:09:17 -08:00 |
Matthew Hooker
|
7a189a83a1
|
fix imports
`find . -type f -name '*.go' -not -path "./vendor/*" -exec goimports -w {} \;`
|
2018-01-24 17:09:17 -08:00 |
Matthew Hooker
|
366dc3da0a
|
move multistep imports to helper.
gomvpkg -from "github.com/mitchellh/multistep" -to "github.com/hashicorp/packer/helper/multistep"
|
2018-01-24 17:09:15 -08:00 |
Matthew Hooker
|
ebe995c0ff
|
run goimports
|
2018-01-22 17:21:10 -08:00 |
Megan Marsh
|
20390ff1ec
|
fix vetting for test fail print statements
|
2017-11-15 17:01:53 -08:00 |
Erlend Graff
|
27fc72c137
|
fix formatting errors
|
2017-11-05 15:16:47 +01:00 |
Erlend Graff
|
eeeee3ec35
|
hyper-v/vmcx: add missing InterpolateContext
|
2017-11-05 14:55:56 +01:00 |
Taliesin Sisson
|
2fbe0b4a7f
|
Don't try to mount vhd and vhdx files as dvd drive. Hard drives are mounted in the create vm step
|
2017-10-11 22:05:52 +05:30 |
Taliesin Sisson
|
628116f4c4
|
Test settings for clone from vm and import vmxc from path
|
2017-10-11 22:05:52 +05:30 |
Taliesin Sisson
|
3d0ac529e0
|
use common floppy_config instead of builder specific one
Add tests for floppy files and comm
|
2017-10-11 22:05:51 +05:30 |
Taliesin Sisson
|
efa62e1550
|
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
|
2017-10-11 22:05:45 +05:30 |
Taliesin Sisson
|
6fd7f0877d
|
Initial check in to add a builder that can clone existing hyper v machines
|
2017-10-11 21:42:32 +05:30 |