10734 Commits

Author SHA1 Message Date
Charles Phillips
d6123f2b02 Updating Azure CLI commands on Azure Builder page.
The commands on the Azure Builder page are out of date with the current CLI.
2018-10-08 00:10:11 -04:00
Adrien Delorme
b5ade5d49e
Merge pull request #6805 from hashicorp/link_download_to_install_steps
docs: Link binary download page to installation guide
2018-10-05 16:20:41 +02:00
Adrien Delorme
ae0a135db9 docs: Link binary download page to installation guide 2018-10-05 16:09:52 +02:00
Adrien Delorme
ecb128111f
Merge pull request #6802 from riverar/update_ntlmssp_dep
Update Azure/go-ntlmssp dep
2018-10-05 11:57:38 +02:00
Adrien Delorme
5336ac70f3
Merge pull request #6803 from riverar/ntlmv2_docfix
NTLMv2 support docfix
2018-10-05 10:02:50 +02:00
Rafael Rivera
e1474e91a6 Clarify NTLMv2 support in documentation 2018-10-04 22:21:44 -07:00
Rafael Rivera
33e3762817 Update Azure/go-ntlmssp dep 2018-10-04 21:49:33 -07:00
Adrien Delorme
1826840887
Merge pull request #6800 from galeksandrp/revert-go1-11-appveyor
Revert "install golang 1.11 on appveyor machines"
2018-10-04 17:41:11 +02:00
Alexander Georgievskiy
d146f0792f Revert "install golang 1.11 on appveyor machines"
This reverts commit 2af4f4d206662696a06029bc3094d6036c1163f2.
2018-10-04 15:20:21 +03:00
Adrien Delorme
83590b5aff
Merge pull request #6792 from Poddo/master
Update provisioner.go
2018-10-03 17:20:30 +02:00
Adrien Delorme
626a3cc2a4 have -timestamp-ui match what's in doc
this was just an omission
also `=true` is not a necessary precision in this case

#6784
2018-10-03 14:40:13 +02:00
Adrien Delorme
f44dfcc62f
Merge pull request #6727 from hashicorp/fix_6723
reset poll delay seconds default to 2 because it can actuall be used …
2018-10-03 11:15:42 +02:00
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
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
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 02139dcb6981059e5cf7b08fc4973343217e11c6 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