Commit Graph

10931 Commits

Author SHA1 Message Date
Poddo 72391f8f4d
Update provisioner.go
Remove extra break statement that made it's way into the "reboot pending" loop when some logic was rearranged in 9fa47f5dad (diff-8bb0a16231863cd1487dd9a3d3792565)
2018-10-03 00:54:31 -05:00
Adrien Delorme 611610c89d BasicProgresssBar: protect add with a lock
to avoid weird race conditions.
2018-10-02 16:57:16 +02:00
Adrien Delorme 83c713c0df
Merge pull request #6784 from alowde/add-build-timestamps
add optional timestamps to build log
2018-10-02 14:19:14 +02:00
Ashley Lowde 2884f6fab6 improve formatting and documentation for PR#6784 2018-10-02 20:00:45 +09:30
Adrien Delorme 4e14710a66
Merge pull request #6785 from shammellee/patch-2
Fix small typo
2018-10-01 12:00:39 +02:00
Adrien Delorme 08f984d702
Merge pull request #6783 from shammellee/patch-1
Fix small typo
2018-10-01 11:11:17 +02:00
Adrien Delorme 7b4147cf1f
Merge pull request #6786 from tylert/doc-typo-shell-post-proc
Fix typo in docs for shell post-processor
2018-10-01 11:10:36 +02:00
Adrien Delorme 146db5667a fix intermitent TestProcessPrivateKeyFile_encrypted failure
Because of deficiencies in the encrypted-PEM format, it's not always possible to detect an incorrect
password. In these cases no error will be returned but the decrypted DER bytes will be random noise.

this closes #3337
2018-10-01 10:29:30 +02:00
mbearup 55be0da5da Initial changes to support Shared Image Gallery 2018-09-30 13:56:44 -07:00
Tyler Tidman 1a332421d7 Fix typo in docs for shell post-processor 2018-09-30 15:33:44 -04:00
Shammel Lee 7024fecf4d
Fix small typo 2018-09-29 16:17:10 -04:00
Ashley Lowde 12496e3702 add optional timestamps to build log 2018-09-29 22:39:24 +09:30
Shammel Lee f10571b8cd
Fix small typo 2018-09-28 21:38:29 -04:00
Adrien Delorme b7b1720a91
Merge pull request #6772 from fflorens/scaleway-add-boottype
scaleway: add boottype parameter in config
2018-09-27 16:51:01 +02:00
Adrien Delorme c118ac8e30
Merge pull request #6739 from hashicorp/pointer_configs
Use config from state-bag as a pointer
2018-09-27 16:40:48 +02:00
Florian Florensa 9ea5104b74 scaleway: add boottype parameter in config 2018-09-27 16:37:07 +02:00
Adrien Delorme 35ba921b7d
Merge pull request #6771 from fflorens/update-scaleway-vendor
scaleway: update scaleway vendor
2018-09-27 16:28:16 +02:00
Adrien Delorme 37c6f08abe Revert "Fix bugs"
This reverts commit 02139dcb69 that constitutes pr #6701
2018-09-27 16:27:34 +02:00
Adrien Delorme 016b0985a6 builder/openstack: use config as a pointer so values could be set
this commit will close #6712
2018-09-27 16:27:34 +02:00
Adrien Delorme b328d3569d builer/triton: pass config as a pointer so values could be set 2018-09-27 16:27:34 +02:00
Adrien Delorme 22d3e9b5c4 builder/amazon/ebs: pass config as a pointer so values could be populated by a run 2018-09-27 16:27:34 +02:00
Adrien Delorme 2d899ffcee
Merge pull request #6768 from mvaude/fix-scaleway-ssh
scaleway: fix builder problems with ssh keys
2018-09-27 16:23:44 +02:00
Florian Florensa 02878cc148 scaleway: update scaleway vendor 2018-09-27 16:17:05 +02:00
mvaude 7f78eef08d scaleway: fix builder problems with ssh keys
The builder is currently failing with the last packer version.

This commit is fixing:
- the ssh keys and configuration management (the config is passed through a pointer and the ssh keys through the config instead of the runner states)
- the key size for generated ssh key
- the public key added as a tag to the instance<Paste>

