Commit Graph

11589 Commits

Author SHA1 Message Date
Adrien Delorme 848d4e981b clarify comments 2019-01-09 16:30:43 +01:00
Ed Maxwell-Lyte 346f5d9bba Simplify version check for port count argument
Might be personal preference, but I think this reads more clearly
2019-01-09 09:46:24 +00:00
Adrien Delorme 9f7b4ffc17
Merge branch 'master' into pr/6950 2019-01-09 10:11:18 +01:00
Adrien Delorme 19cbb9cb24
Merge pull request #7136 from hashicorp/fix_5984
Add "version" option to hyperv calls
2019-01-09 10:06:49 +01:00
Megan Marsh 93053e0488 update comments 2019-01-08 15:15:00 -08:00
Megan Marsh 758a56f91b
Merge pull request #7177 from gep13/patch-1
(doc) Minor correction
2019-01-08 14:29:51 -08:00
Gary Ewan Park 6c5688ca82
(doc) Minor correction
is -> are
2019-01-08 20:16:18 +00:00
Christopher Boumenot 1fd7070121
Merge pull request #7176 from boumenot/pr-azure-sysprep-agent-docs
azure: sysprep after agent is ready
2019-01-08 11:33:12 -08:00
Megan Marsh 9557f3eea7 use script options struct rather than passing all the variables around an extra time 2019-01-08 11:29:38 -08:00
Megan Marsh a1b3b63cb9 use golang templating logic 2019-01-08 11:17:19 -08:00
Christopher Boumenot 3dfbe45fcd azure: sysprep after agent is ready 2019-01-08 10:17:33 -08:00
Adrien Delorme 1b84019a45
Merge pull request #7174 from edwardmlyte/reverse-default-vbox-portcount-arg
Make portcount default argument for storagectl
2019-01-08 17:35:43 +01:00
Adrien Delorme 9143dc7579
Merge pull request #7173 from hashicorp/fix_doc_typo_count_plugin
set list number 5 correctly in plugins.html.md
2019-01-08 17:20:26 +01:00
Ed Maxwell-Lyte 4fc02ea406 Assign to existing var 2019-01-08 16:19:11 +00:00
Adrien Delorme f91b668617
Create portCountArg in the if statement
You can't assign to something that doesn't exist

Co-Authored-By: edwardmlyte <edwardmlyte@gmail.com>
2019-01-08 16:15:24 +00:00
Ed Maxwell-Lyte a9eed311a6 Run gofmt on driver_4_2.go 2019-01-08 15:58:12 +00:00
Rickard von Essen d7e0b3f34a
Updated CHANGELOG.md 2019-01-08 16:54:39 +01:00
Rickard von Essen c8fab8c7a3
Merge pull request #7037 from kmbulebu/openstack_tags
openstack: `image_tags` - Adds support for tagging new images.
2019-01-08 16:53:21 +01:00
Ed Maxwell-Lyte e5b1e0f4d9 Add version 0.x to the rule 2019-01-08 15:35:45 +00:00
Adrien Delorme 7feb73dd5d
set list number 5 correctly in plugins.html.md 2019-01-08 16:33:15 +01:00
Ed Maxwell-Lyte e40c90423f Reverse default port count virtualbox argument
As we know the exact versions that used the old `sataportcount` option, it's safe to assume we want to use the newer `portcount` option for everything else.

