4942 Commits

Author SHA1 Message Date
Rickard von Essen
83980d2326 Enable headless mode by default on Parallels Desktop 11 2015-08-24 15:09:29 +02:00
Rickard von Essen
7d3afc882a Add check for Parallels Desktop edition in PD 11.
Starting since Parallels Desktop 11, the command line functionality is
available only in Pro and Business editions.
2015-08-22 13:15:59 +02:00
Chris Bednarski
133d76f557 Merge pull request #2605 from mitchellh/b-2603
Don't delete iso_url when it's a local file
2015-08-19 13:15:32 -07:00
Chris Bednarski
1764238c0b Added [DEBUG] prefix to log messages 2015-08-19 13:15:23 -07:00
Chris Bednarski
8f7f82334a Merge pull request #2628 from mitchellh/b-docker-export-validation
Improve artifact validation for docker builder
2015-08-19 13:12:34 -07:00
Chris Bednarski
5503b7f496 Don't export errors 2015-08-19 13:12:16 -07:00
Chris Bednarski
96a857ea6f Merge pull request #2629 from mitchellh/b-2601
Document Qemu file extension for vm_name
2015-08-19 13:08:28 -07:00
Chris Bednarski
55fadd96bc By default, Qemu will now have an extension added based on the file format. This is a change to more closely match behavior from 0.7.5. 2015-08-18 17:44:17 -07:00
Chris Bednarski
d367b8b521 If is customized no file extension is added. The documentation has been updated to reflect this. 2015-08-18 17:43:59 -07:00
Chris Bednarski
746b9a8391 Formatting tweaks 2015-08-18 16:55:29 -07:00
Chris Bednarski
ffef8efaf4 Added docs for discard; clarify mutual exclusivity between commit, discard, and export_path 2015-08-18 16:47:58 -07:00
Chris Bednarski
1b1bd19c20 Reformat code so we can grep for this more easily 2015-08-18 16:47:12 -07:00
Chris Bednarski
e60b3745f5 Merge pull request #2619 from vtolstov/artifice
allow wildcards in artifice files
2015-08-18 15:13:56 -07:00
Chris Bednarski
750a9c61de Added discard option for docker builder, also reorganized some error messages 2015-08-18 14:38:32 -07:00
Chris Bednarski
32978a5109 Add an explicit error message when there is no output file specified 2015-08-18 13:48:18 -07:00
Vasiliy Tolstov
97f3f31d3d Merge branch 'master' into artifice 2015-08-18 11:57:06 +00:00
Vasiliy Tolstov
f0fdf865a1 allow wildcards in artifice files
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-08-18 10:53:33 +00:00
Chris Bednarski
51002e8c6f Merge pull request #2615 from mitchellh/b-aws-upstream
Update calls to amazon to match the upstream
2015-08-17 18:09:00 -07:00
Chris Bednarski
1a775c05d9 Update calls to amazon to match the upstream
- see http://aws.amazon.com/releasenotes/2948141298714307
- run awsmigrate-renamer on each amazon module (chroot, instance, etc.)
2015-08-17 17:44:01 -07:00
Chris Bednarski
2237fb3e75 Merge pull request #2614 from mitchellh/docs-esxi-floppy
Clarify use-case and example for floppy preseed
2015-08-17 16:14:16 -07:00
Chris Bednarski
d96b426a6d Clarify use-case and example for floppy preseed 2015-08-17 14:56:26 -07:00
Chris Bednarski
c8a43eabdf Merge pull request #2610 from kikitux/master
note about floppy on ESXi
2015-08-17 14:43:50 -07:00
Alvaro Miranda
f54940d9e8 note about floppy on ESXi
note about floppy on ESXi
2015-08-17 22:15:26 +12:00
Chris Bednarski
6e8c6a15ad Implement fix, add comments so it's more apparent why we're doing special logic 2015-08-14 17:49:08 -07:00
Chris Bednarski
7ecfb057ff Added test case to catch deleting local source file when checksum doesn't match 2015-08-14 17:37:57 -07:00
Chris Bednarski
424ee65866 Added a log message when we use a local file instead of downloading one 2015-08-14 17:34:39 -07:00
Chris Bednarski
70af28be47 Added cake fixture for testing file:/// downloads 2015-08-14 17:34:04 -07:00
Chris Bednarski
641c8a2ea0 Added changelog entries for recently-merged features and fixes 2015-08-12 14:08:00 -07:00
Chris Bednarski
c8d0883f06 Merge pull request #2590 from mitchellh/f-vagrant-parallel-gzip
Add parallel gzip compression to the vagrant post-processor
2015-08-12 13:49:42 -07:00
Chris Bednarski
9ee07f1e8d Add parallel gzip compression to the vagrant post-processor 2015-08-12 12:34:52 -07:00
Chris Bednarski
d0f6ab4331 Merge pull request #2585 from mitchellh/f-dockerdownload
Implement docker download
2015-08-12 12:24:23 -07:00
Chris Bednarski
5ad4b0e97e Added tests and handle the tar format from docker cp - 2015-08-12 12:16:26 -07:00
Chris Bednarski
8cdd078952 Changed fixtures so we can do a directory test too 2015-08-12 11:48:47 -07:00
Chris Bednarski
62c5e8358d Added a test for docker upload and download 2015-08-12 11:36:56 -07:00
Chris Bednarski
de9ecd2d62 Add a test fixture file 2015-08-12 11:36:33 -07:00
Chris Bednarski
3523ffdce1 Farewell extra line. You were pretty but out of place. 2015-08-12 11:36:10 -07:00
Rickard von Essen
b6098baac2 Merge pull request #2587 from rickard-von-essen/issue-2543
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)
2015-08-12 10:29:42 +02:00
Rickard von Essen
da82ff3fd6 Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)
Actually fix the error...

