David Zanetti
bdf68c14a8
Update documentation of shell remote_path variable
...
It is not a path as implied by docs, but a specific filename.
Update default to currently implemented default.
2015-11-17 16:01:28 +13:00
David Zanetti
3d23655f2f
Add "noclean" boolean to shell provisioner. This stops the provisioner from
...
attempting to remove helper scripts it creates. As noted on #2803 this can
be useful when deleting the build user from an AMI or other template.
2015-11-16 16:37:09 +13:00
michael
665d7362f4
Update documentation for remote SSH Key Authentication
2015-11-13 17:43:22 -08:00
Chris Bednarski
c0b91608a3
Merge pull request #2937 from captainill/new_header
...
New header/footer design
2015-11-13 15:50:59 -08:00
Jake Champlin
49ded7f79f
Grammar change
2015-11-13 13:57:52 -05:00
captainill
a99ade853b
update footer
2015-11-12 16:47:51 -08:00
captainill
a33bea4687
fix pagination
2015-11-12 16:27:48 -08:00
captainill
2c2cb837b4
sidebar
2015-11-12 16:27:48 -08:00
captainill
434397381d
footer responsive
2015-11-12 16:27:48 -08:00
captainill
95100eed09
responsive docs
2015-11-12 16:27:48 -08:00
captainill
71decbc638
footer
2015-11-12 16:27:48 -08:00
captainill
d03ec61103
header styles update
2015-11-12 16:27:48 -08:00
captainill
ce8ddfc548
rename nav to header to follow convention
2015-11-12 16:27:48 -08:00
captainill
0bfa65c438
logo header
2015-11-12 16:27:48 -08:00
captainill
d77f55b312
new max width for sidebar on desktop
2015-11-12 16:27:48 -08:00
captainill
f5aa7e7cb5
responsive content style
2015-11-12 16:27:48 -08:00
captainill
285fab249a
flexbox for fluid layout
2015-11-12 16:27:48 -08:00
captainill
18e875f3aa
basic redesign structure while still being fluid
2015-11-12 16:27:47 -08:00
Jake Champlin
912111ca42
Add full example and link to Atlas Post Processor
2015-11-12 18:32:31 -05:00
Jake Champlin
ed86277714
Update Post-Processor Docs
...
Update Post-Processor docs to clarify sequences in packer templates.
2015-11-12 18:06:10 -05:00
Greg Baker
6490e4c608
Updated the language of floppy documentation to increase clarity
...
Changed the language of the vmware-iso floppy documentation to make is clearer that the deprecated ks=floppy syntax is a result of changes to Anaconda.
2015-11-11 10:01:12 -06:00
Greg Baker
424edc8253
Added alternative floppy boot command syntax
...
The vmware-iso example configuration to load a Kickstart configuration file off of a mounted floppy image is not valid for recent versions of Linux including RHEL7. The version of Anaconda used no longer supports ks=floppy.
This commit adds an alternative syntax that users can use with more recent version of Linux to source a Kickstart file from a mounted floppy image.
2015-11-10 15:46:15 -06:00
Chris Bednarski
08f275c9de
Merge pull request #2910 from Rican7/feature/puppet-masterless-provision-execute-options-config
...
Feature - Adding a new `options` config parameter to Puppet (masterless) provisionining
2015-11-04 11:27:07 -08:00
Mark Peek
6f8f42a382
Merge pull request #2904 from rodriguezsergio/patch-1
...
provisioner/salt-masterless: add "disable_sudo" configuration documentation reference
2015-11-04 07:32:21 -08:00
Trevor Suarez
627a8fe819
Renaming the config parameter from "options"
...
to "extra_arguments"
2015-11-03 17:55:03 -05:00
Trevor Suarez
e41f0bb9f5
Adding documentation for the new configuration
...
parameter
2015-11-03 13:55:40 -05:00
Barrie Bremner
61c98bb701
Doc change only: misspelling of 'termination'
2015-11-03 14:53:26 +00:00
Sergio Rodriguez
b34525358d
add "disable_sudo" configuration reference
2015-11-02 16:35:07 -05:00
Seth Vargo
c1b8068000
Merge pull request #2880 from grubernaut/d-cloud-init-delay
...
Update Packer Debug Docs for Cloud-Init Issue
2015-11-02 13:05:17 -05:00
Mark Peek
c2fd83e04c
Merge pull request #2748 from vtolstov/qcow2
...
add shrink step for qcow2 image format
2015-10-31 18:13:04 -07:00
Billie H. Cleek
cc8ca3098e
add ansible provisioner
2015-10-31 10:39:33 -07:00
Jason Martin
62bcf6c7ce
Add IAM policy for copying images
...
The ec2:CopyImage privilege is required in order to make a cross-region AMI when using the `ami_regions` option for the amazon-ebs builder.
2015-10-30 13:19:44 -07:00
Seth Vargo
82126d01e6
Trailing slash
2015-10-29 16:24:22 -04:00
Vasiliy Tolstov
8e1cc16ab5
add convert step for qcow2 image format
...
https://ext4.wiki.kernel.org/index.php/Ext4_VM_Images does not
recommends to dd zero file and deletes it, but in case of enabling
discards and qcow2 image we can recreate qcow2 file with less used
space.
Also qemu-img able to enable compression for qcow2 files, that
sometimes may be useful because it natively supported by qemu.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-10-29 12:27:46 +00:00
Eloy Coto
63d21ec9f3
Vsphere post-processor: Fix merge problems
2015-10-29 10:21:30 +00:00
Eloy Coto
0bc042a15c
Post-Processor/Vsphere: Added custom options
2015-10-29 09:35:03 +00:00
Eloy Coto
34f163ce87
Post-Processor/Vsphere: Added overwrite option
2015-10-29 09:35:03 +00:00
Jake Champlin
6af2fd5bd0
Update Packer Debug Docs for Cloud-Init Issue
...
Update documentation to make official note of the cloud-init issue with
ubuntu AMIs.
2015-10-28 16:10:27 -04:00
Cameron Stokes
a9df89df15
Change amazon.ami to amazon.image.
...
... to be consistent with https://github.com/hashicorp/terraform/pull/3195 .
2015-10-27 20:45:08 -07:00
Chris Bednarski
0e9cd5caa9
Remove push -m from the docs
2015-10-27 18:35:37 -07:00
Timothy Sutton
9f66dbbde7
Fixed page_title for Artifice post-processor
2015-10-27 15:47:05 -04:00
Mark Peek
4e1e9b788a
Merge pull request #2845 from abridgett/feature/spot_price_zero
...
spot_price of "0" to mean on demand
2015-10-26 21:51:44 -07:00
Seth Vargo
264e345827
Use vendored fastly logo
2015-10-26 11:52:34 -04:00
Seth Vargo
0acc75ae49
Use releases to release
2015-10-25 23:51:20 -04:00
Mark Peek
6951c6824b
Merge pull request #2688 from mitchellh/docs-aws-session-token
...
Changed AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN
2015-10-23 17:46:32 -07:00
Mark Peek
62fd4df0a7
Merge pull request #2684 from mitchellh/docs-atlas-names
...
Added a note to the push docs about dot being disallowed in atlas names
2015-10-23 17:46:24 -07:00
Yuya Kusakabe
699c673536
builder/vmware-esxi: Add step_export
...
If `format` option is configured, packer exports the VM with ovftool.
website: Document about OVF Tool and `format` option.
post-processor/vsphere: Enable to use `mitchellh.vmware-esx` artifact type and OVF and OVA formats, fixes #1457 .
2015-10-23 09:00:53 +09:00
Jearvon Dharrie
5ee224fe6a
Remove the word obviously
2015-10-21 13:41:49 -04:00
Mark Peek
d66268f5f9
Merge pull request #2733 from justincampbell/docs-atlas-operations-link
...
docs: Fix Atlas /operations link
2015-10-20 17:19:33 -07:00
Mark Peek
e9657e6a9f
Merge pull request #2642 from oliviertremblay/master
...
Make TargetPath customizable
2015-10-20 12:11:13 -07:00
Mark Peek
813a66fc2e
Merge pull request #2844 from ruslansalikhov/patch-1
...
Fixing DigitalOcean documentation urls
2015-10-18 14:35:58 -07:00
Mark Peek
768ca5e7b5
Merge branch 'master' of https://github.com/Cbeck527/packer
2015-10-18 14:33:55 -07:00
Mark Peek
135a607fb4
Merge pull request #2745 from jessehub/master
...
documentation - indent ami_block_device_mappings keys
2015-10-18 11:44:47 -07:00
Ruslan Salikhov
e6df3e07a0
Fixing DigitalOcean documentation urls
...
Fixed inserting %5C into links to digitalocean resources.
2015-10-18 23:36:57 +05:00
Mark Peek
edda3de677
Merge pull request #2806 from abridgett/feature/add_ebs_optimized_support
...
Add ebs_optimized support
2015-10-18 11:31:50 -07:00
Mark Peek
22b7351489
Merge pull request #2804 from zyegfryed/patch-2
...
Fix ansible inventory example
2015-10-15 11:24:23 -07:00
Eric Johnson
96d522fb64
Merge pull request #2811 from sparkprime/verbatim_account
...
account_file can be verbatim JSON string
2015-10-12 15:57:52 -07:00
Mark Peek
23d5e50600
Merge pull request #2790 from dragon788/patch-1
...
Added correct format for compression_level
2015-10-08 15:33:44 -07:00
Chris Bednarski
bd82df7aa1
Merge pull request #2712 from bensojona/f-document-artifact-types
...
Document recommended artifact-types
2015-10-08 14:34:17 -07:00
Mark Peek
1bff430984
Merge pull request #2759 from eranchetz/patch-1
...
Remove errant backslash in build-image.html.markdown
2015-10-08 06:39:37 -07:00
Dave Cunningham
1fea962a3a
account_file can be verbatim JSON string
2015-10-08 02:40:18 -04:00
Adrian Bridgett
da771c469e
spot_price of "0" to mean on demand
...
this helps avoid duplicating packer templates just to select
spot instances or not
2015-10-06 22:13:17 +01:00
Adrian Bridgett
8349e22df9
Add ebs_optimized support
2015-10-06 21:36:21 +01:00
Sébastien Fievet
3495204382
Fix ansible inventory example
2015-10-06 15:04:04 +02:00
Chris Becker
647a072257
Fix template error on ansible provisioner documentation
2015-10-05 13:19:21 -04:00
Mark Peek
2411c779d1
Make qemu ssh_wait_timeout example more reasonable
2015-10-01 22:52:06 -07:00
Shawn Neal
7195b2f35b
Add Windows to Chef provisioner documentation
2015-10-01 10:04:59 -07:00
dragon788
c48e2319ab
Added correct format for compression_level
2015-09-30 20:40:58 -05:00
Robin Kearney
87f2f7c96d
Confusing to specify this twice
2015-09-30 13:13:46 +01:00
Eric Herot
5091f0a221
Add documentation about the encrypted data bag secret flag to the Chef Client provisioners section
2015-09-29 14:52:49 -04:00
Lee Thompson
cef4e88922
Add some more documentation around ssh_keypair_name and ssh_private_key_file
2015-09-21 13:52:18 -05:00
Eran Chetz
569121519d
minor change that was majorly bugging me
2015-09-21 16:32:18 +03:00
Rickard von Essen
3f14b9d984
Merge pull request #2731 from legal90/prl-compact-disk
...
Parallels: Add "CompactDisk" build step
2015-09-16 14:03:31 +02:00
Rickard von Essen
b528811540
Merge pull request #2662 from rickard-von-essen/prl_pd11
...
Parallels Desktop 11: verify correct edition and enable headless mode
2015-09-16 13:34:05 +02:00
Jesse Callaway
7def47f376
indent ami_block_device_mappings subkeys
2015-09-15 10:33:44 -04:00
James Nugent
632d38a1c5
Tag EBS volumes with volume_tags in EBS builder
...
This change allows specification of a new "volume_tags" array in the
amazon-ebs builder in order to allow tagging of volumes used on the
source instance. It is implemented as a new step which is skipped if
there are no tags specified.
2015-09-11 16:39:34 -04:00
Justin Campbell
4cd70a2467
Fix Atlas /operations link
2015-09-11 09:42:58 -04:00
Mikhail Zholobov
36a6fc2cc4
website/docs: Add description of "skip_compaction" option for Parallels builders
2015-09-11 16:13:39 +03:00
Jon Benson
dd286ff63c
Add artifact_types
2015-09-08 12:51:24 -05:00
Jon Benson
673baa12d0
Add vmware and virtual box to artifact_types
2015-09-04 15:08:27 -05:00
Jon Benson
5e27f9353f
Document recommended artifact_type
2015-09-04 15:01:35 -05:00
Jon Benson
dbd1a13f0d
Document recommended artifact-types
2015-09-04 14:51:35 -05:00
Kevin Pettijohn
3034e12e5a
Pandoc formating
2015-09-01 09:20:52 -07:00
Kevin Pettijohn
0950eac836
Add a chef-client local mode example
...
* Configure the `chef-client` provisioner for local mode
* Provide an example run_list
2015-08-31 19:54:18 -07:00
Chris Bednarski
5c7481362c
Changed AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN
...
Fixes #2687
2015-08-27 14:35:54 -07:00
Chris Bednarski
c834a00e22
Added a name validator to the push command
2015-08-26 12:16:18 -07:00
Chris Bednarski
0d973145f5
Added a note to the push docs about dot being disallowed in atlas names
2015-08-26 12:00:13 -07:00
Lantrix
1fe44b6624
Powershell debugging options as per Issue #2550
2015-08-24 17:32:01 +10:00
Rickard von Essen
7d3afc882a
Add check for Parallels Desktop edition in PD 11.
...
Starting since Parallels Desktop 11, the command line functionality is
available only in Pro and Business editions.
2015-08-22 13:15:59 +02:00
Chris Bednarski
f725cf1a4b
Correct docs for qemu vm_name
2015-08-21 17:10:56 -07:00
Tim Smith
14b39c5b51
Opscode -> Chef
...
Basic company name update
2015-08-20 16:26:18 -07:00
Chris Bednarski
244500c667
Merge pull request #2636 from mitchellh/docs-checkpoint
...
Added docs for checkpoint
2015-08-20 14:23:49 -07:00
Olivier Tremblay
6644f57160
Merge branch 'master' into custom-targetpath
2015-08-20 08:20:55 -04:00
Olivier Tremblay
f301a6454d
Added documentation, renamed config param to iso_target_path
2015-08-20 07:37:24 -04:00
Chris Bednarski
8f7f82334a
Merge pull request #2628 from mitchellh/b-docker-export-validation
...
Improve artifact validation for docker builder
2015-08-19 13:12:34 -07:00
Chris Bednarski
8d8e320e8c
Added docs for checkpoint
2015-08-19 13:01:55 -07:00
Chris Bednarski
d367b8b521
If is customized no file extension is added. The documentation has been updated to reflect this.
2015-08-18 17:43:59 -07:00
Chris Bednarski
ffef8efaf4
Added docs for discard; clarify mutual exclusivity between commit, discard, and export_path
2015-08-18 16:47:58 -07:00
Chris Bednarski
d96b426a6d
Clarify use-case and example for floppy preseed
2015-08-17 14:56:26 -07:00
Alvaro Miranda
f54940d9e8
note about floppy on ESXi
...
note about floppy on ESXi
2015-08-17 22:15:26 +12:00
Chris Bednarski
4416954461
Corrected the meta text on the artifice page.
2015-08-10 10:25:19 -07:00
Toni Ylenius
c316dee9f7
Typo in OpenStack builder doc
2015-08-10 16:43:15 +03:00
Toni Ylenius
cbb2b538bd
Support source_image_name in OpenStack builder
...
As gophercloud supports source_image_name let's allow that in builder
configuration also. This an alternative way of providing source_image.
2015-08-10 16:37:22 +03:00
Chris Bednarski
16d7e7542a
Added docs for artifice
2015-08-07 20:10:17 -07:00
Chris Bednarski
100d2b1148
Merge pull request #2501 from mitchellh/docs-revamp-content
...
[WIP] Update packer docs related to Atlas
2015-08-07 17:43:26 -07:00
Chris Bednarski
acc1aa0613
Merge pull request #2556 from mitchellh/b-2414
...
Add interpolation for .BuildName in compress output filename
2015-08-07 13:18:01 -07:00
Chris Bednarski
211817c78e
Fix formatting for code block in docs
2015-08-06 16:52:30 -07:00
Chris Bednarski
a4e8a92a13
Merge pull request #2564 from clstokes/docs-misspelling
...
Fix 'ephemeral' misspelling.
2015-08-06 09:30:31 -07:00
Cameron Stokes
94c12c9afc
Fix 'ephemeral' misspelling.
2015-08-06 09:27:38 -07:00
Chris Bednarski
02273207df
Reformat and merge
2015-08-05 16:33:49 -07:00
Bryce Fisher-Fleig
e7ab9fb3c0
Add missing option
2015-08-05 15:28:20 -07:00
Chris Bednarski
1c956ff406
Removed errant backtick
2015-08-04 20:11:53 -07:00
Chris Bednarski
8f2a9de28e
Updated documentation explaining how to use variables in compress post-processor filenames
2015-08-04 19:46:14 -07:00
Chris Bednarski
07eff4c014
Reformat docs
2015-08-03 11:32:54 -07:00
Tyler Tidman
db1a781b6e
Rename .html.md files to .html.markdown
...
Fixes #2546 . Make files under website/source/docs/provisioners conform to
standards for rest of docs.
2015-08-03 13:02:01 -04:00
Dane Elwell
e0d46685ea
Document remote_port option
2015-08-03 17:53:33 +01:00
Chris Bednarski
3c517a65c3
Autoreformat
2015-07-30 21:16:11 -07:00
Gabriel Sobrinho
015742b547
Fix last example syntax
2015-07-31 00:01:00 -03:00
Chris Bednarski
84abbc2fe2
Merge pull request #2519 from BayanGroup/salt-remote-dirs
...
Add options to specify salt remote dirs
2015-07-30 19:06:59 -07:00
Chris Bednarski
5218c5a65b
Reformat
2015-07-30 16:09:40 -07:00
Chris Bednarski
66b7b9a0b7
Added a section to explain more clearly how to reference external resources like boot ISOs
2015-07-30 15:58:12 -07:00
Chris Bednarski
28d1295460
Merge branch 'openstack_metadata' of https://github.com/trumant/packer into trumant-openstack_metadata
2015-07-30 14:38:03 -07:00
Cameron Stokes
9030c1fa3a
Fix funny characters.
2015-07-30 10:54:28 -07:00
Chris Bednarski
ecc1c4dcc8
Merge pull request #2517 from BayanGroup/docs
...
Revise documentation for minion config
2015-07-28 18:35:16 -07:00
Chris Bednarski
6fac13868b
Added screenshot for Atlas build variables
2015-07-28 16:46:45 -07:00
Chris Bednarski
1420e2494c
Added note on 5g upload limit, and workaround
2015-07-28 16:24:43 -07:00
Chris Bednarski
0c7654358a
Reformat
2015-07-28 15:30:32 -07:00
Chris Bednarski
8741a6df23
Renamed .markdown to .html.markdown to be consistent with other filenames
2015-07-28 15:29:20 -07:00
Kevin Fishner
97e16aeed9
add updated analytics
2015-07-28 15:04:19 -07:00
AmirAli Moinfar
63be0e3ea1
Add documentation for salt remote directories
2015-07-28 10:39:31 +04:30
AmirAli Moinfar
b88afbf3c9
Revise documentation for minion config
...
* Update link to salt minion config.
* Clarify that minion config is a file.
2015-07-28 10:36:04 +04:30
Patrick Lucas
73a157b78d
builder/googlecompute: Document use_internal_ip
2015-07-27 19:32:22 -07:00
Brian Fletcher
e7900ec5ef
Fix example code for digital ocean builder
...
Remove command after size
2015-07-27 21:00:11 +01:00
Alfonso Acosta
a59c82d7a6
Add sftp file transfer support
...
Adds a new config option: "ssh_file_transfer_method", which can be set to "scp"
or "sftp" (defaults to "scp")
2015-07-26 23:49:18 +00:00
Chris Bednarski
e0be4efefe
Make the anchor work with reformat
2015-07-24 21:00:24 -07:00
Chris Bednarski
54afe10ad1
Make the anchor work with the reformatter
2015-07-24 20:59:40 -07:00
Chris Bednarski
7a1bc43c58
Merge branch 'docs-revamp' into docs-revamp-content
2015-07-24 20:55:31 -07:00
Chris Bednarski
3fe2d2f5bc
Reformat
2015-07-24 20:55:08 -07:00
Chris Bednarski
99061b96d6
Merge branch 'master' into docs-revamp
2015-07-24 20:54:37 -07:00
Chris Bednarski
c3e39c2f0d
Updated docs on how AWS credentials are resolved
2015-07-24 20:38:14 -07:00
Chris Bednarski
972af2c4cc
Merge pull request #2482 from tb3088/doc_aws-creds
...
Document behavior of AWS {access,secret}_key in relation to credentia…
2015-07-24 19:40:45 -07:00
Chris Bednarski
b533a4b833
Added a note on permissions required for IAM roles. Thanks @bmatsuo
2015-07-24 18:55:36 -07:00
Chris Bednarski
64604ee955
More succinct phrasing for cracklib conflict
2015-07-24 18:41:42 -07:00
Chris Bednarski
3d103dccb8
Merge pull request #2483 from Xiol/patch-1
...
Update setup documentation to cover issue #1117
2015-07-24 15:34:32 -07:00
Chris Bednarski
30850b851d
Reformat
2015-07-24 14:54:46 -07:00
Chris Bednarski
a77ee557ac
Starting rework of atlas post-processor page
2015-07-24 14:49:22 -07:00
Chris Bednarski
1e9459a067
Changed push docs to more clearly explain how they work with Atlas
2015-07-23 00:02:18 -07:00
Chris Bednarski
d8e8f98b32
Change to 4 spaces
2015-07-22 20:25:58 -07:00
Chris Bednarski
555a8ba792
Change two blanks to one blank after numbered list item
2015-07-22 20:22:50 -07:00
Chris Bednarski
d57c051651
Reformat everything
2015-07-22 19:31:00 -07:00