fix #6757
2018-09-27 15:40:18 +02:00
Matthew Hooker 9181570bc3
remove stray struct dumps in logs 2018-09-27 00:14:05 -07:00
zhuzhih2017 676b28ecc5
Merge pull request #6764 from chhaj5236/feature/support_disable_stop_instance
support disable_stop_instance option for some specific scenarios
2018-09-27 14:52:07 +08:00
zhuzhih2017 f59cde03c4
Merge pull request #6763 from chhaj5236/fix/invalid_type_convert
fix type error in step_create_tags
2018-09-27 14:49:52 +08:00
Adrien Delorme 78c8e0f114
Merge pull request #6756 from hashicorp/fix_6738
update winrmcp vendor and update error message in file provisioner to…
2018-09-26 13:24:55 +02:00
Adrien Delorme 091963fe31
Merge pull request #6751 from rickard-von-essen/os-source-id-fix
WIP: openstack: use source_image_name to find UUID
2018-09-26 12:57:24 +02:00
Adrien Delorme 3325bfe21a
Merge pull request #6766 from hashicorp/aliyun_notfound_image
uptade alyuin doc with existing image & add a note on how to find new ones
2018-09-26 12:36:22 +02:00
Adrien Delorme 10c82a5779 uptade alyuin doc with existing image & add a note on how to find out about new ones 2018-09-26 11:43:49 +02:00
bozhi.ch bb19cdeb55 support disable_stop_instance option for some specific scenarios 2018-09-25 22:02:05 +08:00
bozhi.ch 1f3a517a19 fix type error in step_create_tags 2018-09-25 20:20:10 +08:00
Adrien Delorme d599056dc4
Merge pull request #6758 from hashicorp/fix_panic_wrap
don't use default panic wrap key
2018-09-24 16:27:18 +02:00
Adrien Delorme 25bfd4aa43 document wrapConfig a little 2018-09-24 16:24:43 +02:00
Megan Marsh 76c6d871a9 don't use default panic wrap key 2018-09-21 17:01:54 -07:00
Megan Marsh 7597f609b1 update winrmcp vendor and update error message in file provisioner to aid user who messes up file path name. update file provisioner docs 2018-09-21 14:51:32 -07:00
Megan Marsh ac30d516f7
Merge pull request #6755 from hashicorp/alvin-huang/remove-header-redirect
remove header redirect
2018-09-21 14:19:51 -07:00
Alvin Huang 34f7b546a9 remove header redirect 2018-09-21 17:18:43 -04:00
Megan Marsh 0ac5769410
Merge pull request #6754 from jescalan/je.netlify-redirect-fix
Netlify redirect file bugfix
2018-09-21 14:09:45 -07:00
Jeff Escalante 8a8cdedf41 bugfix 2018-09-21 14:08:05 -07:00
Megan Marsh 9fc7fa130b
Merge pull request #6753 from jescalan/je.netlify-redirect-fix
Netlify Redirect Fixes
2018-09-21 13:50:14 -07:00
Jeff Escalante e509d4c62c update splat redirects 2018-09-21 13:33:23 -07:00
Jeff Escalante 13357c519b netlify redirect fixs 2018-09-21 12:16:43 -07:00
Rickard von Essen 838d5021f5 openstack: use source_image_name to find UUID 2018-09-21 10:35:15 +02:00
Daisuke Takahashi 3b8aba2d24 OpenStack: wait for volume availability when cleaning up 2018-09-21 10:13:45 +09:00
Megan Marsh ed38fe9bef
Merge pull request #6702 from shield-9/disk_format
Add disk_format option for OpenStack builder
2018-09-20 14:37:36 -07:00
Megan Marsh d616f0ba71 abort if image import fails 2018-09-20 13:18:59 -07:00
Megan Marsh 3f8407d95f Revert "Merge pull request #6700 from hashicorp/multi_progressbar"
This reverts commit 5470c08345, reversing
changes made to c427486bca.
2018-09-20 13:14:17 -07:00
Adrien Delorme cebca6bc6e
Merge pull request #6741 from hashicorp/doc_6446
gcp/builder: add doc for tags
2018-09-20 11:25:59 +02:00