Adrien Delorme
c2021318fe
Merge pull request #7543 from carlpett/proxmox-docs-and-ports
...
Proxmox docs and ports
2019-04-23 11:37:12 +02:00
Adrien Delorme
42ca223481
Merge pull request #7536 from hashicorp/vagrant-pp-docs
...
update docs explaining that you need local artifact for vagrant pp
2019-04-23 11:34:06 +02:00
Megan Marsh
f985f2de62
add docs for how to use the format strings for the isotime function
2019-04-22 16:10:35 -07:00
Megan Marsh
9eadac3410
add guide for uisng jq to strip comments from packer template
2019-04-22 15:35:00 -07:00
Calle Pettersson
b56b3dda5f
Fix os parameter documentation
2019-04-21 08:33:51 +02:00
Calle Pettersson
65545073f8
Fix port number type
2019-04-21 08:33:34 +02:00
Megan Marsh
11037968a8
warn users to lock down winrm after provisioning
2019-04-19 17:03:20 -07:00
Megan Marsh
8c9f2f5e1c
add a table explaining what to expect with different ssh options for the amazon builders. Also convert builder docs to .erb to support partials
2019-04-19 16:35:15 -07:00
Megan Marsh
fe7f5343fd
add vmotion warning to vmware remote builder section, and move the remote builder section into a partial referenced by both the vmx and iso builders
2019-04-19 15:58:20 -07:00
Megan Marsh
7b4f138217
update docs explaining that you need local artifact for vagrant pp
2019-04-19 15:17:37 -07:00
Megan Marsh
a360516a64
Merge pull request #7528 from amydutta/update-contributing
...
Update CONTRIBUTING.md with version of go to download
2019-04-19 09:17:14 -07:00
Brett Wandel
76b5c1995f
fixed: small changes to cancellation on ctrl-c
2019-04-19 17:10:36 +10:00
Amrita Dutta
c3a1ab3816
Updating to suggested future-proof comment
2019-04-19 01:48:08 +00:00
Megan Marsh
90227bb768
Merge pull request #7521 from hashicorp/fix_7514
...
delete unencrypted temporary snapshot when encrypt_boot is true. Also…
2019-04-18 11:13:38 -07:00
Amrita Dutta
ed785fddb2
update CONTRIBUTING.md with version of go to download
2019-04-18 17:43:24 +00:00
Adrien Delorme
f08373c4fe
Merge pull request #7494 from BenResTech/master
...
[WIP] Added warnings about writeable locations
2019-04-18 13:41:07 +02:00
Megan Marsh
105d3f8853
delete unencrypted temporary snapshot when encrypt_boot is true. Also, fix nil map error in region copy
2019-04-17 12:55:30 -07:00
Megan Marsh
5ef8595bf3
Merge pull request #7520 from hashicorp/fix_7519
...
fix quoting in ssh partial
2019-04-17 10:22:27 -07:00
Megan Marsh
992ab93708
fix quoting in ssh partial
2019-04-17 09:55:21 -07:00
Adrien Delorme
ad6d142e16
Merge pull request #7508 from displague/feature/add-linode
...
Add Linode Images builder
2019-04-17 10:59:42 +02:00
Adrien Delorme
e1220047f4
Merge pull request #7513 from hashicorp/fix_7511
...
read stderr before we try to read the archive.
2019-04-17 10:55:48 +02:00
Megan Marsh
29e608e505
Merge pull request #7512 from hashicorp/step_download_dont_enforce_checksum
...
step download: don't fail when checksum_type/checksum are empty
2019-04-16 13:08:47 -07:00
Megan Marsh
71f2017209
read stderr before we try to read the artchive.
2019-04-16 13:05:25 -07:00
Megan Marsh
8315be7e19
Merge pull request #7509 from hashicorp/investigate_7505
...
fix panic in StepConfigureVNC ( fix 7505 )
2019-04-16 11:24:55 -07:00
Megan Marsh
592b2aab6d
Merge pull request #7507 from hashicorp/fix_7499
...
make sure that you encrypt using the provided kms key id and not the …
2019-04-16 11:02:46 -07:00
Marques Johansson
df6df8f4d7
add linode builder owners
2019-04-16 12:55:55 -04:00
Adrien Delorme
5f0259fe89
step download: don't fail when checksum_type is not set
2019-04-16 18:09:54 +02:00
Adrien Delorme
56c7593725
fix panic in StepConfigureVNC
...
When the driver is the esx5 driver s.l won't be set at all. Meaning this will crash.
In the esx5 driver we try to dial possible ports to see if it works so it doesn't make sense to use packer's `net.ListenRangeConfig`. It could make sense to have a net.DialRangeConfig but this sounds a bit too specific and not broad enough to do.
fix #7505
2019-04-16 15:32:05 +02:00
Marques Johansson
4b36659fcb
update vendor/ for linode builder
2019-04-15 20:42:02 -04:00
Marques Johansson
99987c2d56
Add Linode Images builder
...
Packer Builder for [Linode Images](https://www.linode.com/docs/platform/disk-images/linode-images/ )
Adds the following builder:
* `linode`
Based on https://github.com/linode/packer-builder-linode (MPL/2)
(formerly maintained by @dradtke). Includes website docs and tests.
Relates to #174 , #3131
2019-04-15 20:40:59 -04:00
Megan Marsh
201c8c1332
make sure that you encrypt using the provided kms key id and not the default
2019-04-15 16:44:56 -07:00
Megan Marsh
45af9f0cbc
Merge pull request #7498 from hashicorp/do_7465
...
add keep_registered option to hyperv
2019-04-15 11:12:43 -07:00
Megan Marsh
000dc2036f
Merge pull request #7503 from hashicorp/better_empty_checksum_error_step_download
...
step_download: display clearer error messages, also when the checksum is not set
2019-04-15 11:12:09 -07:00
Megan Marsh
98e0b67ef0
Merge pull request #7504 from hashicorp/revert_7326
...
Revert "scripts/build.sh: allow to set build settings when building"
2019-04-15 11:10:37 -07:00
Adrien Delorme
413e242a14
Revert "scripts/build.sh: allow to set build settings when building"
...
This reverts commit f6be550f1a
.
2019-04-15 16:35:32 +02:00
Adrien Delorme
a78970c029
virtualbox-ovf: also document that the checksum field is now mandatory
2019-04-15 15:29:41 +02:00
Adrien Delorme
4dc12701d3
step_download: display clearer error messages, also when the checksum is not set
...
Usually the builder validation should error when the checksum is empty, but for the virtualbox-ovf builder this is not validated. Which is something I didn't see when refactoring for go-getter incorporation/refactor.
2019-04-15 14:34:09 +02:00
Adrien Delorme
97f2914c6a
Merge pull request #7484 from yandex-cloud/yandex-cloud-builder
...
Builder for Yandex.Cloud
2019-04-15 14:02:43 +02:00
Brett Wandel
60cb046657
vendored sync/semaphore
2019-04-13 22:43:09 +10:00
Brett Wandel
92e75f838a
added the ability to limit number of builds running in parallel
2019-04-13 22:31:54 +10:00
Megan Marsh
73205f3a91
add keep_registered option to hyperv
2019-04-12 15:59:09 -07:00
Megan Marsh
78cf1405ab
Merge pull request #7480 from BobSilent/fix-hyperv-multiple-hostadapter-same-switch
...
Fixes "Host IP for the HyperV machine: False" if more than one VMNetworkAdapter is found
2019-04-12 14:06:46 -07:00
Gennady Lipenkov
ae0d8b78e9
Add code owners for 'yandex' builder
2019-04-12 22:38:52 +03:00
Megan Marsh
0a8e19b01b
Merge pull request #7491 from hashicorp/pause_before_connecting_docs
...
Pause before connecting docs
2019-04-12 11:08:16 -07:00
Megan Marsh
5e52e6e2c4
Merge pull request #7497 from hashicorp/fix_ovf_inplace
...
Use ovf files in place instead of symlinking
2019-04-12 11:07:48 -07:00
Adrien Delorme
9ac8d8aed8
step download: ovf files usually point to a file in the same directory, using them in place is the only way
2019-04-12 16:51:57 +02:00
Adrien Delorme
349a15356d
Merge pull request #7490 from hashicorp/unrevert_proxmox
...
Unrevert proxmox merge revert
2019-04-12 13:34:14 +02:00
Adrien Delorme
bba0f9f820
also make sure packer builds with go modules
2019-04-12 13:20:58 +02:00
Adrien Delorme
a81d5de034
up modules and vendor dir
2019-04-12 12:27:32 +02:00
Adrien Delorme
d2f036ec44
Revert "Revert "Merge pull request #7391 from carlpett/proxmox-builder""
...
This reverts commit 032527ecfe
.
2019-04-12 12:26:34 +02:00