Commit Graph

8508 Commits

Author SHA1 Message Date
Matthew Hooker 75111e49e9
remove convoluted pointer logic 2017-10-11 23:35:24 -07:00
Matthew Hooker e497c6027f
remove obsolete information 2017-10-11 23:17:43 -07:00
Matthew Hooker 0608fe4823
mention that winrm can transfer files slowly. 2017-10-11 23:12:31 -07:00
Matthew Hooker f566c43a9d
add boot_command examples link to docs 2017-10-11 22:58:03 -07:00
Matthew Hooker 4aee438c22
document comma-separated configuration variables. 2017-10-11 19:36:54 -07:00
Megan Marsh 157137573c fix line length 2017-10-11 13:20:53 -07:00
SwampDragons 7723f7584f Merge pull request #5441 from iamjarvo/helpful-version-message
Add `/downloads.html` to the outdated version message
2017-10-11 13:08:08 -07:00
Vijaya Bhaskar Reddy Kondreddi 4f6a207441 go fmt 2017-10-11 22:10:39 +05:30
Matthew Hooker 2655cf7493 fix tests 2017-10-11 22:05:53 +05:30
Matthew Hooker 6e9d37485a make it clear that VHDs work as well as ISOs 2017-10-11 22:05:53 +05:30
Matthew Hooker 91d66fb67c use new method of building runner 2017-10-11 22:05:52 +05:30
Matthew Hooker 5937f75898 reformat docs 2017-10-11 22:05:52 +05:30
Matthew Hooker d8c6e6d4a4 remove duplicate line 2017-10-11 22:05:52 +05:30
Matthew Hooker fcfdff0efd rerun scripts/generate-plugins.go 2017-10-11 22:05:52 +05:30
Matthew Hooker 7978fd8ec0 make fmt 2017-10-11 22:05:52 +05:30
Taliesin Sisson 5f2c71f7d7 Floppy directories are provided by default with common.floppydrives 2017-10-11 22:05:52 +05:30
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 8232759397 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
2017-10-11 22:05:51 +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 452fcbd9a1 Only attach dvd drive if there is one
Fix debug messages for cloning

Add hyperv-vmcx as a builder from command line
2017-10-11 21:42:32 +05:30
Taliesin Sisson 429e1bc3ad Adding an ISO is now optional for hyperv vmcx
Add documentation for hyperv vmcx
2017-10-11 21:42:32 +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
Jearvon Dharrie e918dc89bc Add `/downloads.html` to the outdated version message 2017-10-10 23:31:33 -04:00
Matthew Hooker 1e162ffd26
skip doc PRs in changelog helper 2017-10-10 17:11:28 -07:00
localghost 5866d4ea24 Move container user inspect to StepConnectDocker. 2017-10-10 22:45:47 +02:00
SwampDragons 5bcf9583db Merge pull request #5440 from mmcquillan/vendor-checkpoint-with-timeout
Updating go-checkpoint lib to have a fixed timeout
2017-10-10 11:00:49 -07:00
Matt McQuillan e0942e8998 Updating go-checkpoint lib to have a fixed timeout 2017-10-10 12:48:29 -04:00
Matthew Hooker c85cf0483a
update changelog 2017-10-09 15:10:28 -07:00
Matthew Hooker 4d3a762e85 Merge pull request #5207 from sandersaares/hyperv-vagrant-hardlink
Link VHD instead of copy where allowed by OS
2017-10-09 15:08:16 -07:00
Matthew Hooker 150b1522f4 Merge pull request #5374 from PatrickLang/hyperv-checkpoint
Disabling automatic checkpoints in hyperv-iso builder
2017-10-09 14:05:16 -07:00
Matthew Hooker 3eac1306a2
document #5206 2017-10-09 10:10:29 -07:00
Matthew Hooker eb64920e80 Merge pull request #5206 from sandersaares/hyperv-second-temp-dir
(Hyper-V) Enable a separate directory to be used for temporary VHDs
2017-10-09 10:08:00 -07:00
Matthew Hooker 49da8d9172 Merge pull request #5434 from mayn/add-community-tools-packerlicious
request to add packerlicious to community tools
2017-10-07 01:47:36 -07:00
Matthew Aynalem 723ef71adb add packerlicious to community tools 2017-10-06 13:15:26 -07:00
Matthew Hooker effbfda47c Merge pull request #5431 from hashicorp/fix5430
add debugging help if ec2-upload-bundle fails
2017-10-05 17:33:47 -07:00
Matthew Hooker ae455bff99
add debugging help if ec2-upload-bundle fails 2017-10-05 17:33:07 -07:00
Matthew Hooker 2a326b5172
fix nil ptr exception 2017-10-05 16:34:13 -07:00
Megan Marsh be25ad8021 adding pr suggestions to docs improvements 2017-10-05 16:29:38 -07:00
Matthew Hooker afd394e0bd
only output telemetry logs when enabled. 2017-10-05 14:31:24 -07:00
Megan Marsh 48c5c1b8c3 remove unnecessary faqs. Replaced the ami name with a filter. 2017-10-05 14:02:10 -07:00
Megan Marsh aaa706f4c3 add two more examples to the getting-started documentation, including a windows example. 2017-10-05 14:01:16 -07:00
Megan Marsh dfc4c4533b add example manifest file to manifest docs 2017-10-05 13:40:20 -07:00
Matthew Hooker 188f171cf0 Merge pull request #5425 from mayn/fix-docs-minor-spelling
docs fix minor spelling typos throughout docs
2017-10-04 14:37:30 -07:00
Matthew Hooker e4b67dd2f9 more spelling 2017-10-04 14:37:04 -07:00
Matthew Aynalem 1fac839b79 docs fix minor spelling typos throughout docs 2017-10-04 14:25:31 -07:00
zhuzhih2017 f0cfd86f74 Merge pull request #5423 from zhuzhih2017/master
Fix the documentation error for io_optimized type and add description…
2017-10-04 21:08:55 +08:00
zhuzhih2017 beeaa4d8ee fix the documentation error for io_optimized type and add description for default value of internet_charge_type 2017-10-04 21:04:00 +08:00
Mark Meyer 2661fd7869 Move building of spot instances into its own step 2017-10-04 12:38:21 +02:00