8522 Commits

Author SHA1 Message Date
Matthew Hooker
07b013945f
more consistent flag name 2017-10-12 16:38:18 -07:00
Matthew Hooker
106408f6be
add new disable_vnc option 2017-10-12 16:34:40 -07:00
nictrix
6a238a3ef3
add option to skip vnc phase and update docs 2017-10-12 16:28:27 -07:00
Megan Marsh
a7d25cd4c1 remove deprecation warning since we've been talked out of removing shell-local postprocessor 2017-10-12 16:14:15 -07:00
Christopher Boumenot
1abe5002c4 Merge pull request #5450 from blalor/patch-1
Prevent angle brackets from being swallowed
2017-10-12 14:47:15 -07:00
Brian Lalor
3a03bc48c1 Prevent angle brackets from being swallowed
The current version of the [published Azure provider page](https://www.packer.io/docs/builders/azure.html) shows the VHD URLs like:

> The captured VHD's URL will be https://.blob.core.windows.net/system/Microsoft.Compute/Images//.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.vhd.
2017-10-12 17:32:49 -04:00
Matthew Hooker
9b407d4716 Merge pull request #5449 from hashicorp/fix_5205
fix docs for 5205
2017-10-12 14:15:43 -07:00
Megan Marsh
468feee607 fix docs for 5205 2017-10-12 14:14:07 -07:00
SwampDragons
f4fb897f12 Merge pull request #5448 from hashicorp/commdocs
docs: reorganize community pages under one layout
2017-10-12 13:37:32 -07:00
SwampDragons
512ac214b4 Merge pull request #5417 from smaato/master
Add ability to tag volumes on creation
2017-10-12 12:56:25 -07:00
Mark Meyer
dbb3c76032 Remove redundant step and its usage
StepTagEBSVolumes is no longer needed, since this functionality is now
taken over by StepRunSourceInstance and StepRunSpotInstance. So remove
this functionality from the codebase.
2017-10-12 21:40:21 +02:00
localghost
fef5162b01 Add description of fix_upload_owner to documentation. 2017-10-12 21:26:18 +02:00
Matthew Hooker
e9c17fc07c
docs: reorganize community pages under one layout 2017-10-12 10:42:58 -07:00
SwampDragons
9b692f2598 Merge pull request #5427 from hashicorp/docs_work
Okay, I'm going to merge these docs as-is under the opinion that an example that works 99% of the time is better than no example.  @DanHam I'm still happy to test out other boot configs but I've put a fair amount of time into trying to get your suggestions to work and haven't gotten it doing what it's supposed to for AWS.
2017-10-12 10:30:17 -07:00
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