13182 Commits

Author SHA1 Message Date
Megan Marsh
d7a32cd74c
Merge pull request #8137 from hashicorp/issue_templates
split issue templates: bug report/enhancment/question
2019-09-23 10:03:30 -07:00
Megan Marsh
ca51bff695
Merge pull request #8119 from hashicorp/switch_sed_because_license
templating: deprecate `sed` with `replace` and `replace_all`
2019-09-23 09:41:03 -07:00
Adrien Delorme
78e51847a2
Merge pull request #8101 from hashicorp/fix_7277_le_deux
Don't use tty when process runs in background
2019-09-23 12:51:51 +02:00
Adrien Delorme
9f6be64f43 Merge remote-tracking branch 'origin/master' into fix_7277_le_deux 2019-09-23 12:43:24 +02:00
Adrien Delorme
0f14077664 Merge remote-tracking branch 'origin/master' into switch_sed_because_license 2019-09-23 12:38:52 +02:00
Adrien Delorme
39fa1170a3
Merge pull request #8136 from StingRayZA/more-hyperv-docs
Added note for hyperv-iso docs - hyperv-kvpd
2019-09-23 12:34:53 +02:00
Adrien Delorme
a204a14973
Update question.md 2019-09-23 12:34:10 +02:00
Megan Marsh
1895421bb6 update changelog 2019-09-20 17:06:41 -07:00
Megan Marsh
f0461da1a1
Merge pull request #7724 from hashicorp/scrape_doc_to_builder_struct_config
Generate builder documentation markdown from structs.
2019-09-20 16:50:39 -07:00
Megan Marsh
66a6d18be9
Merge pull request #8125 from hashicorp/fix_8019
fix ssh and package steps to use source syntax.
2019-09-20 10:05:49 -07:00
Raimund Hook
cfa3e7ec9f
Update website/source/docs/builders/hyperv-iso.html.md.erb
Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
2019-09-20 17:16:13 +01:00
Adrien Delorme
9a4932e831 split issue templates: bug report/enhancment/question
so that people are routed nicely :)
2019-09-20 17:32:38 +02:00
Raimund Hook
ffa3781dc2 Added note for hyperv-iso docs - hyperv-kvpd
The docs don't mention any requirement for Linux guests to be running
a hyper-v KVP daemon. This can cause a potentially long wait before
timing out and failing a build.
(Knowing this up front could also help new packer users - and save a
large potential amount of searching for the appropriate solution)
2019-09-20 16:29:09 +01:00
Adrien Delorme
fb1eddd536
Merge pull request #8127 from MattKotsenas/patch-2
Clarify sysprep log message in Azure example
2019-09-20 15:59:51 +02:00
Adrien Delorme
4fb05e5bc4 fix test 2019-09-20 15:28:43 +02:00
Adrien Delorme
792f61a4ad fmt 2019-09-20 15:18:48 +02:00
Adrien Delorme
3a6bd22cbb make generate 2019-09-20 15:10:32 +02:00
Adrien Delorme
55f1c734d0 fix alicloud docs a little 2019-09-20 15:10:02 +02:00
Adrien Delorme
849de792da re-apply doc changes of master 2019-09-20 15:04:01 +02:00
Adrien Delorme
299544a4c7 Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config 2019-09-20 14:47:02 +02:00
Adrien Delorme
271a3e5814
Merge pull request #8133 from StingRayZA/docfix
Added disk_block_size unit clarification to hyperv-iso doc
2019-09-20 14:45:03 +02:00
Adrien Delorme
7066436ebf
Merge pull request #8134 from alrs/fix-iso-test
common: fix dropped errors and warnings in test
2019-09-20 14:41:07 +02:00
Lars Lehtonen
a98f2d2170
common: fix dropped errors and warnings in test 2019-09-20 05:06:25 -07:00
Raimund Hook
c4831ba02c Added disk_block_size unit clarification to hyperv-iso doc 2019-09-20 11:37:34 +01:00
Adrien Delorme
3fe9d52e3f Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config 2019-09-20 11:15:44 +02:00
Adrien Delorme
df0b06a87a make sed template call deprecated
and link to docs
2019-09-20 11:08:15 +02:00
Megan Marsh
61b237b6f7
Merge pull request #8097 from onematchfox/vagrant-cloud
post-proc(vagrant-cloud) allow blank access_token (no auth) for private vagrant box hosting
2019-09-19 11:19:57 -07:00
Megan Marsh
ab03800a1d surface notimplemented errs too 2019-09-19 08:57:50 -07:00
Megan Marsh
aa8b9164a3 check for and handle errors 2019-09-19 08:55:52 -07:00
Matt Kotsenas
cf8e2bdeb1
Clarify sysprep log message in Azure example
The Azure example uses an inline PowerShell script to wait for sysprep to complete. While waiting, it prints out the current setup state *if the state is **not** complete*, otherwise it breaks and shuts down.

