Megan Marsh
|
d343852c15
|
Merge pull request #7591 from hashicorp/doc_docker
docker builder: document entrypoint option
|
2019-05-01 14:24:35 -07:00 |
Megan Marsh
|
16f0a80054
|
Update website/source/docs/builders/docker.html.md
|
2019-05-01 12:07:47 -07:00 |
Adrien Delorme
|
d08f3e0bdb
|
document entrypoint option
|
2019-05-01 12:07:47 -07:00 |
Megan Marsh
|
c317679f52
|
add some docs for how to do complex custom commands
|
2019-05-01 11:00:07 -07:00 |
Adrien Delorme
|
b7be4f9c74
|
Merge pull request #7564 from zaenk/proxmox-builder-static-ssh-host
ProxMox builder: Use ssh_host config as host for the communicator
|
2019-05-01 11:04:04 +02:00 |
Peter Pribula
|
02b6e7f3de
|
Changes `qemu_agent` config frm string to bool
Defaults to true
|
2019-04-30 20:23:34 +02:00 |
Megan Marsh
|
e7c4cc622e
|
Update website/source/docs/extending/custom-post-processors.html.md
Co-Authored-By: azr <azr@users.noreply.github.com>
|
2019-04-30 11:56:56 +02:00 |
Megan Marsh
|
27cf53003f
|
Update website/source/docs/extending/custom-post-processors.html.md
Co-Authored-By: azr <azr@users.noreply.github.com>
|
2019-04-30 11:56:39 +02:00 |
Adrien Delorme
|
1be337b383
|
update docs for definig Builders and PostProcessors
|
2019-04-29 13:16:46 +02:00 |
h4ckNinja
|
a537888fb0
|
Move the communicator pause_before_connecting
block to a code block and fix the JSON
|
2019-04-28 23:20:13 -07:00 |
wb-ywq399345
|
0da7b918ce
|
support encryption with default service key
|
2019-04-26 15:12:07 +08:00 |
chhaj5236
|
6b081cc41c
|
update alicloud builder to use official SDK (#7477)
|
2019-04-26 10:37:49 +08:00 |
Peter Pribula
|
cb7b77cd90
|
Adds `qemu_agent` optional config parameter
|
2019-04-25 19:25:00 +02:00 |
yuriolive
|
6ba479d723
|
Missing comma in JSON
JSON is invalid, is missing a comma
|
2019-04-25 12:58:46 -03:00 |
Adrien Delorme
|
b1ffc1c814
|
Merge pull request #7539 from hashicorp/reverse_winrm_admonishment
warn users to lock down winrm after provisioning
|
2019-04-23 15:46:35 +02:00 |
Adrien Delorme
|
4e49a3307d
|
Merge pull request #7538 from hashicorp/ssh_explanation_table
add a table explaining what to expect with different ssh options for …
|
2019-04-23 15:43:25 +02:00 |
Adrien Delorme
|
ee743f0b7c
|
Update website/source/partials/builders/_aws-ssh-differentiation-table.html.md
|
2019-04-23 15:42:59 +02:00 |
Adrien Delorme
|
95c8ac8a93
|
Merge pull request #7537 from hashicorp/vmotion_warning
add vmotion warning to vmware remote builder section, and move the re…
|
2019-04-23 15:40:04 +02:00 |
Adrien Delorme
|
5399e8a67d
|
Merge pull request #7547 from hashicorp/comment_guide
add guide for uisng jq to strip comments from packer template
|
2019-04-23 15:26:24 +02:00 |
Adrien Delorme
|
fcfb044264
|
Merge pull request #7548 from hashicorp/isotime_documentation
add docs for how to use the format strings for the isotime function
|
2019-04-23 15:21:00 +02:00 |
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 |
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 |
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 |
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
|
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 |
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
|
45af9f0cbc
|
Merge pull request #7498 from hashicorp/do_7465
add keep_registered option to hyperv
|
2019-04-15 11:12:43 -07: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
|
97f2914c6a
|
Merge pull request #7484 from yandex-cloud/yandex-cloud-builder
Builder for Yandex.Cloud
|
2019-04-15 14:02:43 +02:00 |
Megan Marsh
|
73205f3a91
|
add keep_registered option to hyperv
|
2019-04-12 15:59:09 -07: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 |
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 |
Ben Allen
|
c2ef47495e
|
Added warnings about writeable locations
|
2019-04-12 11:03:41 +01:00 |
Megan Marsh
|
32b68de4db
|
clarify pause before connecting code
|
2019-04-11 15:26:16 -07:00 |
Gennady Lipenkov
|
8e4e314553
|
Bulk update 'yandex' builder
Squashed commit of the following:
commit ccc020231780179d241d46eef7c0ba103366aed0
Author: Yandex.Cloud Bot <ycloud-bot@yandex.ru>
Date: Tue Apr 9 14:38:30 2019 +0000
sync upstream
|
2019-04-12 01:00:54 +03:00 |
Gennady Lipenkov
|
a12c5d57ec
|
Bulk update builder (doc, acc test)
Squashed commit of the following:
commit 372db94a5c4bc81bd4149de5ea9c21946362f3f9
Author: Yandex.Cloud Bot <ycloud-bot@yandex.ru>
Date: Thu Apr 4 13:16:03 2019 +0000
sync upstream
|
2019-04-12 01:00:54 +03:00 |
Gennady Lipenkov
|
d816bb1700
|
Init doc page
Squashed commit of the following:
commit adff177ad2e3fc9d73bcf9703c7443ae33922dca
Author: Yandex.Cloud Bot <ycloud-bot@yandex.ru>
Date: Tue Mar 26 20:52:08 2019 +0000
sync upstream
|
2019-04-12 01:00:54 +03:00 |
Adrien Delorme
|
032527ecfe
|
Revert "Merge pull request #7391 from carlpett/proxmox-builder"
This reverts commit b7d62b2ae0 , reversing
changes made to c36eaf16f7 .
|
2019-04-11 14:19:25 +02:00 |
Adrien Delorme
|
aee73d745d
|
update code after go mod update
|
2019-04-11 14:19:24 +02:00 |
Adrien Delorme
|
dcd21d37da
|
Merge pull request #7489 from hashicorp/context_provisioner
Context provisioner
|
2019-04-11 11:55:29 +02:00 |
Shintaro Kaneko
|
e1164a6a56
|
Fix minor typo for GCP docs
|
2019-04-10 10:47:50 +09:00 |
Jakob
|
65afb675d1
|
Fix typo in openstack builder docs
|
2019-04-09 16:51:39 +02:00 |
Adrien Delorme
|
aa3cb5be63
|
document common provisioner parameters
|
2019-04-08 20:09:22 +02:00 |
Adrien Delorme
|
06941a86a3
|
make the file builder run provisioners for testing purposes
|
2019-04-08 20:09:21 +02:00 |