Reversed the option check and use the `portcount` option by default. Prevents needing to update this for future major versions of VirtualBox.
2019-01-08 14:14:26 +00:00
Adrien Delorme 65b3e67951
Merge pull request #7169 from DanHam/fix-md-links
Fix links broken by fmt-docs (Pandoc) due to newline
2019-01-07 15:38:43 +01:00
Rickard von Essen 1d8fd936bf
Updated CHANGELOG.md 2019-01-07 08:51:26 +01:00
Rickard von Essen e3f82d3725
Merge pull request #6933 from cb-oath/openstack-v2-network-optional
openstack: Make the config.networkV2Client conditional in StepAllocateIp
2019-01-07 08:48:38 +01:00
DanHam 2bc8cefb81
Fix links broken by fmt-docs (Pandoc) due to newline 2019-01-06 14:52:56 +00:00
Megan Marsh 0d489da41b
Merge pull request #7147 from ladar/fix-hyperv-boot-order
Fix the Hyper-V gen 1 guest boot order.
2019-01-04 16:41:07 -08:00
Megan Marsh 16149844a7
Merge pull request #7151 from nelsonjchen/qemu-whpx-option
Add support for whpx accelerator to qemu builder
2019-01-04 12:37:03 -08:00
Megan Marsh c789a68d89
Merge pull request #7154 from ladar/fix-hyperv-ssh-host-bug
Fix ssh_host bug in hyper-v builders.
2019-01-04 12:14:13 -08:00
Megan Marsh acc77b29a7
Merge pull request #7163 from hashicorp/fix_docker_file_provisioner_on_windows
Fix docker file provisioner on windows
2019-01-04 11:25:59 -08:00
Megan Marsh 8327669f21
Merge pull request #7162 from hashicorp/fix_7157
Fix 7157
2019-01-04 09:33:18 -08:00
Megan Marsh 532dd5fed9
Merge pull request #7166 from hashicorp/fix_7160
windows plugin: prioritize AppData over default user directory ( UserProfile )
2019-01-04 09:31:53 -08:00
Adrien Delorme ce8dd67501
Merge branch 'master' into fix_7157 2019-01-04 14:32:31 +01:00
Adrien Delorme 0621a3dd99
Merge pull request #7161 from hashicorp/fix_6348
add note about ansible to chroot builder
2019-01-04 14:23:43 +01:00
Adrien Delorme 7384b86e95 windows plugin: prioritize AppData over default user directory ( UserProfile )
It was the default behaviour before.
It is also standard for a binary to use files from the AppData directory. ex: c453e0c757/google/default.go (L104)

More on home: https://en.wikipedia.org/wiki/Home_directory
2019-01-04 14:14:38 +01:00
Megan Marsh 5c2da6b816 fix destination pathing so that it doesnt break on windows 2019-01-03 16:03:42 -08:00
Nelson Chen b39f398fda Add support for whpx accelerator to qemu builder
Windows Hypervisor Platform (WHPX) is the Windows counterpart to HVF and
KVM. It's an operating system provided component that provides
virtualization acceleration support.

This is kind of the missing counterpart to https://github.com/hashicorp/packer/pull/6193.
QEMU 2.12 also added support for WHPX.

There's no support for libvirt on Windows so nothing was added in those
areas.

The popular QEMU for Windows distribution does not have WHPX support
built-in for legal reasons as the maintainer does not wish to use or
obtain any part of Microsoft's SDK to compile the distribution.
2019-01-03 15:20:37 -08:00
Megan Marsh 624c58c678
Merge pull request #7152 from ripleymj/fix-vbox-doc-refs
Update VirtualBox.org documentation references
2019-01-03 13:56:40 -08:00
Mike Ripley 8391a93ecc Fix VirtualBox HREFs
Per feedback on PR 7152
2019-01-03 16:13:54 -05:00
Megan Marsh 111f6f51c8
Merge pull request #7153 from ladar/fix-vagrant-post-processor-documentation
Removed duplicate Azure, moved Docker entry.
2019-01-03 12:47:43 -08:00
Megan Marsh 6ff61b3cdf update docs for iso_url 2019-01-03 11:22:27 -08:00
Megan Marsh 82aadb3fe2 add note about ansible to chroot builder 2019-01-03 11:01:32 -08:00
Megan Marsh a99e1fc017 add note about ansible to chroot builder 2019-01-03 10:21:41 -08:00
Adrien Delorme 9a63e8eeb6
Merge pull request #7148 from ladar/fix-parallels-iso-docu
Updated prlctl section with a non-cpu/mem example.
2019-01-03 11:25:19 +01:00
Adrien Delorme 7132037faa
Merge pull request #7137 from YuSungDuk/fix_to_get_ssh_password
Fix to get ssh password
2019-01-03 11:22:14 +01:00
Mark Kwan 4d93956a8d Fix typo in changelog for 1.3.3 bug fixes. (#7145) 2019-01-03 10:39:44 +01:00
Rickard von Essen 21a7a0a614
parallels: Fix attaching prl tools
Closes #7155
2019-01-02 21:33:58 +01:00
Ladar Levison 217028b902 Added comment regarding use of host param. 2018-12-27 03:34:08 -06:00
Ladar Levison 8a9962882c Use Printf not Println. D'oh. 2018-12-27 03:15:44 -06:00
Ladar Levison 35aaf44fa5 A properly formatted hyperv ssh.go file. 2018-12-27 02:55:14 -06:00
Ladar Levison cb0011d665 Fix ssh_host bug in hyper-v builders. 2018-12-27 02:33:58 -06:00