Seth Vargo
1de5171857
Update middleman-hashicorp
2015-07-13 12:59:57 -04:00
Walter Dolce
0c0ff5a25b
Remove third 's' from word
2015-07-12 14:50:04 +01:00
Walter Dolce
d99a1fab86
Fix other characters in docs displayed incorrectly
2015-07-12 00:11:59 +01:00
Walter Dolce
132b289b0e
Fix character being displayed incorrectly
2015-07-11 19:45:34 +01:00
YuZakuro
a6269671ec
Fix inconsistent spelling
...
`(boolean)` is used in most cases, but `(bool)` is used in places.
I ran `find website/source/**/*.(markdown|md) | xargs sed -i 's/(bool)/(boolean)/g'`
2015-07-09 18:20:13 +09:00
YuZakuro
315ad54834
Add description of force option for docker-tag
2015-07-09 17:40:34 +09:00
Chris Bednarski
eaf8550e50
Merge pull request #2383 from tylert/gh-2382-ssh-wait-timeout-example-cleanup
...
Remove ssh_wait_timeout from doc basic examples for virtualbox/vmware…
2015-07-07 11:45:28 -06:00
Chris Bednarski
cc9549eac8
Update README to recommend the makefile
2015-07-06 14:54:30 -06:00
Chris Bednarski
0cee01261c
Added a makefile for the docs repo
2015-07-06 14:53:17 -06:00
Chris Bednarski
98e7f2a341
Added a footer link to edit the docs
2015-07-06 14:53:03 -06:00
Tyler Tidman
c416f6e14b
Remove ssh_wait_timeout from doc basic examples for virtualbox/vmware builders. Fixes GH-2382.
2015-07-02 17:37:03 -04:00
Christian Mayer
ebd4cb761d
Fix NULL builder config documentation.
...
Change from "host" to "ssh_host" was introduced in d545431f9b
2015-07-01 10:46:47 +02:00
Mitchell Hashimoto
8fd673ff9f
Merge pull request #2364 from tdg5/explicit_docker_pp_sequencing
...
website: Be more explicit about sequence definition usage in docker builder docs
2015-06-30 10:07:17 -07:00
Danny Guinther
d1961e782b
Be more explicit about sequence definition usage in docker builder docs
2015-06-30 08:33:01 -04:00
Chris Bednarski
6c2e6c41d9
Added an example using tcsh with shell provisioner; reworded some of the execute_command docs
2015-06-29 17:06:49 -07:00
Mitchell Hashimoto
1b9d0dcddd
Merge pull request #2321 from acranox/chef-client-docs
...
website: Update docs for default configuration template
2015-06-29 09:33:48 -07:00
Mitchell Hashimoto
21d50916b6
Merge pull request #2335 from mitchellh/b-vagrantcloud-docs
...
website: Update some docs to point to Atlas instead of Vagrant Cloud
2015-06-29 09:23:50 -07:00
Mitchell Hashimoto
69777d8ad2
Merge pull request #2337 from benzenwen/bw-doc-debugging
...
website: Tips for debugging a build.
2015-06-29 09:23:32 -07:00
nick.grange
5c64f7f7cf
#2346 updated to ami that doesn't require accepting marketplace terms
...
Updated to same ami as in main readme.md which is from community AMIs
and therefore doesn't require accepting the AWS marketplace terms
before using in Packer build.
2015-06-29 23:10:56 +10:00
Ben Wen
aa84f9eeb5
Tips for debugging a build.
2015-06-26 15:18:45 -07:00
Chris Bednarski
355364ce4c
Change some outdate references to Vagrant Cloud to point to Atlas instead
2015-06-26 14:59:01 -07:00
Chris Bednarski
daf563e210
Change aws.ami to amazon.ami to be consistent with usage in terraform
2015-06-26 10:22:15 -07:00
Peter Doherty
5896d96bdb
Update docs for default configuration template
...
Update docs for default configuration template for the chef-client provisioner, to reflect the ability to set a custom validation_client_name
2015-06-25 16:03:24 -04:00
Clint Shryock
def6f8aefc
clean up character encodings
2015-06-24 10:28:01 -05:00
John (Jack) Brown
49664ca9c6
Fix DigitalOcean section of getting started docs.
...
This updates the example for adding DigitalOcean
as a provider in the beginning tutorial. It looks
like it hadn't been updated in some time, and
was using old settings. I've updated it and
confirmed it works.
2015-06-23 22:10:04 -07:00
Mitchell Hashimoto
a019575026
helper/communicator: support disabling SSH agent
2015-06-23 14:52:37 -07:00
Mitchell Hashimoto
c0bc74990b
website: note SSH forwarding
2015-06-23 14:49:36 -07:00
Mitchell Hashimoto
3cc90768a2
website: update docs to link to communicator
2015-06-23 14:44:57 -07:00
Mitchell Hashimoto
4244a6ce8d
website: communicator section
2015-06-23 14:39:29 -07:00
Mitchell Hashimoto
0ed15e039a
website: fix the abnormally large image sizes
2015-06-23 14:02:29 -07:00
Mitchell Hashimoto
b06158aeea
website: update homepage copy
2015-06-23 14:01:02 -07:00
Clint Shryock
24106de378
builder/amazon-chroot: document mount_options config
2015-06-23 11:31:43 -05:00
Clint
3884555007
Merge pull request #2289 from mitchellh/b-amazon-chroot-fixes
...
builder/amazon-chroot: various fixing and debugging of chroot builder
2015-06-23 10:53:02 -05:00
Clint Shryock
44dc977cb8
document root_volume_resize for amazon-chroot
2015-06-23 10:52:42 -05:00
Mitchell Hashimoto
13c2c4660d
Merge branch 'issue_2080' of https://github.com/rickard-von-essen/packer into rickard-von-essen-issue_2080
2015-06-22 12:39:30 -07:00
Mitchell Hashimoto
11e325738b
Merge branch 'ansible-inventory-groups' of https://github.com/lyrixx/packer into lyrixx-ansible-inventory-groups
2015-06-22 12:35:50 -07:00
Mitchell Hashimoto
4dc4fa81b9
Merge pull request #2288 from sgirones/feature/vsphere_specify_host_dest
...
[vsphere post processor] Make ResourcePool optional. Upload the template to an specific host
2015-06-22 12:21:06 -07:00
Mitchell Hashimoto
0e8036a023
Merge pull request #2283 from mitchellh/f-local-shell
...
Local shell provisioner
2015-06-22 12:18:48 -07:00
Clint
6579219013
Merge pull request #2282 from mitchellh/f-amazon-cleanup-volumes
...
builder/amazon-ebs: Clean up orphan volumes
2015-06-22 12:56:26 -05:00
Salvador Girones
6cb51f21de
Make ResourcePool optional
2015-06-22 10:13:49 -07:00
Clint Shryock
93b5ae5b3c
fix typo
2015-06-22 10:33:35 -05:00
Mitchell Hashimoto
d5c0f13d8f
website: document local shell
2015-06-19 15:31:17 -07:00
Clint Shryock
7165156b64
add note on EBS cleanup behavior
2015-06-19 16:06:09 -05:00
Mitchell Hashimoto
ed4acbc903
update CHANGELOG
2015-06-19 06:09:22 +02:00
Chris Bednarski
1edbbd80bf
Merge pull request #2205 from mitchellh/f-vtolstov-compress
...
Added new compress post-processor from Vasiliy Tolstov
2015-06-18 19:09:44 -07:00
Joel Scoble
301bd8ceb2
update the documented datatype for facter to 'object of key/value strings' for both puppet provisioners
2015-06-18 14:14:36 -05:00
Chris Bednarski
f06847ff10
Merge branch 'master' into f-vtolstov-compress
2015-06-18 05:19:30 -07:00
Chris Bednarski
9cd572461d
Updated docs, fix artifact bug
2015-06-18 05:13:48 -07:00
Chris Bednarski
b767aa7f99
Change to compression_level, fix and add tests for format detection
2015-06-18 03:55:51 -07:00
Chris Bednarski
8fdb4f77e0
WIP 2/4 tests passing, still need to re-implement ZIP and bare compression files and do some cleanup
2015-06-18 00:47:33 -07:00
Mitchell Hashimoto
b20e26be17
website: update docs for ami_groups claritifaction [GH-1068]
2015-06-17 22:30:57 +02:00
Mitchell Hashimoto
889b5b6105
website: update vsphere
2015-06-17 22:21:04 +02:00
Mitchell Hashimoto
49769a17c2
Merge pull request #2243 from mitchellh/f-powershell
...
Windows provisioners: powershell, windows-shell, windows-restart
2015-06-17 17:51:42 +02:00
Kerim Satirli
97e94eda77
adds missing comma
...
The `parallels_tools_flavor` key-value pair is missing a trailing comma, thereby making it invalid JSON.
2015-06-16 09:18:59 +02:00
Mitchell Hashimoto
6cda4fa548
Merge branch 'default_facts' of https://github.com/danzilio/packer into danzilio-default_facts
2015-06-15 15:29:23 -07:00
Mitchell Hashimoto
2bb4bdffc4
website: update docs for ssh_keypair_name
2015-06-15 15:23:38 -07:00
Mitchell Hashimoto
65916514c0
Merge branch 'puppet_working_dir' of https://github.com/ColinHebert/packer into ColinHebert-puppet_working_dir
2015-06-15 15:17:45 -07:00
Mitchell Hashimoto
aee48239f7
website: document file download
2015-06-15 15:08:56 -07:00
Clint Shryock
91e565d54f
builder/amazon: Update docs on ssh_private_key
2015-06-15 16:02:26 -05:00
Mitchell Hashimoto
906c45266d
website: make warning for chef perms
2015-06-15 13:46:43 -07:00
Mitchell Hashimoto
106c9403ed
provisioner/chef-client: chmod the directories
2015-06-15 13:41:07 -07:00
Mitchell Hashimoto
bee3b59c40
Merge branch 'chef-client-client_key' of https://github.com/ameir/packer into ameir-chef-client-client_key
2015-06-15 13:40:33 -07:00
Clint
5e786e3bb2
Merge pull request #2250 from mitchellh/b-amazon-block-docs
...
Document Amazon Block Device Mapping fields
2015-06-15 12:20:13 -05:00
Clint Shryock
d015d20a24
document block device mapping fields
2015-06-15 11:53:03 -05:00
Mitchell Hashimoto
723b91ccf3
Merge pull request #2232 from mitchellh/f-build-name
...
core: add build_name and build_type functions
2015-06-15 09:42:22 -07:00
Mitchell Hashimoto
a978bbf781
website: update docs for new functions
2015-06-15 09:40:11 -07:00
Mitchell Hashimoto
d6f8ec9315
Merge pull request #2230 from mitchellh/f-json-comments
...
template: allow _ prefix to root level keys for comments [GH-2066]
2015-06-15 09:38:33 -07:00
Clint
2372393f64
Merge pull request #2212 from mitchellh/f-amazon-add-tags-to-snapshots
...
Add EBS snapshot tags #846 #1219
2015-06-15 10:05:57 -05:00
Clint
8fca582278
Merge pull request #2221 from mitchellh/f-amazon-force-deregister-artifacts
...
builder/amazon: Add force_deregister option
2015-06-15 10:02:30 -05:00
Clint Shryock
c3e79c62b9
document force_deregister
2015-06-15 10:01:32 -05:00
Mitchell Hashimoto
e1530c39dc
website: windows-shell
2015-06-14 11:27:48 -07:00
Mitchell Hashimoto
506a657775
website: doc windows-restart
2015-06-14 11:17:50 -07:00
Mitchell Hashimoto
9364809d01
website: document powershell
2015-06-14 11:08:32 -07:00
Mitchell Hashimoto
b2e9277d3b
website: update for Windows AWS instances
2015-06-14 10:51:34 -07:00
Mark Peek
b2f8eb68e8
Enable ssh agent forwarding #1066
2015-06-13 17:15:49 -07:00
Mitchell Hashimoto
facbb6577d
template: allow _ prefix to root level keys for comments [GH-2066]
2015-06-13 16:19:25 -04:00
Mark Peek
8b4f980123
website: fix missing comma in parallels-pvm example
2015-06-12 15:00:53 -07:00
Mitchell Hashimoto
35b8df1816
website: note cloud-init req for openstack [GH-1750]
2015-06-12 11:14:28 -04:00
Mitchell Hashimoto
693f04afcc
builder/openstack: AZ support
2015-06-12 11:10:10 -04:00
Mitchell Hashimoto
1428e6dfbe
Merge pull request #2218 from mitchellh/f-openstack
...
OpenStack uses official OpenStack client
2015-06-12 10:52:33 -04:00
Mitchell Hashimoto
92b6b5c387
builder/openstack: can ref flavor by name
2015-06-12 10:32:31 -04:00
Mitchell Hashimoto
e724b5fe80
builder/openstack: support legacy env vars
2015-06-12 00:33:52 -04:00
Clint
1da56993a2
Merge pull request #2214 from mitchellh/b-amazon-subnet-docs
...
documentation: subnet_id is required for non-default VPC
2015-06-11 16:53:19 -05:00
Mitchell Hashimoto
b28f946be9
Merge pull request #2210 from mitchellh/b-set-e
...
provisioner/shell: set -e for inline [GH-2069]
2015-06-11 17:19:43 -04:00
Mitchell Hashimoto
3ed73852be
provisioner/shell: set -e on the shebang itself
2015-06-11 17:19:23 -04:00
Mitchell Hashimoto
3933cc3217
Merge pull request #2208 from mitchellh/b-do-user
...
builder/digitalocean: user data support [GH-2113]
2015-06-11 16:57:04 -04:00
Clint Shryock
724d591ba4
documentation: subnet_id is required for non-default VPC
2015-06-11 14:02:00 -05:00
Clint Shryock
a8155e17aa
merge acaire/add-ebs-snapshot-tags
2015-06-11 10:33:55 -05:00
Mitchell Hashimoto
9c1e461402
website: document chef_environment for chef-solo
2015-06-10 20:33:00 -07:00
Mitchell Hashimoto
9c1e6bc478
website: clarify shutdown command [GH-2011]
2015-06-10 20:30:00 -07:00
Mitchell Hashimoto
5cfd26a0d3
builder/digitalocean: user data support [GH-2113]
2015-06-10 19:29:48 -07:00
Mitchell Hashimoto
910b16104e
website: update required options for DO
2015-06-10 18:56:03 -07:00
Mitchell Hashimoto
a691a1521c
website: update do docs
2015-06-10 14:16:40 -07:00
Mitchell Hashimoto
9da9ce6046
vmware/iso: disk_additional_size
2015-06-10 12:41:17 -07:00
Mitchell Hashimoto
3ba9d70b22
Merge pull request #1382 from sneal/AdditionalDisksForVMwareISO
...
Additional disks for vmware iso
2015-06-10 12:39:50 -07:00
Mitchell Hashimoto
8d6a99457a
Merge pull request #1078 from pleschev/skip_nat_port
...
Adding the ability to skip nat port forwarding for ssh connectivity
2015-06-10 10:47:03 -07:00
Mitchell Hashimoto
db42c293d3
Merge pull request #1870 from catsby/doc-updates
...
Updates to Into: Build An Image docs
2015-06-08 21:22:57 -07:00
Mitchell Hashimoto
a34b1a228d
Merge pull request #1953 from apparentlymart/patch-1
...
website: Fix statement in machine-readable 'ui' type docs.
2015-06-08 21:22:00 -07:00
Christoph Hartmann
1539b9459f
replace opscode with chef
2015-06-07 15:12:05 +02:00
Basil Peace
3dabf60b52
Fix error in isotime demo in the documentation of Configuration Templates
2015-06-06 23:43:06 +03:00
Shawn Neal
b665339b39
Added website docs for VMWare ISO additionaldisk_size
2015-06-04 08:22:50 -07:00
Mitchell Hashimoto
36c6d37f69
website: Update docs for template_dir
2015-05-29 14:30:36 -07:00
Mitchell Hashimoto
58b430d7ef
website: update docs for provider key [GH-2099]
2015-05-29 11:34:22 -07:00
Mitchell Hashimoto
f8c877771d
Merge branch 'f-packer-push-name'
2015-05-28 15:18:36 -07:00
Mitchell Hashimoto
8c3b8c6895
Merge pull request #1997 from justincampbell/vagrant-post-processor-execution-order
...
Clarify doubly-nested array use in post-processors
2015-05-28 09:37:50 -07:00
Mitchell Hashimoto
8cac7e8d51
Merge pull request #1930 from bhourigan/issue1929
...
Prepending -i to sudo so PATH is inherited from profile.d scripts
2015-05-28 09:36:58 -07:00
Mitchell Hashimoto
8199697821
Merge pull request #2029 from spuder/patch-1
...
Changes date example in isotime
2015-05-27 20:20:05 -07:00
Mitchell Hashimoto
96b40322e0
Merge pull request #2095 from rickard-von-essen/issue_2079
...
Fixes #2079 - Documentation parallel_tools_mode / guest_additions_mode
2015-05-27 20:19:23 -07:00
Mitchell Hashimoto
77af5f83f7
Merge pull request #2120 from vtolstov/discard
...
add discard option to qemu builder
2015-05-27 20:18:11 -07:00
Seth Vargo
168fe98610
Merge pull request #2109 from bosr/docs-homebrew-notap
...
doc update: no need for homebrew/binary anymore
2015-05-23 13:12:09 -04:00
Seth Vargo
86c2043a64
Merge pull request #2089 from ehershey/patch-1
...
Remove duplicate "directly"
2015-05-23 13:11:58 -04:00
Vasiliy Tolstov
3984f5e6f6
add discard option to qemu builder
...
Enabling discards for disk can greatly minimize disk size then user
inside vm use fstrim command or trim/discard unneded blocks.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-05-17 20:48:58 +03:00
Seth Vargo
350a5f8cad
Merge pull request #2115 from mitchellh/sethvargo/update_middleman
...
Update middleman-hashicorp
2015-05-15 16:32:11 -04:00
Seth Vargo
527a9e9bfc
Update middleman-hashicorp
2015-05-15 16:19:35 -04:00
Asa Gage
c3a6e60e6c
removed NL
2015-05-14 17:27:30 -04:00
Asa Gage
849b825d18
Fixed missing comma in remote-builds example code.
2015-05-14 17:22:32 -04:00
Romain Bossart
8944824fa8
doc update: no need for homebrew/binary anymore
2015-05-14 21:11:44 +02:00
Rickard von Essen
835aff4562
Fixes #2079 - Documentation parallel_tools_mode / guest_additions_mode
2015-05-05 09:21:32 +02:00
Rickard von Essen
1365627e31
Fixes #2080 Add prlctl_post in builder Parallels
...
This adds config option prlctl_post for builder parallels-iso/pvm. It
allows additional prlctl commands to run after the VM has been shutdown
just before being exported.
2015-05-03 11:18:48 +02:00
Ernie Hershey
d903b6d56a
Remove duplicate "directly"
2015-05-01 14:34:37 -04:00
Grégoire Pineau
cd14cb7012
[Provisioner][Ansible] Added support for inventory group
2015-04-30 18:43:00 +02:00
Kevin Fishner
2c8ddc384b
add packer and the hc ecosystem
2015-04-20 15:55:16 -07:00
Jack Pearkes
344c741642
command/push: allow specifying a -name param for push target
2015-04-15 12:54:58 -07:00
Spencer Owen
59499426b0
Changes date example in isotime
...
The example of using 1506 doesn't make much sense since 15 is the hour and 06 is the year.
Using HHMM is a more intuitive example
2015-04-09 14:43:12 -06:00
Ameir Abdeldayem
4735ab004a
Add docs for `client_key` option of `chef-client` provisioner.
2015-04-09 02:19:52 -04:00
Brian Hourigan
a4cfd921f4
Adding missing hyphen to sudo options
2015-04-04 10:52:17 -04:00
Justin Campbell
23ac351c85
Clarify doubly-nested array use in post-processors
...
Expands on the description of the Vagrant and Vagrant Cloud
post-processors needing to be in a doubly-nested array.
Also, separate the two arrays in the JSON sample so they stick out more
(and reformat the JSON).
2015-03-24 15:41:17 -04:00
Seth Vargo
e3dc34433e
Address some mobile issues
2015-03-19 10:43:25 -04:00
Seth Vargo
9b318941fc
Update middleman-hashicorp
2015-03-19 10:43:20 -04:00
Seth Vargo
32af9a7e26
Merge pull request #1972 from KFishner/packer-atlas-support
...
Explain how packer works with atlas
2015-03-16 18:35:23 -04:00
dragon788
7daf8f6b5f
Invalid boot command section for VMware ISO
2015-03-13 13:45:43 -05:00
dragon788
0e8cd451ed
Invalid boot command section for VirtualboxISO
2015-03-13 13:45:30 -05:00
dragon788
a565f43ca9
Replaced missed command
2015-03-13 13:44:59 -05:00
dragon788
90e48eabc3
Invalid boot command section for Parallels ISO
2015-03-13 13:44:07 -05:00
Kevin Fishner
698f913bbf
explain how packer works with atlas
2015-03-10 16:21:36 -07:00
Ash Caire
361e859556
Add EBS snapshot tags
2015-03-01 10:27:30 +11:00
Colin Hebert
34e34d1f18
Fix typo
2015-02-28 23:02:49 +11:00
Martin Atkins
2a9dc513ab
Fix statement in machine-readable 'ui' type docs.
...
The text previously stated that "ui"-type messages represent messages that would be shown if Packer is *not* running in human-readable mode.
This is rather talking about what would happen when Packer *is* using human-readable mode.
2015-02-26 16:35:31 -08:00
David Danzilio
d1445bc6fe
Make PackerBuildName and PackerBuilderType available as Facts during a masterless run similar to the way we do with the Shell provisioner.
2015-02-24 21:44:00 -05:00
Seth Vargo
8c36684e98
Merge pull request #1846 from lalyos/patch-1
...
docs/templates: add note about escaping
2015-02-24 20:12:18 -05:00
Seth Vargo
c338d313db
Merge pull request #1925 from tdooner/add_rackconnect_support
...
Add Rackconnect support to openstack builder
2015-02-24 20:02:26 -05:00
Seth Vargo
2d13cf9689
Merge pull request #1936 from leto/patch-1
...
Tell people to use OVF v2
2015-02-24 19:53:30 -05:00
Seth Vargo
cc231ea497
Merge pull request #1941 from w1mvy/update_document
...
Updated doc with config
2015-02-24 19:51:44 -05:00
Ross Smith II
07b61f2ca8
Fix digitalocean urls in docs
...
[skip ci]
2015-02-24 11:32:27 -08:00
w1mvy
003bb6926c
Updated doc with config
2015-02-23 21:36:37 +09:00
Emil Hessman
825cd7a86a
website: address spelling mistakes
2015-02-21 09:27:04 +01:00
Duke Leto
f7383d533d
Tell people to use OVF v2
...
The example error message being in here is important so people can search for that error message and find the answer easily. The default in my VirtualBox is V1, so many people will run into this.
2015-02-19 15:42:35 -08:00
Brian Hourigan
8e69403735
Prepending -i to sudo so PATH is inherited from profile.d scripts related to ec2 tooling
2015-02-19 14:32:27 -05:00
Tom Dooner
726f5c45b1
Add some documentation of new Openstack options
2015-02-17 21:44:39 +00:00
Ross Smith II
f35b8db498
Merge pull request #1904 from gnawhleinad/master
...
make it clear that "tools_upload_folder" is not used for esxi
[skip ci]
2015-02-16 10:02:24 -08:00