11371 Commits

Author SHA1 Message Date
Ladar Levison
89a5f545c4
Updated prlctl section with a non-cpu/mem example. 2018-12-25 23:14:12 -06: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
Adrien Delorme
7655d2efb2
Add tencent cloud builder (#7135 & #6839) 2018-12-20 17:09:44 +01: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
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
Ladar Levison
0f8f58371e Reverting accidental changes to boot command/plugin go files. 2018-12-18 02:13:43 -06:00
Ladar Levison
6d10badc70 Adding documentation for import changes. 2018-12-18 02:00:21 -06:00
Ladar Levison
3cc83167c8 Added map structure type to config changes. 2018-12-18 00:48:58 -06:00
Ladar Levison
6ac5971288 Fixed cmd order for docker driver. Added config to post proc. 2018-12-17 22:59:41 -06:00
Ladar Levison
10095678c8 Adding driver changes. 2018-12-17 22:37:32 -06:00
Ladar Levison
21fdbadf04 Adding changes to import prototype. 2018-12-17 22:35:59 -06:00
Ladar Levison
050f809a1c Add changes var to docker driver import func. 2018-12-17 22:04:43 -06:00
Megan Marsh
19144111dd fix packer crash that occurs when image is nil 2018-12-17 14:54:27 -08:00
Megan Marsh
a734aa2255 Revert "mux_broker_test.go: make non blocking errChan"
This reverts commit d9e32d437cfff8764ac0b9682d1fe3796e57be06. It turns out that it was already non-blocking with a length of one.
2018-12-17 13:49:47 -08:00
Megan Marsh
7857a0d404 clarify use of split function in docs 2018-12-17 11:40:27 -08:00
Megan Marsh
3cba3da163
Merge pull request #7121 from DanHam/contributing-link
Fix a link in the contributing doc
2018-12-17 11:03:05 -08:00
Adrien Delorme
06152d2c83 Update CHANGELOG.md 2018-12-17 12:36:15 +01:00
Adrien Delorme
895d49ca10
Merge pull request #7119 from hashicorp/fix_race
try to remove race condition in mux test
2018-12-17 11:42:55 +01:00
Adrien Delorme
d9e32d437c
mux_broker_test.go: make non blocking errChan
* in case of Dial errors to avoid a deadlocks
2018-12-17 11:09:56 +01:00
Adrien Delorme
2944030daf
mux_broker_test.go: range over chan for simplicity 2018-12-17 11:01:46 +01:00
Adrien Delorme
9a31d0de58
mux_broker_test.go: defer close chan 2018-12-17 10:58:32 +01:00
DanHam
d75a580952
Fix link 2018-12-15 11:36:47 +00:00
Megan Marsh
70c6fcb824
Merge pull request #7078 from aspectcapital/issue-5478
Elevated support for puppet-* & chef-client provisioners
2018-12-14 19:06:46 -08:00
Megan Marsh
fd988e67a6
Merge pull request #7118 from wizurijyq/patch-1
Make sure sshkey is not nil
2018-12-14 15:48:42 -08:00
Megan Marsh
a4f9c04d4f
Merge pull request #7115 from mr-karan/ssh_extra
feat(provisioner/ansible): Provide extra SSH args
2018-12-14 15:09:19 -08:00
Megan Marsh
f6070de070 fix test 2018-12-14 13:59:26 -08:00
Megan Marsh
52176ecf2d try to remove race condition in mux test 2018-12-14 13:53:39 -08:00
wizurijyq
8184fcb99a
Make sure sshkey is not nil 2018-12-14 22:30:26 +01:00
Adrien Delorme
74abd80c4f
Merge pull request #7116 from DanHam/fix-nil-artifact-dir
VMware-ISO: Fix bug caused by 'nil' dir field in artifact struct when building locally
2018-12-14 17:06:47 +01:00
mr-karan
01cdd18fd3 feat(provisioner/ansible): Provide extra SSH args
Adds `-o IdentitiesOnly=yes` as a default flag to extra vargs
in Ansible provisoner.

Closes https://github.com/hashicorp/packer/issues/5329
2018-12-14 19:07:54 +05:30
DanHam
0821653256
Fix 'nil' dir in VMware artifact when building locally 2018-12-14 13:21:41 +00:00
Megan Marsh
2045390e74
Merge pull request #7108 from hashicorp/revert_hddorder_setting
Revert hddorder setting
2018-12-13 16:27:31 -08:00
Christopher Boumenot
f9230aeb95 azure: fix snapshot regression 2018-12-13 13:58:18 -08:00
Megan Marsh
e3895e9074
Merge pull request #7109 from hashicorp/revert-7107-patch-2
Revert "Fix previous change introduced in patch #7030"
2018-12-13 11:34:58 -08:00
Megan Marsh
6e09f1623f
Revert "Fix previous change introduced in patch #7030" 2018-12-13 11:34:37 -08:00
Megan Marsh
84e8adacc5
Merge pull request #7107 from pgrmega/patch-2
Fix previous change introduced in patch #7030
2018-12-13 11:25:52 -08:00
Megan Marsh
7d5ea43f41 revert the hddorder being added to the vmx template, since it's breaking things for some of our users. 2018-12-13 09:58:24 -08:00
pgrmega
954c6d2bdf
Fix previous change in patch #7030
The fix is to use -Copy option, not to delete this option which is equivalent to the original -Copy:$false
2018-12-13 18:45:14 +01:00
Megan Marsh
b95123f457 add new copy_in_compare flag so users can set the copy var to whatever they need in order to get the compatibility report to work. 2018-12-13 09:12:23 -08:00
Matt Dainty
845d29b458 s/provider/provisioner/ 2018-12-13 10:32:36 +00:00