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
Ross Smith II
a6d843ffd9
Merge pull request #1883 from dragon788/master
...
Boot command section in vmware and virtualbox ISO wasn't working
[skip ci]
2015-02-16 09:57:30 -08:00
Misha Brukman
be4ccc77fb
builders/googlecompute: made formatting consistent
...
Also updated Debian 7 VM image to `debian-7-wheezy-v20150127`.
2015-02-11 21:16:19 -05:00
Misha Brukman
a935b31620
builders/googlecompute: fixed link in docs.
2015-02-10 20:13:28 -05:00
Jack Pearkes
2db039bfe2
Merge pull request #1897 from KFishner/docs-atlas-post-processor
...
Add Atlas post-processor documentation
2015-02-09 16:41:35 -08:00
gnawhleinad
faf65bec53
make it clear that is not used for esxi
...
Signed-off-by: gnawhleinad <danielleehwang@gmail.com>
2015-02-06 15:01:55 -08:00
Seth Vargo
bfc4f4ff7d
Clarify push interpolation caveat
2015-02-04 13:30:40 -05:00
Seth Vargo
983b0b8988
Allow specifying a -message when pushing
2015-02-04 13:30:40 -05:00
Seth Vargo
7911d98836
Warn about pushing sensitive data in Packer templates
2015-02-04 13:30:40 -05:00
Seth Vargo
8194846d86
Update push command docs to remove `-token`
2015-02-04 13:30:39 -05:00
Seth Vargo
75b4f50f8f
Add examples for Push template configuration
2015-02-04 13:30:39 -05:00
Seth Vargo
677ddd34bd
Update default value for push VCS documentation
2015-02-04 13:30:39 -05:00
Kevin Fishner
3bdb9a6e9d
add vagrant cloud note
2015-02-03 17:07:24 -08:00
Kevin Fishner
3717ffa023
add atlas post-processor docs
2015-02-03 16:20:32 -08:00
dragon788
5482f56670
Merge pull request #3 from dragon788/patch-2
...
Boot command section was NOT working
2015-01-30 13:15:37 -06:00
dragon788
800dbeedac
Boot command section was NOT working
...
If copy and pasted, the boot command section was NOT working due to < and > being translated to HTML code equivalents. Removed javascript tagging on the code block to see if this fixes the resulting display in a browser.
2015-01-30 10:51:20 -06:00
dragon788
078c3b3378
Boot command section was NOT working
...
If copy and pasted, the boot command section was NOT working due to < and > being translated to HTML code equivalents. Removed javascript tagging on the code block to see if this fixes the resulting display in a browser.
2015-01-30 10:50:32 -06:00
Clint Shryock
729a0c01c7
Updates to Into: Build An Image docs
...
- the listed AMI isn't found
- t2.micros can only be in a VPC(? so said an error), and the docs say
we're using a t1.micro anyway
- Updates to the vagrant file to get the website to build
2015-01-24 17:25:47 -06:00
Mehul Kar
1011ec804d
Fix page title
2015-01-22 18:48:02 -08:00
Sergio Pantoja
2038f5da69
Fix tutorial source ID
...
`ami-9eaa1cf6` is the correct Ubuntu 14.04 AMI for the us-east-1 region.
Fixes #1841
2015-01-21 16:27:34 -05:00
Paul Schooss
fa1f04833c
Adding documentation for the environments_path
2015-01-20 11:07:46 -08:00
Misha Brukman
61c95732dd
provisioner/shell: Added punctuation.
2015-01-20 11:06:48 -05:00
Misha Brukman
239bdcef29
provisioner/shell: Added code formatting.
2015-01-20 11:06:37 -05:00
Misha Brukman
e696bb7727
provisioner/shell: Fix link with parentheses.
2015-01-20 11:06:10 -05:00
Ross Smith II
212d512652
Merge pull request #1759 from ceh/issue-1718
...
website/intro/getting-started: clarify that multiple builders of the same type must have a unique name
Fixes #1718
[skip ci]
2015-01-17 09:30:31 -08:00
lalyos
68a94f9c2f
docs/templates: add note about escaping
...
If some tries to copy and paste the isotime examples with options into a template, the parser will fail.
2015-01-17 10:20:19 +01:00
Danny Lockard
fdcf10dc64
and update the docs to indicate you can use 'scsi' in place of sata or ide
2015-01-15 19:56:30 -06:00
Colin Hebert
a100e9393b
Add support for custom working directory for puppet
2015-01-11 10:25:48 +11:00
Ross Smith II
8fea991516
Merge pull request #1742 from jenspinney/master
...
Fix documentation for openstack_provider and provider config options.
[skip ci]
2015-01-10 09:21:33 -08:00
Jack Pearkes
4b0d861373
docs/vmware-iso: fix boot command encoding
2015-01-04 13:43:54 -05:00
Timo Sugliani
6b14b6282a
Update plugins.html.markdown
...
I think this is the required PATH for windows.
2015-01-03 14:34:37 +01:00
Nick Dainty
c0a56b6a2b
Fix amazon instance type on build an image page
...
This page referred to using a "t1.micro" instance but the template actually uses a "t2.micro".
2014-12-30 19:55:16 +00:00
Ross Smith II
ecf82071ce
Merge pull request #1784 from mefellows/docu/aws-credentials-file
...
Updated Amazon documentation to reflect use of credentials file
[skip ci]
2014-12-30 07:24:37 -08:00
Ross Smith II
9a9395a4f0
Merge pull request #1788 from malclocke/patch-1
...
Fix link to shell provisioner [skip ci]
2014-12-29 19:38:11 -08:00
Ross Smith II
a51206f749
Merge pull request #1790 from joelhandwell/patch-1
...
Added Chocolatey as alternative installation [skip ci]
2014-12-29 13:57:57 -08:00
Joel Handwell
297eb3777b
Fix typo: One attached -> Once attached
2014-12-26 00:42:41 -05:00
Joel Handwell
cf23e34404
Added Chocolatey as alternative installation
2014-12-23 20:59:48 -05:00
Malcolm Locke
07ed577ce0
Fix link to shell provisioner
2014-12-24 13:37:41 +13:00
Ross Smith II
b8626d8340
Alphabetized options in qemu.html.markdown
2014-12-21 10:12:34 -08:00
Matt Fellows
59c54a2a7a
Updated Amazon documentation to reflect the precedence rules putting ~/.aws/credentials files ahead of env vars. Ref #1612
2014-12-19 13:32:06 +11:00
Joseph Anthony Pasquale Holsten
d414ed0d49
update default output to reflect current packer release
2014-12-16 22:01:56 -08:00
Matthew Barrington
bce1a5d9d7
Updated the spot price docs
2014-12-16 17:53:12 +00:00
Emil Hessman
118325f6b6
website/intro/getting-started: clarify that multiple builders of the same type must have a unique name
2014-12-15 07:03:33 +01:00
Michał Czeraszkiewicz
1e88d41b6f
Fix broken links in the DigitalOcean documentation
2014-12-12 02:30:10 +01:00
Danny Lockard
8aac8dc17c
Per https://coderwall.com/p/momg4a/packer-io-vsphere-post-processor-without-resource-pools
2014-12-10 11:35:32 -06:00
Ryan Uber
010c77d05f
builder/digitalocean: default to nyc3
2014-12-10 00:26:56 -08:00
jenspinney
ccc09c0167
Fix documentation for openstack_provider and provider config options.
2014-12-09 22:18:59 -08:00
Mitchell Hashimoto
6f66afcee0
website: docs for push
2014-12-09 16:14:04 -08:00
Dustin Carlino
fe47f45800
Remove bucket_name from GCE config.
...
Fixes #1732 . Forgot to do this in 23c947acf0
.
2014-12-09 08:44:01 -08:00
Matt Rogers
df48ec3356
Use a newer source AMI
...
The AMI that was previously listed before this change no longer exists.
2014-12-05 16:22:14 -06:00
Matt Rogers
44a2ceb3d8
Use the latest micro instance from the free tier
2014-12-05 16:22:14 -06:00
dragon788
582b8a6ad9
Fixed typo
2014-12-05 10:55:27 -06:00
Seth Vargo
0eb634ae6a
Merge pull request #1525 from scott2449/master
...
Add default nodename for chef-client
2014-11-26 16:29:22 -05:00
pleschev
431647997c
Merge pull request #2 from mitchellh/master
...
Update skip_nat_port to latest master.
2014-11-26 07:52:42 +11:00
Evan Brown
ff149df30f
Use golang/oauth2, no longer require client_secrets.json, and use
...
Service Account when run from a GCE Instance.
2014-11-21 12:45:27 -08:00
Jack Pearkes
ec216a52ef
website: inherit font scheme
2014-11-07 10:18:44 -08:00
Jack Pearkes
658e6e094b
website: fix SSL on downloads page
2014-11-05 08:19:39 -08:00
Matt Whiteley
8ad7d9b194
Fix checksums link
2014-10-28 15:10:16 -07:00
Mitchell Hashimoto
5bfc036e55
website:update version
2014-10-28 10:32:58 -07:00
Mitchell Hashimoto
b291dae3d5
website: try to update the Ruby
2014-10-28 10:28:17 -07:00
Mitchell Hashimoto
5da5bbad00
website: update Gemfile
2014-10-28 10:25:11 -07:00
Mitchell Hashimoto
0db6cd3533
Merge pull request #1330 from qur/qemu-vagrant
...
Qemu vagrant
2014-10-28 08:42:17 -07:00
Mitchell Hashimoto
60e2a8b5fc
Merge pull request #1342 from iwebhosting/qemu-image-support
...
Add support for building QEMU images from pre-existing image files
2014-10-28 08:38:51 -07:00
Mitchell Hashimoto
7865026e22
Merge pull request #1463 from vtolstov/digitalocean
...
add digitalocean v2 api support
2014-10-28 08:30:23 -07:00
Mitchell Hashimoto
00543fe582
Merge pull request #1479 from jasonberanek/esxi-remote-cache
...
buidler/vmware-esxi: Add configuration options for the remote location to cache ISO and floppy files
2014-10-28 08:28:15 -07:00
Mitchell Hashimoto
7ad8f33ddb
Merge pull request #1530 from Quintok/master
...
#1191 - Add VMWare virtualhw.version configuration option under 'version'
2014-10-28 08:27:22 -07:00
Vasiliy Tolstov
8f9e9abca1
Merge branch 'master' into digitalocean
2014-10-28 16:03:32 +03:00
Nick Cronin
da0c1cbd8c
#1191 - highlight 'experimental' state of VMWare vmx.version in docs
...
As per the comments on the pull request It was felt that vmx hardware
version should be more explicitly documented as ‘experimental’ when
using a non default value.
2014-10-28 11:50:35 +11:00
Nick Cronin
1aa102dd06
addresses #1191 - Add VMWare virtualhw.version configuration option under 'version'
2014-10-28 11:49:04 +11:00
Mitchell Hashimoto
1fa95d7153
website: don't show virt type on amazon-ebs
2014-10-27 17:26:30 -07:00
Mitchell Hashimoto
6a1744a1d2
Merge pull request #1385 from Mayflower/vagrantcloud_selfhosted
...
Vagrantcloud selfhosted
2014-10-27 17:12:21 -07:00
Mitchell Hashimoto
fc2e24faa3
Merge pull request #1491 from lancefrench/gh-1491
...
Amazon Instance Builder Docs Still Reference Deprecated S3Endpoint
2014-10-27 17:07:00 -07:00
Mitchell Hashimoto
733a3ca317
website: update for machine type on qemu
2014-10-27 17:06:17 -07:00
Mitchell Hashimoto
d0501a7bfb
Merge pull request #1493 from hiroyuki-sato/patch_for_packer
...
Update document about qemu builder for [GH-1407].
2014-10-27 17:05:26 -07:00
Mitchell Hashimoto
c161f9adc5
Merge pull request #1558 from vtolstov/qemu_cache
...
builder/qemu: add ability to set cache mode for disk
2014-10-27 16:56:16 -07:00
Mitchell Hashimoto
3504e4c1b7
Merge branch 'fix_qemu_size_argument' of https://github.com/berendt/packer into berendt-fix_qemu_size_argument
...
Conflicts:
website/source/docs/builders/qemu.html.markdown
2014-10-27 16:13:53 -07:00
Christian Berendt
5874e23548
Fix the value for the QEMU size parameter in the documentation
...
Instead of 1024m it shoud be 1024M. Using 1024m as value does not work:
---snip---
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Executing
/usr/bin/qemu-system-x86_64: []string{"-m", "1024m", "-redir",
"tcp:3213::22", "-device", "virtio-net,netdev=user.0", "-cdrom",
"/home/berendt/B1-Systems/openstack-appliance/packer_cache/436c246ce08d768bbacce00e39c11ecd09071565542788d08b3120de0228c9eb.iso",
"-machine", "type=pc-1.0,accel=kvm", "-vnc", "0.0.0.0:47", "-netdev",
"user,id=user.0", "-name", "openstack", "-drive",
"file=openstack/openstack.qcow2,if=virtio", "-boot", "once=d"}
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Started
Qemu. Pid: 2618
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Qemu
stderr: qemu-system-x86_64: -m 1024m: Parameter 'size' expects a size
==> qemu: Error launching VM: Qemu failed to start. Please run with logs
to get more info.
---snap---
2014-10-27 10:34:41 +01:00
David Kinzer
1b4a0bffbe
Fix broken links in docker builder docs.
...
The first link is to an outside page that doesn't exist anymore.
The second link is to the correct id.
2014-10-24 10:59:26 -04:00
Seth Vargo
67fad6c429
Add metadata description to all pages + include "Packer" for SEO
2014-10-22 17:41:53 -04:00
Seth Vargo
7f8797c05f
Exclude 404 page from sitemap
2014-10-22 17:41:53 -04:00
Seth Vargo
6efc86f254
Add sitemap
2014-10-22 17:41:53 -04:00
Seth Vargo
9767b89323
Add robots.txt
2014-10-22 17:41:53 -04:00
Seth Vargo
d5dc27ce72
Update CSS for Bootstrap 3
2014-10-22 17:41:53 -04:00
Seth Vargo
b732c5a24c
Adjustments to support Bootstrap 3
2014-10-22 17:41:53 -04:00
Seth Vargo
02a32b92e7
Move Javascript until the end
2014-10-22 17:41:53 -04:00
Seth Vargo
0800ebfe7a
Use formatting helpers and labeled code blocks
2014-10-22 17:41:53 -04:00
Seth Vargo
c6926491b4
Update to latest middleman-hashicorp
2014-10-22 17:41:52 -04:00
Seth Vargo
096de30280
Remove unused Javascript and CSS
2014-10-22 17:41:52 -04:00
Nicholas Chammas
437b1bf12a
Portability and explicitness
...
"Explicivity" is not a word.
2014-10-22 15:22:57 -04:00
Jason A. Beranek
8d398d159d
website: make remote vmware docs consistent
2014-10-14 21:30:17 -05:00
Jason A. Beranek
241398d53e
website: document vmware-iso remote cache path
2014-10-14 21:25:15 -05:00
Mitchell Hashimoto
66cd829813
Merge pull request #1589 from joshfng/master
...
website: Add all boot commands from source to docs.
2014-10-14 15:49:55 -07:00
Josh Frye
1e2cb36735
Add all boot commands from source to docs.
2014-10-14 15:45:34 -07:00
Mitchell Hashimoto
ba0b4e7519
Merge pull request #1523 from jc00ke/patch-1
...
website: Minor edits
2014-10-14 15:43:17 -07:00
Mitchell Hashimoto
2419e44551
Merge pull request #1528 from amangoel/patch-1
...
website: Update chef-solo.html.markdown
2014-10-14 15:43:00 -07:00
Mitchell Hashimoto
e82b76edc9
Merge pull request #1529 from amangoel/patch-2
...
website: Update amazon.html.markdown
2014-10-14 15:42:46 -07:00
Mitchell Hashimoto
3374765419
Merge pull request #1560 from amosshapira/patch-1
...
website: ec2:ModifyImageAttribute already included in the sample policy
2014-10-14 15:42:08 -07:00
Mitchell Hashimoto
9f28f2401f
Remove Vagrant constants [GH-1566]
2014-10-14 15:41:04 -07:00
Tim Brown
bd5382dc72
Update example to match parameter.
...
The example showed "path" instead of "output".
2014-10-13 12:56:53 -07:00
Ilya Novikov
d69d9f1536
fix a minor typo in platforms.html
2014-10-11 16:49:10 +05:30
Seth Vargo
ff514004a8
Merge pull request #1537 from nifr/patch-1
...
Fixed dead links in doc section environment-variables.
2014-10-10 06:34:45 -07:00
Seth Vargo
d62843144e
Tell Rack to cache /assets
2014-10-06 20:37:07 -04:00
Seth Vargo
37eb3043f5
Upgrade to middleman-hashicorp
2014-10-06 20:35:19 -04:00
Seth Vargo
cd23c39064
Move assets to assets/
2014-10-06 20:34:44 -04:00
Amos Shapira
b3839f48de
ec2:ModifyImageAttribute already included in the sample policy
...
ec2:ModifyImageAttribute is already included in the sample policy JSON (line 67 in the source file), so the comment about optionally adding it only adds confusion.
2014-10-06 13:28:40 +11:00
Vasiliy Tolstov
8efc8ec984
add ability to set cache mode for disk
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2014-10-06 01:09:45 +04:00
Seth Vargo
a4eb1035ea
Update website to use latest middleman
2014-10-03 17:55:34 -07:00
Seth Vargo
ab12c84407
Remove unnecessary counter file (as per @pearkes)
2014-10-03 17:55:26 -07:00
Nicolai Fröhlich
7fdb045ed0
Fixed dead links in doc section environment-variables.
...
Due to a missing `/` the links pointed to i.e. `docs/other/docs/other/core-configuration.html` producing a 404 / Page not found.
2014-09-26 15:28:24 +02:00
amangoel
e5c71008ba
Update amazon.html.markdown
...
Technical correction
2014-09-24 17:41:41 -07:00
amangoel
6150a281f5
Update chef-solo.html.markdown
2014-09-24 17:15:47 -07:00
Scott Rahner
4383b435a4
adding default nodename
2014-09-24 19:40:34 -04:00
Jesse Cooke
adedfb85a6
Ditch ` around content words
2014-09-24 14:00:58 -07:00
Jesse Cooke
c2ffdd99a7
Minor edits
2014-09-24 10:07:57 -07:00
Julian Phillips
660e82e689
Update vagrant supported builder list
...
Update the list of supported builders in the vagrant post-processor
docs to include QEMU.
2014-09-22 11:15:47 +01:00
JessThrysoee
16b82d6d15
builder/parallels: Bundle python version of prltype
...
Uses the Python API from Parallels Virtualization SDK to write
boot commands.
This eliminates a 3rd party requirement and makes it easier for people
not using homebrew to get started with packer.
2014-09-19 22:19:15 +02:00
Jason A. Beranek
58a50e0513
website: document vmware-esxi VNC requirements
2014-09-16 22:16:22 -05:00
Vasiliy Tolstov
bb484e88a2
Update digitalocean.html.markdown
...
fix mistake
2014-09-15 15:44:27 +04:00
Vasiliy Tolstov
018601058c
Update digitalocean.html.markdown
...
separate v1 and v2 api
2014-09-15 15:43:54 +04:00
Vasiliy Tolstov
ca6ef4d1e1
Update digitalocean.html.markdown
...
update docs
2014-09-15 15:43:10 +04:00
Hiroyuki Sato
c650f6f6af
Fix typo
2014-09-12 23:28:10 +09:00
Hiroyuki Sato
64a709e7be
Update document about qemu builder for [GH-1407].
...
https://github.com/mitchellh/packer/pull/1407
2014-09-12 23:14:55 +09:00
Lance French
ce5276d667
Update for amazon-instance builder docs [GH-1491]
...
Updating --url parameter to --region in the builder
documentation for the bundle upload command.
2014-09-11 23:08:45 -07:00
Mitchell Hashimoto
76e2b33a6d
website: re-add packer prefix
2014-09-11 14:35:51 -07:00
Mitchell Hashimoto
f4ca5eb179
website: remove packer_ prefix from files for now
2014-09-10 20:52:44 -07:00
Chris Spicer
840c4e4d02
Add group_vars and host_vars to Ansible provisioner docs to reflect current code
2014-09-10 15:37:05 -07:00
Mitchell Hashimoto
7078c2f922
Fix some scripts
2014-09-08 17:03:38 -07:00
Mitchell Hashimoto
305019676c
website: update website to point to proper directory
2014-09-08 13:44:58 -07:00
Mitchell Hashimoto
351ef8bf98
website: compress
2014-09-08 10:30:30 -07:00
Mitchell Hashimoto
2ed100a0b0
website: document compress post-processor
2014-09-08 10:30:10 -07:00
Mitchell Hashimoto
db90c16118
builder/amazon: support auto spot price discovery [GH-1465]
2014-09-06 10:44:12 -07:00
Mitchell Hashimoto
3a69b8c1b8
Merge branch 'add-spot-instance-support' of github.com:henrysher/packer into henrysher-add-spot-instance-support
...
Conflicts:
builder/amazon/common/run_config.go
builder/amazon/ebs/builder.go
builder/amazon/instance/builder.go
2014-09-05 16:30:22 -07:00
Mitchell Hashimoto
9a0f92c5ad
Merge branch 'template-timefmt' of github.com:njones/packer into njones-template-timefmt
...
Conflicts:
packer/config_template.go
website/source/docs/templates/configuration-templates.html.markdown
2014-09-05 16:21:30 -07:00
Mitchell Hashimoto
c66b5dbb67
website: doc upper and lower
2014-09-05 16:17:59 -07:00
Mitchell Hashimoto
802168f4b5
Merge branch 'add-chef-environment' of github.com:cfortier2/packer into cfortier2-add-chef-environment
...
Conflicts:
provisioner/chef-client/provisioner.go
2014-09-05 16:13:32 -07:00
Mitchell Hashimoto
c6243a2de7
command/build: -color [GH-1433]
2014-09-05 16:05:02 -07:00
Mitchell Hashimoto
b085c1d934
website: update with latest
2014-09-05 15:49:59 -07:00
Mitchell Hashimoto
e4dc5d31d8
builder/docker: support volumes
2014-09-05 15:48:42 -07:00
Mitchell Hashimoto
2e4882f0c3
builder/docker: can login to pull
2014-09-05 15:24:12 -07:00
Mitchell Hashimoto
e9611dfb11
website: update docker-push
2014-09-05 14:44:34 -07:00
Mitchell Hashimoto
56d22ac99e
post-processor/docker-push: can login [GH-1243]
2014-09-05 14:43:15 -07:00
Mitchell Hashimoto
41372c4bfa
website: update vmware-vmx
2014-09-05 12:11:58 -07:00
Mitchell Hashimoto
bfdc6ea6b7
builder/virtualbox: support http server for ovf [GH-1169]
2014-09-05 11:52:55 -07:00
Mitchell Hashimoto
c74f0c7cfe
Merge branch '1082-add-boot-commands-to-vmx-and-ovf-builders' of github.com:rasa/packer into rasa-1082-add-boot-commands-to-vmx-and-ovf-builders
...
Conflicts:
builder/virtualbox/ovf/config.go
builder/vmware/vmx/config.go
2014-09-05 11:42:01 -07:00
Mitchell Hashimoto
9b2039121f
builder/virtualbox-ovf: import_flags [GH-1383]
2014-09-05 10:23:37 -07:00
Mitchell Hashimoto
220d586cb4
website: document GCE auth scheme
2014-09-05 09:49:40 -07:00
Mitchell Hashimoto
13a0c2b09d
website: update website with correct amazon defaults
2014-09-05 09:33:48 -07:00
Mitchell Hashimoto
ba07866774
Merge pull request #1461 from rickard-von-essen/issue_1404
...
parallels-pvm: Optionally assign new MAC addresses to imported VMs
2014-09-05 09:27:09 -07:00
Rickard von Essen
5ad7737d55
parallels-pvm: Optionally assign new MAC addresses to imported VMs [GH-1404]
...
New config option:
reassign_mac (boolean) - If this is "false" the MAC address of the first
NIC will reused when imported else a new MAC address will be generated by
Parallels. Defaults to "false".
2014-09-05 11:33:28 +02:00
Mitchell Hashimoto
0776d9de34
builder/amazon: ssh_private_ip [GH-1229]
2014-09-04 21:48:14 -07:00
Mitchell Hashimoto
d2e24a4ebc
website: document the new docker post-processors
2014-09-04 21:39:18 -07:00
Mitchell Hashimoto
dfae0d26e0
website: document some of the new Docker stuff
2014-09-04 21:29:29 -07:00
Mitchell Hashimoto
bac54a6645
builder/amazon/common: token [GH-1236]
2014-09-04 21:19:20 -07:00
Mitchell Hashimoto
a87ce5f9c7
website: Vagrantfile doesn't need node stuff
2014-09-04 20:44:06 -07:00
Mitchell Hashimoto
7e2090b186
Merge pull request #1460 from msabramo/openstack_builder_doc_region_only_required_for_rackspace
...
doc openstack builder: region req'd only for rackspace
2014-09-04 20:42:10 -07:00
Marc Abramowitz
199e36f9fa
doc openstack builder: region req'd only for rackspace
...
Modify openstack builder doc to say that specifying a region is only
required for public rackspace and is NOT required for a private
openstack cloud.
2014-09-04 18:51:00 -07:00
Mitchell Hashimoto
e4e0953030
website: add Vagrantfile
2014-09-04 18:27:16 -07:00
Mitchell Hashimoto
5b26560ee9
website: update private open stack example
2014-09-04 18:23:29 -07:00
Mitchell Hashimoto
c6b36420b4
Merge pull request #1459 from msabramo/add_private_openstack_example
...
Update openstack builder doc to include private openstack example
2014-09-04 18:22:36 -07:00
Marc Abramowitz
12d838e0c3
Update openstack builder doc to include private openstack example
...
This illustates how to use the OpenStack builder with a private
OpenStack cloud, as opposed to a public cloud such as Rackspace public
cloud.
2014-09-04 18:17:13 -07:00
Mitchell Hashimoto
a2f06c2b5f
website: fix docs [GH-1222]
2014-09-04 11:26:53 -07:00
Mitchell Hashimoto
f0bc4fd0b7
website: update supported builders
2014-09-03 21:01:23 -07:00
Mitchell Hashimoto
23e2387d61
website: document needing knife [GH-1429]
2014-09-03 20:38:01 -07:00
Mitchell Hashimoto
414bf1748d
website: fix escaped underscores [GH-1458]
2014-09-03 20:12:10 -07:00
Mitchell Hashimoto
c185fa42f3
Merge pull request #1200 from zigg/feature/virtualbox-iso-sata
...
builder/virtualbox: implement `iso_interface` setting
2014-09-02 10:56:57 -07:00
Mitchell Hashimoto
519adf8579
Merge pull request #1260 from lflux/website-openstack-rackspace-default
...
website: add required value for openstack_provider for rackspace example
2014-09-02 09:58:47 -07:00
Mitchell Hashimoto
78c534227a
Merge branch 'master_add_support_for_tcg_accel_in_qemu_builder_' of github.com:mattthias/packer into mattthias-master_add_support_for_tcg_accel_in_qemu_builder_
...
Conflicts:
builder/qemu/builder.go
website/source/docs/builders/qemu.html.markdown
2014-09-02 09:31:53 -07:00
Mitchell Hashimoto
88c186df39
Merge branch 'master' of github.com:matthbak/packer into matthbak-master
...
Conflicts:
builder/qemu/step_run.go
2014-09-02 09:24:31 -07:00
Mikhail Zholobov
394c83e56a
website: Changed Parallels builder docs
2014-09-02 18:14:56 +04:00
Mitchell Hashimoto
cd35d5a15b
Merge pull request #1428 from NickPresta/patch-1
...
website: Updating Ubuntu 12.04 ISO location and checksum
2014-09-01 21:26:19 -07:00
Mitchell Hashimoto
a0a7457e2b
website: clean up layout
2014-09-01 21:25:50 -07:00
Mitchell Hashimoto
b8132fd9af
Merge pull request #1432 from rhbecker/docs/toc-and-title-fixes
...
docs: toc and title fixes
2014-09-01 21:25:13 -07:00
Fabio Rapposelli
d2a9a98eeb
Fixed multiple VMware typos.
2014-08-22 10:07:36 +02:00
RH Becker
e3015d7fe1
Add `page_title` attribute to each documentation file for which it didn't already exist, matching the value to each page's h1, respectively.
2014-08-21 17:41:35 -07:00
RH Becker
2e3b34789a
Add table of contents link to orphan doc: `other/environmental-variables.html`.
2014-08-21 17:29:20 -07:00
Nick Presta
3cf90cb964
Updating Ubuntu 12.04 ISO location and checksum
2014-08-20 00:08:22 -04:00
Jason A. Beranek
1e5d746783
Merge pull request #1362 from pmorie/docs
...
Fix typo in docker builder docs
2014-08-18 17:44:38 -05:00
Jessica Frazelle
8bc696ce9e
add disk size to google compute, so as to avoid disk size errors on exporting the image
2014-08-08 14:39:03 -04:00
Carlos Valiente
41cdb33d65
Update vagrant-cloud.html.markdown
2014-08-06 22:59:38 +01:00
Matthias Schmitz
65f71daf73
Allow 'tcg' as accelerator in builder-qemu
...
* Using 'tcg' as accelerator for qemu-system allows packer to run in a
virtual machine as no kvm or xen support is needed.
* Also document the default behavior if no accelerator is given in the
documentation.
2014-08-05 22:46:47 +02:00
Tristan Helmich
849458f29d
Update documentation: New box_download_url setting
2014-08-02 15:16:39 +02:00
Eric Johnson
e39f555f35
Merge pull request #1216 from playlist-media/fix-gce-image-name
...
Update GCE source_image in the docs
2014-07-28 10:36:40 -07:00
Jacob Gillespie
11816ba604
Update GCE source_image to debian-7-wheezy-v20140718
2014-07-28 11:06:26 -05:00
Paul Morie
1163176144
Fix typo in docker builder docs
2014-07-21 20:56:19 -04:00
Jack Pearkes
4ea700d798
website: vagrant-cloud pp is now released
2014-07-20 16:32:01 -04:00
Mitchell Hashimoto
8250755a23
Merge pull request #1228 from jmassara/enhanced_networking
...
builder/amazon: support for enhanced networking
2014-07-19 09:48:24 -07:00
Mitchell Hashimoto
46a12f2e1e
Merge pull request #1224 from swpecht/master
...
website: Added documentation page for environmental variables. #1130
2014-07-19 09:46:45 -07:00
Mitchell Hashimoto
7efa311165
Merge pull request #1347 from kanerogers/patch-1
...
website: Fixed Rackspace example
2014-07-19 09:46:07 -07:00
Mitchell Hashimoto
f6f4d6b3c8
Merge pull request #1348 from stefanlasiewski/master
...
website: Specifically call out the comma after `"builders": [...]`
2014-07-19 09:40:51 -07:00
Mitchell Hashimoto
0a5cbb9fb5
Update vagrant.html.markdown
2014-07-19 09:37:05 -07:00
stefanlasiewski
633275dac4
Use the phrase 'not present', which is more clear then 'not necessary'.
2014-07-18 10:26:32 -07:00
stefanlasiewski
47f073c442
Problem: Docs should mention the comma after `"builders": [...]`
...
While running through the getting-started examples, I ran into a strange
error:
packer $ packer validate example.json
Failed to parse template: Error in line 16, char 2: invalid character
'"' after object key:value pair
"provisioners": [{
packer $
The error was not immediately obvious, as this is my first time working
with Packer, and like many users this also happens to be my first time
working with JSON.
Solution:
I was missing a comma after the 'builders' configuration. I'm sure this
is a common problem, so let's specifically mention that in the document.
2014-07-18 10:20:31 -07:00
Kane Rogers
267876d3b3
Fixed Rackspace example
...
As per https://github.com/mitchellh/packer/issues/1142 , it's critical to add openstack_provider: rackspace in order to get anything to work reliably with Rackspace and Packer in 6.0.
Question: should the openstack_provider field now be marked as required?
2014-07-18 10:43:21 +10:00
Aaron Brady
ddd794c38e
Update QEMU builder documentation with `disk_image` flag
2014-07-17 15:30:54 +01:00
Tehmasp Chaudhri
49e5b9d21d
Changed to reflect the new httpS endpoint for Chef, since Chef 11.x
2014-07-16 16:49:26 -06:00
Jack Pearkes
a03cf62a29
website: add warning to vagrant-cloud docs
2014-07-11 14:27:24 -04:00
Ross Smith II
aa844ef4c7
Update vagrant-cloud.html.markdown
...
alphabetize options
2014-07-11 06:21:16 -07:00
Mitchell Hashimoto
3bdd9ccb86
Merge pull request #1289 from mitchellh/vagrant-cloud-post-processor
...
Vagrant Cloud Post-Processor
2014-07-10 11:44:25 -07:00
Neil Edwards
c67661d54d
Spelling
2014-06-28 00:25:43 -04:00
Neil Edwards
cf3913d051
Images link is 404, now must use API
2014-06-28 00:24:37 -04:00
Jack Pearkes
46535e3a3c
post-processor/vagrant-cloud: better logging, document vcloud url
2014-06-25 12:46:25 -04:00
Jack Pearkes
5b2aaf3393
website: correct example configuration for vagrant pp
2014-06-25 11:46:51 -04:00
Jack Pearkes
560da27651
website: simplify example for vagrant cloud post processor
2014-06-25 11:45:53 -04:00
Jack Pearkes
34164b2522
post-processor/vagrant-cloud: add docs
2014-06-25 11:44:08 -04:00
Ross Smith II
fcec036865
Merge pull request #1274 from ankon/docs-qemu-centos6.5
...
Update the qemu example
2014-06-23 14:23:25 -07:00
Rickard von Essen
a5d39cebc7
Merge pull request #1173 from rickard-von-essen/pvm_bootcommand
...
[feature] Support boot command for pvm builder
2014-06-22 21:05:04 +02:00
Andreas Kohn
c9c2ba180e
Properly escape security_group_id to avoid markdown interpretation of the '_'
2014-06-20 14:22:22 +02:00
Andreas Kohn
baa9fb9b76
Update the kickstart link
...
Instead of pointing at a specific (in this case actually non-working!) revision, point to the github UI for the
head revision.
The user is expected to find the 'raw' link there, but the page allows to also quickly look at changes etc, which
might be helpful for people unfamiliar with kickstart files.
2014-06-20 14:16:35 +02:00
Andreas Kohn
792c8ac964
Improve the boot command sequence
...
Use a single command line, avoid the graphical installer, and use {{ .HTTPIP }} rather than the actual IP.
Also wait a bit before entering the commands to increase the chance of actually being in the boot menu.
2014-06-20 14:14:15 +02:00
Andreas Kohn
2eafb03f16
Update to CentOS 6.5
2014-06-20 14:13:53 +02:00
Ross Smith II
a0caa635fa
Merge pull request #1261 from lflux/openstack-networks-support
...
Add ability to configure networks for openstack
2014-06-16 17:53:44 -07:00
Thordur Bjornsson
9058061a38
Don't use a real domain in examples.
...
Use example.com instead.
2014-06-16 13:10:52 +02:00
Ian Delahorne
d99eff49f7
Reorder documentation into alphabetical order
2014-06-15 18:46:02 -05:00
Ian Delahorne
c00696992a
Add ability to configure networks for openstack
...
Add configuration option `networks`, a list of network UUIDs, to attach to the
source instance.
In some openstack installs, no default network will be attached or the network
with the ability to attach a public floating IP will need to be specified.
2014-06-15 13:56:19 -05:00
Ian Delahorne
189dad1348
Added required value for openstack_provider for rackspace example
...
If `openstack_provider:rackspace` is omitted in the configuration, the example
won't work at all against rackspace. Not sure what the actual documentation for
this configuration value should be, but this was a major source of irritation
when I couldn't get the default example working against Rackspace.
2014-06-15 02:19:26 -05:00
Robert Coleman
8b229af9fd
update vmware-vmx docs
2014-06-14 00:17:05 +12:00
James Massara
4b6b504d12
Docs updated with new config option
2014-06-04 15:13:28 -07:00
Steven Pecht
45ba949f39
Changed the ordering of the environmental variables to be alphabetic.
2014-06-04 15:59:48 -04:00
Steven Pecht
9fd05c9995
Added documentation page for environmental variables. #1130
2014-06-04 13:06:31 -04:00
Jacob Gillespie
3afa0a56b1
Update GCE source_image to debian-7-wheezy-v20140415
2014-05-30 00:38:21 -05:00
Henry Huang
bf7b8199da
Add the document for the new spot_price parameter
2014-05-26 23:03:49 +08:00
Benoit Benedetti
9462129bef
Fix staging_directory default path
2014-05-26 14:27:17 +02:00
Matt Behrens
32f6553d04
add documentation for `iso_interface`
2014-05-24 07:20:05 -04:00
Kris
64c210f06d
Fix website shell provisioner typo.
2014-05-23 18:10:50 -04:00
Greg Burek
3a45712780
Adds support for encrypted EBS volumes
2014-05-22 11:36:22 -07:00
cfortier2
bf38fa9f4f
reorder chef_environment alphabetically
2014-05-21 13:34:12 -04:00
cfortier2
fe743f96c7
update website chef-client provisioner page
2014-05-21 09:40:02 -04:00
Rickard von Essen
4d994deb3a
[feature] Support boot command for pvm builder
...
Similar to [GH-1082] but for parallels-pvm builder.
2014-05-19 20:04:13 +02:00
Rickard von Essen
8bb7132795
builder/parallels: Added missing doc about Parallels tools for the parallels-pvm builder.
2014-05-13 23:51:05 +02:00
Ross Smith II
e082a7e59b
added docs for boot_command and boot_wait
2014-05-12 21:38:40 -07:00
Ross Smith II
9cf5c8fdb3
Merge pull request #1150 from rsabitov/ansible-dir
...
Fixes #1000 : Uploading the whole ansible playbook directory
2014-05-11 07:59:20 -07:00
rsabitov
ef0c8c495c
playbook_dir documentation
2014-05-11 23:12:47 +10:00
Rickard von Essen
bd25866e90
builder/parallels: Select which interface to connect to.
...
The IP address that the guest OS connect to download files from the
http_dir is determined by searching for a host interface with an IP
assigned. Now it is possible to use host_interfaces to select which
interfaces are searched.
2014-05-11 11:12:50 +02:00
Rickard von Essen
2b0f925374
Remove extra spaces in the Supported Platforms page.
2014-05-11 00:03:22 +02:00
Rickard von Essen
34db5146ae
Added myself to the Community page
2014-05-10 23:51:57 +02:00
Rickard von Essen
9f967af0da
Added links to the Supported Platforms page
2014-05-10 23:43:01 +02:00
Ross Smith II
bdfac49410
builder/vmware: added vmx_data_post option
2014-05-09 09:25:15 -07:00
Nika Jones
04d9b0a1a5
Adds documentation to the website. Explains how to format the time.
2014-05-07 07:28:11 -07:00
Mitchell Hashimoto
0b63f4f9dc
Merge pull request #1132 from rasa/1123-use-local-vboxguestadditions-iso
...
virtualbox: use local VBoxGuestAdditions.iso by default
2014-05-06 18:54:13 -07:00
Ross Smith II
675c51e47d
Update platforms.html.markdown
...
Added Parallels
2014-05-06 18:04:43 -07:00
Ross Smith II
bbcd7fc86e
Update docs.erb
2014-05-06 17:01:35 -07:00
Darren Foo
70440a805e
Correct example to use ssh_username/ssh_password
2014-05-06 16:38:33 -07:00
Darren Foo
253b5594ef
Add null builder reference to Docs
2014-05-06 16:37:47 -07:00
Ross Smith II
7736151ac7
updated docs
2014-05-06 16:23:12 -07:00
Ross Smith II
89c143bd3c
Update provisioners.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:08:42 -07:00
Ross Smith II
a473ca5320
Update inspect.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:06:30 -07:00
Ross Smith II
d207795f7d
Update post-processors.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:04:38 -07:00
Pierre Riteau
2ee90b29c3
Allow OpenStack builder to skip certificate verification
2014-05-06 12:26:05 +01:00
Ross Smith II
7b09052845
website: fix default compression #
...
see http://golang.org/src/pkg/compress/flate/deflate.go#L406
2014-05-05 11:46:49 -07:00
Ross Smith II
9b31c5c8eb
Update docs.erb
...
Sort builders alphabetically
2014-05-05 09:03:00 -07:00
Ross Smith II
035f5dacff
Revert "website: documented floppy_path and iso_path"
...
This reverts commit 1b0f770ab6
.
2014-05-04 12:39:14 -07:00
Ross Smith II
1b0f770ab6
website: documented floppy_path and iso_path
2014-05-04 11:05:50 -07:00
Ross Smith II
c9d9ba859d
website: alphabetized configuration options (really)
2014-05-04 10:53:57 -07:00
Ross Smith II
d666b64fb8
website: alphabetized configuration options, added missing ones, standardized text
2014-05-04 10:47:56 -07:00
Yuya Kusakabe
c3257fd674
website: Document that the Remote ESXi Driver supports ESXi 5.1 and above, and needs to enable GuestIPHack
2014-05-03 00:27:42 +09:00
Mitchell Hashimoto
5a4a5842c2
website: update openstack for security groups
2014-05-01 20:26:07 -07:00
Mitchell Hashimoto
19317fe92d
website: document temporary_key_pair_name [GH-1024]
2014-05-01 14:21:38 -07:00
Rickard von Essen
d08ee4adfd
Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
...
Fixes https://github.com/rickard-von-essen/packer-parallels/issues/3
2014-05-01 20:29:22 +02:00
YungSang
75e26ee955
Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
...
The code originate from https://github.com/YungSang/packer-parallels
2014-05-01 20:29:22 +02:00
Rickard von Essen
c5e9fbcb50
Added support for Parallels Desktop for Mac [GH-223]
...
Added documentation for Parallels builder.
2014-05-01 20:29:22 +02:00
Mitchell Hashimoto
92d58a5ede
website: update openstack docs
2014-04-30 17:21:33 -07:00
Ross Smith II
4194a9bae3
Update digitalocean.html.markdown
...
tiniest of typos
2014-04-30 17:10:12 -07:00
Mitchell Hashimoto
e8ab99676e
website: openstack docs
2014-04-30 16:55:50 -07:00
Mitchell Hashimoto
6f6d656267
Merge pull request #1089 from rasa/use-slugs-for-digitalocean
...
builder/digitalocean: use names/slugs as well as IDs for image/region/si...
2014-04-30 15:55:09 -07:00
Mitchell Hashimoto
12d16cace1
Merge pull request #1091 from mkuzmin/vsphere-parameters
...
post-processors/vsphere: Optional parameters in vSphere post-processor
2014-04-30 15:50:51 -07:00
Michael Kuzmin
fce2fc526f
Optional parameters in vSphere post-processor.
...
datastore, vm_folder, and vm_network options can be omitted.
2014-04-30 16:02:09 +04:00
Ross Smith II
2bcd9a304e
builder/digitalOcean: use names/slugs as well as IDs for image/region/size
2014-04-29 20:33:31 -07:00
Mitchell Hashimoto
e2d2d25548
Merge pull request #1086 from rasa/add-globs-and-dirs-to-floppy-files
...
Allow wildcards and directories for floppy_files parameter
2014-04-29 16:55:14 -07:00
Ross Smith II
e422d45f92
Allow wildcards and directories for floppy_files parameter
2014-04-29 12:27:34 -07:00
Jacob Helwig
38e880a187
Add ability to run vboxmanage commands just before exporting [GH-664]
2014-04-29 11:58:11 -07:00
Jim Browne
93c7e01c9f
Fix EC2 IAM documentation. Possibly fixes #577
2014-04-29 00:05:49 -07:00
Mitchell Hashimoto
c8b91f3dad
website: clarify docs
2014-04-28 15:30:43 -07:00
Peter Leschev
eef3223f6c
Adding the ability to skip nat port forwarding for ssh connectivity
2014-04-29 08:27:23 +10:00
Ross Smith II
f2186fa6ff
Merge pull request #995 from asatara/add-ssh-host-vmware
...
Added ssh_host variable to vmware iso builder
2014-04-28 11:33:40 -07:00
Mitchell Hashimoto
edcb8fea30
packer: min_packer_version [GH-487]
2014-04-26 20:51:46 -07:00
Mitchell Hashimoto
667e3383fe
Update CHANGELOG
2014-04-26 11:05:08 -07:00
Mitchell Hashimoto
0da1f2d8c6
builder/googlecompute: template process instance name
2014-04-26 11:02:25 -07:00
asatara
1783827c40
Added documentation
2014-04-22 14:30:27 -07:00
Ross Smith II
8dcabe977d
Added myself to our community page
...
Thanks, @mitchell!
2014-04-22 11:15:55 -07:00
Mitchell Hashimoto
247ee515d5
website: more OpenStack docs
2014-04-21 21:38:09 -07:00
Mitchell Hashimoto
5890b033d9
website: update openstack config docs
2014-04-21 21:37:20 -07:00
Mitchell Hashimoto
c19a5c6bb7
post-processors/vsphere: disk mode
2014-04-21 21:10:20 -07:00
Mitchell Hashimoto
be3f391e37
website: update docs for OpenStack changes
2014-04-21 21:04:43 -07:00
Ross Smith II
e38ff2f84e
Merge pull request #1021 from laggyluke/master
...
builder/amazon: configurable virtualization type
2014-04-21 18:08:32 -07:00
Ross Smith II
850b066408
Merge pull request #945 from benlangfeld:feature/vb_output_opts (manually)
2014-04-21 08:38:48 -07:00
Ross Smith II
a33aee13d5
Merge pull request #970 from fnoeding/nullbuilder
...
implemented null buider
2014-04-21 08:12:33 -07:00
Ross Smith II
ef1898083a
Merge pull request #971 from fnoeding/amazon-sshkey
...
optionally use existing ssh key for amazon builders
2014-04-21 08:10:05 -07:00
Ross Smith II
4f186fbd6e
Merge pull request #1006 from jgornick/add-ansible-inventory-file (manually)
2014-04-21 07:57:24 -07:00
Ross Smith II
0dcd5d9aff
builder/digitalocean: updated default image_id, per #1032
2014-04-13 16:44:51 -07:00
George Miroshnykov
fc6e8c0830
builder/amazon: configurable virtualization type
2014-04-10 15:16:31 +03:00
Joe Gornick
6d56def162
Add inventory_file option to Ansible provisioner.
2014-04-04 14:58:48 -05:00
Florian Noeding
6371b70609
optionally use existing ssh key for amazon builders
2014-03-24 12:47:00 +01:00
Florian Noeding
b879ec85cc
implemented null buider
...
The null builder is not really a bulider, it just setups a SSH
connection and runs the provisioners. It can be used to debug
provisioners without incurring high wait times. It does not create any
kind of image or artifact.
2014-03-24 11:26:10 +01:00
Ted Pennings
17ec0089c6
Fix a trailing comma in an example template
2014-03-21 16:09:51 -04:00
Ben Langfeld
bfd6755859
Move to an array of strings for a deterministic option separation
2014-03-14 00:12:50 -03:00
Mitchell Hashimoto
46abd50520
website: update timeouts
2014-03-12 21:12:15 -07:00
Mitchell Hashimoto
c71e06e800
website: update to be a little more clear [GH-933]
2014-03-12 21:12:14 -07:00
Ben Langfeld
0332901f63
builder/virtualbox: Add an `export_opts` option
...
Allows arbitrary arguments to VBoxManage export, such as product info (--product, --vendor, etc).
2014-03-12 10:12:20 -03:00
Brett Porter
8e91574ce2
Update googlecompute.markdown
...
A very small hint that you can't just use "packer-images", since buckets need to be globally unique, and must already exist. Attempting to use that results in the error 'Got status 403 from attempt to start resumable upload. Aborting', 'ABORT'
2014-03-06 22:14:44 +11:00
Joris van de Donk
6e397f6e85
Update URL for ansible local-playbooks in docs
...
The old URL wasn't available anymore and returned a 404
2014-02-28 08:52:04 +01:00
Mitchell Hashimoto
ab97545a52
provisioner/puppet-server: docs
2014-02-24 09:51:48 -08:00
Mitchell Hashimoto
2af91addf9
Merge pull request #796 from Jimdo/puppet-server
...
Add puppet server provisioner
2014-02-24 09:49:27 -08:00
Mitchell Hashimoto
000e5b67ff
provisioner/chef-client: docs and validation key path
2014-02-24 09:45:04 -08:00
Mitchell Hashimoto
b91887b4f9
website: update docs for last PR
2014-02-24 08:21:27 -08:00
Mitchell Hashimoto
6ae43720f7
website: fix for new Binray stuff
2014-02-21 20:38:58 -08:00
Mitchell Hashimoto
4d623de9a2
website: correct availability zone docs
2014-02-21 18:35:48 -08:00
Mitchell Hashimoto
4b9a9f5911
Merge pull request #842 from strcrzy/ansible_config_options
...
provisioner/ansible: more configuration options
2014-02-21 15:24:50 -08:00
Mitchell Hashimoto
0fd7bdd3f5
builder/qemu: style
2014-02-21 15:22:58 -08:00
Mitchell Hashimoto
1b23af2667
Merge pull request #854 from qur/qemu-config-binary
...
builder/qemu: binary name to be configured
2014-02-21 15:22:27 -08:00
Mitchell Hashimoto
d2fe49d6a2
builder/qemu: document run_once is gone (but keep it around for compat)
2014-02-21 15:18:03 -08:00
Mitchell Hashimoto
1843ebf396
Merge pull request #883 from b2jrock/bjj-add-importopts
...
builder/virtualbox/ovf: Add import_opts to the virtualbox-ovf builder.
2014-02-21 14:58:36 -08:00
Mitchell Hashimoto
039def70f8
Merge pull request #885 from rosstimson/ec2-upload-bundle
...
builder/amazon/instance: use --url flag rather than --location for ec2-upload-bundle
2014-02-21 14:57:12 -08:00
Mitchell Hashimoto
c67094fbb6
website: update Vagrant PP docs for input artifacts [GH-898]
2014-02-21 14:11:33 -08:00
Brian Johnson
ac2c4203a2
Add import_opts to the virtualbox-ovf builder. My use case is that I
...
have existing virtualbox virtual machines where I need to keep the mac
addresses so that the network interfaces come up when packer boots them.
Otherwise I just get SSH timeout and I'm unable to configure the machines.
2014-02-18 16:44:27 -08:00
Prasanna Santhanam
7394d00e67
Adding docs to #645 on the website
...
Setting `"ami_groups": ["all"]` will make the AMI publicly accessible.
Correcting website docs for this.
2014-02-18 17:05:24 +05:30
Jan Brauer
ee50657097
Merge remote-tracking branch 'upstream/master' into puppet-server
2014-02-18 09:41:10 +01:00
Ross Timson
58444627c1
Use --url flag rather than --location for ec2-upload-bundle
...
AWS docs (http://goo.gl/rNZiCs ) show that --location is deprecated and
to use the --url flag and reference the region endpoint instead.
2014-02-13 09:36:45 +00:00
Jan Brauer
3dd0f9d6ac
Update documentation
2014-02-03 21:07:26 +01:00
Julian Phillips
a8993662b5
Allow Qemu binary name to be configured
...
On some systems the default Qemu binary name of qemu-system-x86_64
isn't appropriate. So expose the binary name as a configurable item,
allowing the user to set it to something more appropriate if they need
to.
2014-01-24 18:01:42 +00:00
jamie brim
ec1adec029
provisioner/ansible: configurable command / args
...
allow users to provide a replacement command / extra args to the
ansible-local provisioner.
this is useful, for example, to unbuffer output when using the
docker builder, or to modify ansible behavior, like enabling
verbose mode, injecting variables, or changing paths.
2014-01-22 14:34:34 -08:00
yosssi
cc4564c052
Change the word `aws_access_key` to `aws_secret_key`.
2014-01-21 01:43:51 +09:00
Mitchell Hashimoto
3e85bc8bf8
website: update formatting for docker docs
2014-01-19 20:48:18 -08:00
Mitchell Hashimoto
1444233c23
Merge pull request #794 from mitchellh/do-doc-defaults
...
website: update defaults for DO ID's
2014-01-19 20:43:43 -08:00
Mitchell Hashimoto
e8768785a0
website: add docs for docker-import and docker-push
2014-01-19 20:42:42 -08:00
DracoBlue
8195b8da7f
Fixed typo in qemu documentation
2014-01-18 22:03:36 +01:00
Dana Merrick
433c7673fb
Updating the googlecompute builder documentation.
2014-01-16 12:03:56 -08:00
Klynton Jessup
a76650f9ea
Update post-processor.html.markdown
...
Fixed some typos in the interface{} mentions.
2014-01-14 20:13:43 -07:00
Ross Smith II
5a26624897
Update virtualbox-iso.html.markdown
...
Changed type to virtualbox-iso
2014-01-13 11:11:55 -08:00
Jan Brauer
9d01684c1c
Use sudo by default, as in puppet-masterless
2014-01-09 08:51:48 +01:00
Jan Brauer
58b06526f5
Update docs for puppet-server provisioner
2014-01-08 13:03:03 +01:00
Jan Brauer
864f4b5851
Add docs for puppet-server provisioner
2014-01-08 12:51:11 +01:00
Jack Pearkes
7022b62017
website: update defaults for DO ID's
2014-01-06 16:13:22 -05:00
Stefan Foulis
feacecdffc
includes information about "provider"
2014-01-04 22:24:14 +01:00
Bob Potter
11353f182e
website: really fix puppet provisioner cmd docs
2014-01-04 12:55:56 -06:00
Mitchell Hashimoto
edb685f99a
website: stupid file to increase counter
2014-01-02 09:26:52 -08:00
Bob Potter
9c07d2d5b3
website: correct default puppet provisioner command
2013-12-31 15:06:08 -06:00
Gabriel Baker
9d535f19d3
link pointing to dockerfiles was incorrect
2013-12-31 19:00:08 +00:00
Ross Smith II
738db963d0
Added missing builders to intro
2013-12-30 15:19:01 -08:00
Mitchell Hashimoto
2b801a7b12
builder/vmware,virtualbox: checksum_type can be "none" [GH-471]
2013-12-28 09:59:47 -07:00
Mitchell Hashimoto
e38c0424b9
packer: allow environmental variables within user vars [GH-633]
2013-12-28 09:34:17 -07:00
Mitchell Hashimoto
8aabe01bad
builder/amazon/common: run_tags to apply to launch [GH-722]
2013-12-27 20:54:35 -07:00
Mitchell Hashimoto
4c8b8d4fa7
packer: add `pwd` function with working directory [GH-762]
2013-12-27 20:46:10 -07:00
Jack Pearkes
00fe97cae3
website: add private_networking docs for digitalocean
2013-12-27 10:28:16 -08:00
Mitchell Hashimoto
037a744be5
builder/docker: customize run command [GH-648]
2013-12-27 10:17:45 -07:00
Mitchell Hashimoto
eeadafc452
builder/vmware/*: can specify path to fusion [GH-677]
2013-12-27 08:37:39 -07:00
Mitchell Hashimoto
df9b009c8d
website: update docs for virtualbox builder (some bugs)
2013-12-26 17:16:30 -07:00
Mitchell Hashimoto
8be172d19a
Merge pull request #758 from mitchellh/f-vmware-vmx
...
Build VMware machine from VMX (source VM)
2013-12-26 16:16:00 -08:00
Mitchell Hashimoto
92810deffd
website: document new vmware-vmx builder
2013-12-26 17:10:53 -07:00
Matthew Hooker
c733f42a17
Formatting.
2013-12-25 02:34:33 -08:00
b
93af1bf81d
Add section on importing docker container artifacts
2013-12-24 17:40:13 -08:00
Mitchell Hashimoto
dc2117125d
website: document the virtualbox-ovf builder
2013-12-22 15:44:43 -08:00
Mitchell Hashimoto
a2671dc383
website: update for pause_before
2013-12-20 21:49:10 -08:00
Mitchell Hashimoto
5e2f08de70
post-processor/vagrant: do overrides
2013-12-19 14:44:15 -08:00
Mitchell Hashimoto
b6795081b8
website: update docs for vagrant pp
2013-12-19 14:10:28 -08:00
Mitchell Hashimoto
930b844bd5
website/source: fix typos
2013-12-19 09:57:31 -08:00
Mitchell Hashimoto
bae9c4d21f
website: update docs for GCE, fix styling for OL
2013-12-13 19:22:52 -08:00
Mitchell Hashimoto
7f140cdf9c
website: more docs on getting the key
2013-12-12 21:53:05 -08:00
Mitchell Hashimoto
6cd9ee3ebb
website: cover how to get client secrets and such in website
2013-12-12 21:53:04 -08:00
Mitchell Hashimoto
3fad2421c5
website: add compute engine to layout
2013-12-12 21:53:04 -08:00
Kelsey Hightower
16af2131db
builder/googlecompute: Add website docs
2013-12-12 21:53:04 -08:00
Mitchell Hashimoto
f5401110e6
website: fix typo [GH-712]
2013-12-12 15:45:57 -08:00
Mitchell Hashimoto
80c2f0fcd0
Merge pull request #690 from TranscendComputing/master
...
builder/qemu: added template processing for QemuArgs, floppy_files for auto-building f...
2013-12-12 14:46:08 -08:00
Mitchell Hashimoto
613d5f5b92
website: update docs for vsphere changes
2013-12-11 14:02:10 -08:00
Mitchell Hashimoto
55082a514b
website: document the description field
2013-12-11 13:46:21 -08:00
Mitchell Hashimoto
4274d1fcc1
website: use the comparison operators in Puppet docs
2013-12-11 12:39:42 -08:00
Mitchell Hashimoto
2986452804
provisioner/puppet-masterless: simplify manifest dir upload
2013-12-11 11:20:22 -08:00
Mitchell Hashimoto
ccbb109d05
Merge branch 'configure-manifest-dir' of https://github.com/Jimdo/packer into Jimdo-configure-manifest-dir
2013-12-11 11:14:45 -08:00
Mitchell Hashimoto
3b3d09cb0f
website: update vsphere endpoint docs [GH-695]
2013-12-10 18:17:41 -08:00
Jan Brauer
afd0aea8df
Merge branch 'master' into configure-manifest-dir
2013-12-10 09:08:11 +01:00
Mitchell Hashimoto
2b4bdee0a2
website: fix docs for vmware esxi discrep [GH-674]
2013-12-06 19:14:20 -08:00
Mitchell Hashimoto
f7b1c2dbc6
builder/amazon/instance: add location to upload command [GH-679]
2013-12-06 19:04:40 -08:00
Mitchell Hashimoto
2385f087be
Merge pull request #657 from mitchellh/docs-users-vars
...
website: user Variables in Intro
2013-12-06 18:18:26 -08:00
Mitchell Hashimoto
a770a5b2f2
Merge pull request #660 from CpuID/master
...
builder/amazon/ebs: AssociatePublicIpAddress for launching
2013-12-06 18:15:19 -08:00
Mitchell Hashimoto
60c797b256
Merge pull request #637 from johnbellone/master
...
builder/openstack: add ProxyUrl parameter for OpenStack builder
2013-12-06 17:58:15 -08:00
Thomas D. Hite
08f5131746
Added template processing for QemuArgs, floppy_files for auto-building floppies which attach to the VM at startup, and run_once flag to trigger just one powerup/powerdown.
2013-12-06 18:20:25 -06:00
Phil Fenstermacher
c4ae11589d
Changed error message and docs to match code - qemu-img options are qcow2 and raw
2013-12-04 14:05:07 -05:00
Jan Brauer
89d72851a1
Update docs
2013-11-26 08:29:43 +01:00
Nathan Sullivan
abaacb0683
docs update for https://github.com/mitchellh/packer/issues/578
2013-11-26 11:41:39 +10:00
Jack Pearkes
3591e35617
website: prettyprint variables examle in parallel builds
2013-11-25 13:51:32 +01:00
Jack Pearkes
2da4af8166
website: user user varibles in the intro (parallel builds)
2013-11-25 13:47:23 +01:00
Jack Pearkes
5c1f9e4cd3
website: use user variables in the intro (ec2)
2013-11-25 13:36:32 +01:00
Jack Pearkes
9cabad4704
website: move iam policy documentation to the root amazon page
2013-11-25 13:27:38 +01:00
Bob Potter
d801e2eca1
website: document chroot running process gotcha
2013-11-22 00:11:40 -06:00
Jon Topper
1716e761c2
Match ec2-bundle-vol on web to code
...
Issue #248 contained a PR which changes the way bundle_vol_command is
used by default. This change to the defaults was not reflected on the
website, so I encountered the same issue when making changes to the
bundle_vol_command in my config.
2013-11-21 18:29:19 +00:00
Geoffrey Bachelet
e16e03c67b
Typo in vmware docs' YAML front matter
2013-11-20 22:05:22 +01:00
John Bellone
e3af0ead29
Website: Update timeout to reflect real default.
...
The default in the actual code is 5m.
2013-11-19 17:22:17 -05:00
Mitchell Hashimoto
ef5448d4dd
website: Fix typo with esxi config
2013-11-19 14:12:49 -08:00
Mitchell Hashimoto
6867c4f3e3
website: vsphere endpoint docs
2013-11-18 16:23:28 -08:00
Mitchell Hashimoto
b96b2997a8
website: update chef solo docs
2013-11-18 16:14:33 -08:00
Jeff Quast
2728029db7
Update chef-solo.html.markdown
...
underscore of "data_bags" should be escaped; causes run-on italic
2013-11-14 16:13:20 -08:00
Baraa Basata
871920c33f
Fix spelling in Intro documentation
2013-11-11 21:41:53 -05:00
Mitchell Hashimoto
53c40cdbc5
website: better document the dockerfile interaction with the builder
2013-11-09 19:40:38 -08:00
Mitchell Hashimoto
4e56b8f9f6
Merge branch 'f-docker-builder': Docker builder
...
This introduces a Docker builder. The docker builder is able to create
containers by starting an existing Docker image, provisioning it using
standard practices, and then exporting it using `docker export`.
2013-11-09 19:08:05 -08:00
Mitchell Hashimoto
865adeb4b3
website: doc pull
2013-11-09 17:22:39 -08:00
Mitchell Hashimoto
8f39edf935
website: document dockerfile
2013-11-09 13:59:34 -08:00
Mitchell Hashimoto
3a13e47f34
website: start documenting the builder
2013-11-09 13:28:00 -08:00
Matthew Hooker
cdf2b4ff0b
Merge branch 'patch-3' of https://github.com/fgo/packer
...
website: Fix missing whitespace. [ci skip]
2013-11-09 06:09:13 -08:00
Francis Go
3847f72a10
Fix grammar in Terminology documentation
2013-11-10 00:30:54 +11:00
Mitchell Hashimoto
2d0270ac65
website: document need for AMI tools
2013-11-08 11:23:12 -08:00
Mitchell Hashimoto
02984bdb82
Merge pull request #609 from fgo/patch-2
...
website: Fix spelling in Provision documentation [ci skip]
2013-11-07 23:03:45 -08:00
Francis Go
c7db2daf80
Fix spelling in Provision documentation [ci skip]
2013-11-08 17:03:15 +11:00
Francis Go
e8daef7ca7
Fix spelling in Use Cases documentation
2013-11-08 13:22:25 +11:00
Mitchell Hashimoto
1bd60be25f
website: esxi docs
2013-11-07 12:44:40 -08:00
Mitchell Hashimoto
7d893894df
website: vmware esxi docs
2013-11-07 12:41:02 -08:00
Mitchell Hashimoto
300897c116
website: remove outdated qemu docs
2013-11-05 21:46:38 -08:00
Mitchell Hashimoto
2e438b7e21
website: update QEMU docs
2013-11-05 15:34:09 -08:00
Mitchell Hashimoto
ac1012c108
Merge pull request #385 from TranscendComputing/master
...
builder/qemu: Qemu builder
2013-11-05 15:28:23 -08:00
Mitchell Hashimoto
c8e911cdc3
Merge branch 'security-groups' of https://github.com/whiteley/packer into whiteley-security-groups
...
Conflicts:
builder/amazon/common/run_config.go
2013-11-05 14:34:12 -08:00
Jack Pearkes
b13c25532c
builder/digitalocean: add a droplet_name configuration value
...
Practically, this lets you set the hostname of the droplet
used for provisioning.
2013-11-03 17:35:58 +01:00
Mitchell Hashimoto
a4bf15930b
Merge pull request #542 from phyrex1an/patch-1
...
website: propose additional IAM Role Actions
2013-11-02 03:56:38 -07:00
Mitchell Hashimoto
aee93096b1
website: docs on disabling guest additions
2013-11-02 11:34:54 +01:00
Ciaran Downey
d707486142
s/extremely to/extremely easy to/
2013-10-29 19:20:34 -07:00