Megan Marsh
5dc4ff95da
fix azure artifact so it works with managed images as well as VHDs
2018-10-10 10:04:11 -07:00
Christopher Boumenot
520dea23fd
Merge pull request #6798 from mbearup/mb-sharedgallery
...
Consume images from Azure Shared Image Gallery
2018-10-10 09:53:18 -07:00
mbearup
de8d30d77c
Update tests for Azure Shared Image Gallery
2018-10-10 09:20:34 -07:00
Megan Marsh
24cc810845
Merge pull request #6824 from grubernaut/fix-6796
...
Use Sprint() instead of Sprintf() in log dedupe
2018-10-10 08:37:59 -07:00
Konstantin Shloma
fe341e2bd0
fix go source formatting
...
add description to documentation page
2018-10-10 16:16:23 +03:00
Konstantin Shloma
1155347b55
add qemu disk detect-zeroes= option
2018-10-10 14:38:59 +03:00
Jamie Phillips
f2565768aa
Updated azure setup for new Azure CLI.
2018-10-09 22:49:02 -04:00
Jake Champlin
849914b756
Use Sprint() instead of Sprintf() in log dedupe
...
Uses `fmt.Sprint()` instead of `fmt.Sprintf()` for log deduplication.
Fixes : #6796
2018-10-09 22:43:54 -04:00
mbearup
c7180413b0
Fix tests for Shared Image Gallery
2018-10-09 16:38:50 -07:00
Megan Marsh
e5e75df033
fix datastore path that contains spaces
2018-10-09 16:36:55 -07:00
mbearup
a3a2a9e970
Fix issue with composite literal in test
2018-10-09 15:35:09 -07:00
mbearup
335feaf89c
Convert shared_image_gallery options to a struct
...
Updates tests and documentation for shared_image_gallery
2018-10-09 13:56:49 -07:00
Megan Marsh
7698f7a4a6
update docs
2018-10-09 13:40:08 -07:00
Megan Marsh
a564b6c62a
add docs about default shell to execute_command call
2018-10-09 13:34:26 -07:00
Megan Marsh
895e7fe111
Merge pull request #6812 from hashicorp/remove_unused_processPrivateKeyFile
...
removed unused processPrivateKeyFile func & tests
2018-10-09 13:14:11 -07:00
Megan Marsh
02bfac118f
default wait time for amazon import to one hour.
2018-10-09 13:08:42 -07:00
Megan Marsh
f494d87dc5
Merge pull request #6747 from hashicorp/fix_6743
...
abort if image import fails
2018-10-09 12:56:28 -07:00
Megan Marsh
847a3b0061
provide useful powershell error
2018-10-09 12:13:07 -07:00
Adrien Delorme
b2e2d3b008
removed unused processPrivateKeyFile func & tests
2018-10-09 11:56:43 +02:00
Adrien Delorme
c4699cbaa4
Merge pull request #6810 from phillipsj/update-azure-builder-azure-cli
...
Updating Azure CLI commands on Azure Builder page.
2018-10-08 17:34:24 +02:00
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
mbearup
5373b8586d
Update tests for Azure Shared Image Gallery
2018-10-05 16:04:07 -07:00
mbearup
b6bb5d4b4d
Fix format/spacing for config.go
2018-10-05 10:52:02 -07: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 2af4f4d206
.
2018-10-04 15:20:21 +03:00
mbearup
c1e0146d33
Dynamically set apiVersion for Shared Image Gallery scenario.
2018-10-03 16:33:28 -07:00
mbearup
d21b13cb85
Modify variable names for Shared Image Gallery.
...
Add checks for Shared Image Gallery options.
2018-10-03 16:10:46 -07: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
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