This logging behavior can be confusing because the last message logged says that sysprep is not completed. To clarify things, move the log statement ahead of the "if" check so the result of each polling operation is logged.
2019-09-18 18:49:11 -07:00
Megan Marsh
30f86bb778 fix ssh and package steps to use source syntax. 2019-09-18 13:15:49 -07:00
Megan Marsh
35922ca327
Merge pull request #7918 from dekimsey/support-ssh-tunnels
Support for SSH port tunneling
2019-09-18 11:18:19 -07:00
Daniel Kimsey
887f3bb12e fixup: doc words 2019-09-18 11:09:41 -07:00
Daniel Kimsey
543d09a29c fixup: Propagate bind errors up 2019-09-18 11:09:41 -07:00
Daniel Kimsey
3b64620234 SSH tunneling support
Support for both local and remote TCP port tunneling. Includes updated
docs and tests.

Does not implement dynamic port forwarding (SSH's built-in SOCKS)
(uncertain difficulty) nor unix socket (potentially easy).
2019-09-18 11:09:41 -07:00
Megan Marsh
622be96fa0 copypasta 2019-09-18 10:54:35 -07:00
Megan Marsh
bf4394ee95 build differently for openbsd because we can't cross compile the process library 2019-09-18 10:51:57 -07:00
Megan Marsh
e59c122dff build differently for openbsd because we can't cross compile the process library 2019-09-18 10:51:46 -07:00
Megan Marsh
11c87a786a update go modules 2019-09-18 10:33:16 -07:00
Megan Marsh
09f63cea0b processinfo 2019-09-18 10:32:50 -07:00
Adrien Delorme
f2a517dfd7
Merge pull request #8123 from omrisiri/patch-1
Fix security constraints on windows machines
2019-09-18 14:48:04 +02:00
Omri Siri
562f920336
Fix security constraints on windows machines
Due to a security update - windows has enabled security restrictions blocking WinRM basic authentication and unencrypted traffic 
and also changes the password requirements to require longer passwords.
This change fixes both
2019-09-18 12:14:36 +03:00
Megan Marsh
577a34b1c3
Merge pull request #8106 from shapeblue-br/master
[cloudstack builder] Detach iso option step
2019-09-17 10:15:09 -07:00
Megan Marsh
35357616e0
Merge pull request #8112 from milescrabill/packer-googlecompute-validate-imagename
googlecompute: fail fast when image name is invalid, replace unusable characters w/ -'s
2019-09-17 10:00:33 -07:00
Megan Marsh
c524e4c5a1
Merge pull request #8115 from cmaahs/master
magictime_docs: Adding a reference to the go docs for formatting
2019-09-17 09:50:50 -07:00
William Bianchini
3022576b57
Update cloudstack.html.md 2019-09-17 12:15:09 -03:00
Adrien Delorme
f779530715
Merge pull request #8102 from hashicorp/fix_8085
don't fall for nil pointer dereference in account file
2019-09-17 17:00:52 +02:00
William Bianchini
39a1f64d52 Add cloudstack.html.md documentation of eject_iso and eject_iso_delay options
Usages and behavior.
2019-09-17 11:55:31 -03:00
Adrien Delorme
adad25b50b fix switch statement 2019-09-17 16:25:44 +02:00
Adrien Delorme
79fbe98f90 document replace & replace_all 2019-09-17 16:21:06 +02:00