sylviamoss
|
62c3743890
|
implemet override provisioner's option for hcl2
|
2020-08-13 19:27:04 +02:00 |
Megan Marsh
|
b5b28c55fb
|
update powershell provisioner docs to include HCL examples (#9759)
|
2020-08-13 13:45:30 +02:00 |
Megan Marsh
|
54469c4728
|
Add all of the custom AWS template engines to GeneratedData for use b… (#9751)
|
2020-08-12 10:43:15 +02:00 |
Wilken Rivera
|
9d453624ff
|
Merge pull request #9752 from hashicorp/ansible_local_docs
ansible-local hcl docs
|
2020-08-11 21:11:05 -04:00 |
Wilken Rivera
|
956651e711
|
Merge pull request #9753 from hashicorp/breakpoint_hcl_docs
hcl example for breakpoint provisioner
|
2020-08-11 21:07:38 -04:00 |
Jean-Francois Panisset
|
6f8a909cef
|
Remove more examples of deprecated iso_checksum_type in docs
Follow up to remove_iso_checksum_type
Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
|
2020-08-11 17:29:21 -07:00 |
Megan Marsh
|
0aa4d7117d
|
hcl example for breakpoint provisioner
|
2020-08-11 16:28:02 -07:00 |
Megan Marsh
|
0a3ff3b190
|
ansible-local hcl docs
|
2020-08-11 16:20:56 -07:00 |
Javier Ruiz Jiménez
|
13d1b50d8a
|
Remove double-quoted in variable type (#9747)
The type parameter in a variable definition can't be double-quoted as it is a primitive type keyword or a complex type constructor
|
2020-08-11 16:33:02 +02:00 |
Megan Marsh
|
2ffbe8240f
|
document that interactive login is not an option for gov clouds (#9744)
|
2020-08-11 15:55:24 +02:00 |
Megan Marsh
|
027eb40a97
|
soften the declaration that vmware and virtualbox require bare metal. (#9745)
|
2020-08-10 20:09:57 -04:00 |
Megan Marsh
|
676c3a21bf
|
Merge pull request #9743 from hashicorp/document_9168
add docs note about quoting string variables on the command line
|
2020-08-10 14:51:56 -07:00 |
Megan Marsh
|
4c3912bfdc
|
add docs note about quoting string variables on the command line
|
2020-08-10 14:07:20 -07:00 |
Megan Marsh
|
c3ba818893
|
Merge pull request #9741 from hashicorp/on_error_docs
add docs to make it explicit that on-error=abort etc are only relevan…
|
2020-08-10 13:57:34 -07:00 |
Megan Marsh
|
5f119a5464
|
document vsphere role permissions needed to run post-processors.
|
2020-08-10 11:48:18 -07:00 |
Megan Marsh
|
0f399ace57
|
add docs to make it explicit that on-error=abort etc are only relevant to provisioners, not post-processors
|
2020-08-10 11:10:37 -07:00 |
Megan Marsh
|
c0757a1bba
|
Merge pull request #9738 from hashicorp/community_pp
Add community supported post-processors
|
2020-08-10 09:24:04 -07:00 |
Megan Marsh
|
d3f48622a3
|
Merge pull request #9726 from acornies/feature/salt-masterless-formulas
Feature: salt-masterless formulas
|
2020-08-10 09:19:49 -07:00 |
sylviamoss
|
a447d151bb
|
add community supported post-processor
|
2020-08-10 14:09:58 +02:00 |
Megan Marsh
|
d826711e7a
|
File provisioner docs (#9735)
|
2020-08-10 13:15:27 +02:00 |
Andrew Cornies
|
a704e1b6b1
|
Updated formula regexp to support ?ref= syntax.
Added formulas docs for salt-masterless provisioner
Signed-off-by: Andrew Cornies <acornies@gmail.com>
|
2020-08-07 18:38:41 -04:00 |
Megan Marsh
|
b72a75278a
|
Merge pull request #9737 from hashicorp/document_5049
add microsoft daemon docs to hyperv docs
|
2020-08-07 15:08:03 -07:00 |
Wilken Rivera
|
ae23f891e1
|
post-processor/googlecompute-export: Update documentation (#9727)
* Add markdown generator to post-processor config
* Add HCL2 example
|
2020-08-07 16:34:38 -04:00 |
Megan Marsh
|
69d951d34f
|
add microsoft daemon docs to hyperv docs
|
2020-08-07 12:41:59 -07:00 |
Megan Marsh
|
fc8346bd27
|
Merge pull request #9731 from hashicorp/manifast_doc_note
Add keep_input_artifact note to the manifest post-processor
|
2020-08-07 09:12:41 -07:00 |
sylviamoss
|
ddd85da1a6
|
add keep_input_artifact note
|
2020-08-07 09:00:34 +02:00 |
Megan Marsh
|
961d9b4f08
|
document issue with ansible macros
|
2020-08-06 14:00:26 -07:00 |
Megan Marsh
|
04d7a10aa0
|
Merge pull request #9714 from hashicorp/fix_9688
provide more helpful error message than the one returned by the clien…
|
2020-08-06 10:54:21 -07:00 |
Sylvia Moss
|
78ce1dbde9
|
Add manifest hcl2 examples (#9721)
|
2020-08-06 13:43:35 -04:00 |
Megan Marsh
|
4964c54f60
|
update docs to state resource id must be fully qualified
|
2020-08-06 10:41:18 -07:00 |
Megan Marsh
|
25f2ec48d3
|
add network_name option to vmware builder to make it match the network option on the vsphere builder, so vmware users needn't update vmx data just for the network name (#9718)
|
2020-08-06 13:19:55 +02:00 |
Megan Marsh
|
09852b89a7
|
make note about deprecation warning (#9717)
|
2020-08-06 13:14:30 +02:00 |
Megan Marsh
|
de5c5873a2
|
Merge pull request #9715 from hashicorp/checksum_pp_hcl_example
Update checksum post-processor docs with hcl2 example
|
2020-08-05 11:07:21 -07:00 |
Megan Marsh
|
3f61498704
|
Merge pull request #9704 from ntoofu/f-vsphere-export-permission
Add `directory_permission` config option to `vsphere` builder
|
2020-08-05 10:57:30 -07:00 |
sylviamoss
|
fd683daa22
|
update checksum post-processor docs
|
2020-08-05 19:46:17 +02:00 |
Megan Marsh
|
b52143f528
|
update docs for command and make sure they get generated properly so they appear in the docs
|
2020-08-05 10:30:16 -07:00 |
Sylvia Moss
|
dcacf7ad4c
|
Add vSphere HCL examples to the docs (#9674)
|
2020-08-05 19:23:52 +02:00 |
ntoofu
|
a53e81d9a2
|
Make docs more clear
https://github.com/hashicorp/packer/pull/9704#discussion_r465393240
|
2020-08-06 01:11:02 +09:00 |
Megan Marsh
|
825deef43d
|
Merge pull request #9665 from hashicorp/vsphere_clone_customization
Add step to customize cloned VM
|
2020-08-05 08:30:31 -07:00 |
ntoofu
|
5493285f65
|
Add `directory_permission` config option to `vsphere` builder
|
2020-08-02 15:02:31 +09:00 |
Jean-Francois Panisset
|
3ce148110c
|
iso_checksum_type was removed from 1.6.0, checksum type is now
inferred from iso_checksum string length or prefix.
Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
|
2020-08-01 21:02:31 -07:00 |
Megan Marsh
|
3ff3d9fedd
|
Merge pull request #9689 from hashicorp/shell_docs
add hcl examples to shell provisioner docs
|
2020-07-31 12:51:01 -07:00 |
Megan Marsh
|
767e2fe06b
|
update docs for shell provisioner to include hcl examples
|
2020-07-31 11:28:14 -07:00 |
Megan Marsh
|
cce424fdab
|
Merge pull request #9682 from hashicorp/qemu_hcl_examples
Add qemu hcl examples
|
2020-07-31 10:20:09 -07:00 |
Megan Marsh
|
7967b788d2
|
Merge pull request #9683 from hashicorp/vagrant_hcl2_example
Add Vagrant builder HCL2 example
|
2020-07-31 10:15:28 -07:00 |
Megan Marsh
|
6698be6008
|
fix typo in hcl config
|
2020-07-31 10:08:10 -07:00 |
sylviamoss
|
f853f07832
|
add vagrant builder hcl example
|
2020-07-31 17:50:36 +02:00 |
sylviamoss
|
fc2e94554a
|
add qemu hcl examples
|
2020-07-31 17:32:08 +02:00 |
Megan Marsh
|
fe7f529862
|
update ansible provisoner docs to include hcl
|
2020-07-30 17:01:54 -07:00 |
Megan Marsh
|
37f21dde5c
|
add build sources to hcl examples
|
2020-07-30 15:07:15 -07:00 |