14633 Commits

Author SHA1 Message Date
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
Ladar Levison
490b11ba15
Removed duplicate Azure, moved Docker entry.
The Docker entry was last, but should have been 4th, since it appears this list is supposed to be alpha ordered.
2018-12-26 22:25:58 -06:00
Mike Ripley
bf9c67cf48 Update VirtualBox.org documentation references
VirtualBox documentation chapter numbers have changed, try to link the correct place.
2018-12-26 15:37:09 -05:00
Ladar Levison
89a5f545c4
Updated prlctl section with a non-cpu/mem example. 2018-12-25 23:14:12 -06:00
Ladar Levison
e6de727c25
Fix the Hyper-V gen 1 guest boot order. 2018-12-25 16:54:26 -06:00
Michael Kuzmin
0346aa5bac update README 2018-12-26 01:30:47 +03:00
Michael Kuzmin
be84a39aa0 Support 'http_host' parameter (fix #184) 2018-12-23 20:16:49 +03:00
Michael Kuzmin
9cad0b7b66 don't detect local IP if http_directory is not specified 2018-12-23 19:49:38 +03:00
Michael Kuzmin
a62012a78c Support for local HTTP server (#116) 2018-12-23 05:04:54 +03:00
Michael Kuzmin
d603d9548c Fix IP resolution 2018-12-23 04:38:45 +03:00
Michael Kuzmin
1474a0b82d Interpolate variables in 'boot_command' 2018-12-23 04:38:45 +03:00
Sander Jans
7cafcf5879 Support for local HTTP server 2018-12-23 04:38:39 +03:00
Michael Kuzmin
5b8be459ed fix build 2018-12-22 22:03:19 +03:00
Michael Kuzmin
22df3392be fix build 2018-12-22 21:48:18 +03:00
mkuzmin
60cbf38e24 TeamCity change in 'JetBrains Public Projects / Packer Builder for vSphere' project: New GitHub issue tracker with name packer-builder-vsphere was created 2018-12-22 18:32:48 +00:00
mkuzmin
c13a7cc23f TeamCity change in 'JetBrains Public Projects / Packer Builder for vSphere' project: build features of 'Build' build configuration were updated 2018-12-22 18:25:22 +00:00
mkuzmin
0fcaa7bf36 TeamCity change in 'JetBrains Public Projects / Packer Builder for vSphere' project: build features of 'Build' build configuration were updated 2018-12-22 18:22:46 +00:00
mkuzmin
9a960ae744 TeamCity change in 'JetBrains Public Projects / Packer Builder for vSphere' project: triggers of 'Build' build configuration were updated 2018-12-22 18:21:31 +00:00
mkuzmin
b1389db5e0 TeamCity change in 'JetBrains Public Projects / Packer Builder for vSphere' project: Connection added 2018-12-22 18:14:15 +00:00
Michael Kuzmin
15d8587344 a test for windows. WinRM needs a special validation.
https://github.com/jetbrains-infra/packer-builder-vsphere/issues/92#issuecomment-386486758
2018-12-22 20:20:28 +03:00
Michael Kuzmin
8a75761898 use golang 1.11 and modules 2018-12-22 20:20:22 +03:00
Michael Kuzmin
1ca8fdfe08 use Packer 1.3
Packer broke API compatibility
https://github.com/hashicorp/packer/pull/6621
2018-12-22 19:54:55 +03:00
Michael Kuzmin
e6462e7b6d use govmomi 0.19 2018-12-22 19:54:54 +03:00
유성덕
fb62fa50df Add example file for linux server 2018-12-21 19:18:43 +09:00
유성덕
38c4e21563 Fix to get ssh password 2018-12-21 17:53:52 +09:00
유성덕
8b99260040 Fix parameter name and update 'server_image_product_code' 2018-12-21 17:40:10 +09:00
Megan Marsh
141f3b29f3
Merge pull request #7127 from ladar/master
Added change support to docker-import post processor.
2018-12-20 14:44:05 -08:00
Megan Marsh
f26051a7da code comments yo 2018-12-20 13:09:32 -08:00
Megan Marsh
24d2cc34e5 tests 2018-12-20 12:03:14 -08:00
Megan Marsh
427a35fc7e tests 2018-12-20 12:03:00 -08:00
Adrien Delorme
7655d2efb2
Add tencent cloud builder (#7135 & #6839) 2018-12-20 17:09:44 +01:00
Megan Marsh
d4de89e057 move powershell templating into separate script so we can test it 2018-12-19 16:35:02 -08:00
Megan Marsh
006682a09c add version option and also refactor powershell script to use golang templates for ease of testing and variable passing. 2018-12-19 16:30:57 -08:00
Michael Kuzmin
d634c32fd4 Enable TeamCity DSL 2018-12-20 01:04:04 +03:00
Adrien Delorme
e666b60d16
Merge pull request #7126 from hashicorp/fix_7125
fix packer crash that occurs when image is nil
2018-12-19 09:25:28 +01:00
Megan Marsh
56d722f779
Merge pull request #7130 from jo/openstack-add-volume-size-option
Openstack add volume size option
2018-12-18 16:35:25 -08:00
Megan Marsh
d288f94073
Merge pull request #7128 from ladar/hyperv-legacy-network-adapter
Updated support for legacy network adapters on Hyper-V.
2018-12-18 15:32:35 -08:00
Johannes J. Schmidt
a545caa24a use openstack volume_size option on creation
if present. Otherwise fallback to to source image min disk value (if
set) or calculated from the source image bytes size.

Note that in some cases this needs to be specified, if
`use_blockstorage_volume` is true. See #6957 for the discussion.
2018-12-18 23:59:54 +01:00
Johannes J. Schmidt
336c11c54a add openstack volume_size option
Adds an option to OpenStack, `volume_size` (int), which is the size of
the Block Storage service volume in GB.
2018-12-18 23:58:27 +01:00
Megan Marsh
59307d6d02
Merge pull request #7124 from hashicorp/fix_7120
clarify use of split function in docs
2018-12-18 10:08:37 -08:00
Christopher Boumenot
acacf6e59c
Merge pull request #7111 from hashicorp/pr-7077-azure-regression
azure: fix snapshot regression
2018-12-18 09:53:52 -08:00
Michael Kuzmin
5014e46b48
Add 'cpu_cores' parameter (#198) 2018-12-18 20:51:56 +03:00
Michael Kuzmin
a809a853b8
Update README.md 2018-12-18 18:16:49 +03:00
Ladar Levison
bdcbf61ade Fixed replace variable name. 2018-12-18 06:18:51 -06:00
Ladar Levison
fa154f5298 Fixed driver mock up formatting. 2018-12-18 06:14:38 -06:00
Ladar Levison
31d03fb48e Added legacy network adapter driver mock up. 2018-12-18 06:12:05 -06:00
Ladar Levison
da8b140bca Fix Hyper-V builder formatting. 2018-12-18 05:50:16 -06:00
Ladar Levison
348c267054 Updated support for legacy network adapters on Hyper-V. 2018-12-18 04:59:00 -06:00