Fixes [GH-2543]
2015-08-12 10:28:06 +02:00
Chris Bednarski
047382eec9 Style tweak 2015-08-11 22:30:19 -07:00
Chris Bednarski
dc3c55cf8e Implemented downloader for the docker communicator so we can pull files out of a container 2015-08-11 22:22:52 -07:00
Chris Bednarski
e9c867b66a Merge branch 'master' of https://github.com/mitchellh/packer 2015-08-11 17:10:44 -07:00
Chris Bednarski
d9a0f05926 Bump version.go to reflect dev status 2015-08-11 17:10:34 -07:00
Rickard von Essen
5e610df4b3 Merge pull request #2583 from rickard-von-essen/issue-2543
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path.
2015-08-12 01:44:19 +02:00
Rickard von Essen
5a6bcdeb78 Fix interpolation of {{.Flavor}} in parallels_tools_guest_path.
Fixes [GH-2543]
2015-08-12 01:34:08 +02:00
Chris Bednarski
60bbe850ef Bump version to v0.8.5 v0.8.5 2015-08-10 18:30:33 -07:00
Chris Bednarski
c3d6366c3c Merge branch 'master' of https://github.com/mitchellh/packer 2015-08-10 18:05:26 -07:00
Chris Bednarski
27e7a02e62 Replace v0.8.3 changelog with v0.8.4. 2015-08-10 18:04:47 -07:00
Chris Bednarski
b81bd74a2d Merge pull request #2578 from mitchellh/b-vmware-bc-break
Revert backwards-compatibility break in VMX option casing
2015-08-10 17:51:54 -07:00
Chris Bednarski
313fcaf0ff Revert backwards-compatibility break in VMX option casing
PR #2309 introduced case-sensitive options in VMX files. This is to support a case-sensitive option called `virtualSSD`. The change made all options case-sensitive, which causes problems with external VMX options provided in user templates. To prevent breakage, this change is being reverted.

- Fixes #2574
- Reverts #2542
- Reverts #2309
2015-08-10 14:52:34 -07:00
Chris Bednarski
fce6f86328 Updated changelog with some missing changes 2015-08-10 14:19:20 -07:00