Myles A. K. Steinhauser
d6d54cc406
Bump Ubuntu 12.04.2 to 12.04.3
...
Ubuntu has removed the 12.04.2 release ISOs from their mirrors when they released 12.04.3. This impacted the URL and the Checksum contained in the example.json which returned an HTTP 404 from Ubuntu's Mirrors.
2013-08-24 20:04:45 -04:00
Mitchell Hashimoto
9810766373
website: document ami_regions
...
/cc @jmassara
2013-08-22 15:20:44 -07:00
Mitchell Hashimoto
385ca4cc97
website: document tags on every amazon builder
2013-08-22 15:17:07 -07:00
Justin Bronn
53b13869b3
Document the disk_type_id
parameter.
2013-08-22 11:51:53 -07:00
Mitchell Hashimoto
844e355ed3
website: document formats feature
2013-08-19 16:10:49 -07:00
Mitchell Hashimoto
c0f39e5dca
website: doc iso_urls
2013-08-16 09:58:00 -07:00
Mark Peek
507135ec84
website: document the amazon block device mappings
2013-08-15 14:32:04 -07:00
Mitchell Hashimoto
34556713dc
website: document user data stuff
2013-08-12 12:12:44 -07:00
Mitchell Hashimoto
f909bc29ed
website: update docs for image attributes
...
/cc @jmassara - easy stuff :)
2013-08-08 22:57:22 -07:00
Mitchell Hashimoto
d4d7730473
Merge branch 'ignored_files' of https://github.com/priteau/packer into priteau-ignored_files
...
Conflicts:
website/source/docs/builders/amazon-instance.html.markdown
2013-08-08 17:30:35 -07:00
Mitchell Hashimoto
a9df9e91c6
website: get rid of CreateTime for timestamp
2013-08-08 17:25:26 -07:00
Mitchell Hashimoto
f9ffb1fc54
website: document the new createtime stuff
2013-08-08 17:25:26 -07:00
Pierre Riteau
cb756912ad
Warn that ec2-bundle-vol may ignore some important files
2013-08-08 19:00:19 +01:00
Mark Peek
8c51316897
website: cleanup Amazon AMI tag documentation
2013-08-06 15:16:39 -07:00
James Massara
e6a1fc448a
Updated tags configuration example
2013-08-06 07:41:00 -07:00
James Massara
422e05d8b9
Updated with tags info
2013-08-01 21:28:25 -07:00
Mitchell Hashimoto
e6c94f449f
website: note support VMware player on Linux
2013-07-31 22:18:35 -07:00
Mitchell Hashimoto
720a72dc30
Merge branch 'master' of https://github.com/rasa/packer into rasa-master
2013-07-31 11:52:20 -07:00
Mitchell Hashimoto
52b310aeda
website: document iam instance profile
2013-07-31 11:43:52 -07:00
Mitchell Hashimoto
6f8c915ef4
website: docs for amazon-chroot
2013-07-30 22:17:58 -07:00
Ross Smith II
d1cdd9150b
Updated website for vmware workstation support, fixes #221/#222
2013-07-29 08:20:48 -07:00
Mitchell Hashimoto
30a4bf7687
website: document the amazon-instance builder
2013-07-25 10:51:21 -05:00
Rafael Garcia
282554b2b0
builder/amazon/ebs: support launching in VPC
...
adds `vpc_id` and `subnet_id` to builder config
depends on https://github.com/mitchellh/goamz/pull/4
2013-07-21 00:44:14 -07:00
Mitchell Hashimoto
06186c97b6
website: document the checksum features
2013-07-14 17:28:53 +09:00
Mitchell Hashimoto
b33c914fea
website: add docs for new security_group_id
2013-07-12 17:27:03 +09:00
Jack Pearkes
3461da5411
builder/digitalocean: use detected env variables for credentials
2013-07-11 11:31:09 +02:00
Mitchell Hashimoto
c9dc998b0e
website: document the floppy_files feature
2013-07-09 12:41:36 -07:00
Mitchell Hashimoto
308205cc6f
website: document the guest additinos URL and SHA256
...
/cc @sgirones
2013-07-07 12:06:13 -07:00
Jack Pearkes
70155fc695
website: add a shutdown command to the vm builder config examples
2013-07-07 15:37:22 +02:00
Pierre Riteau
62199c8c73
Fix some typos and an error in the documentation
2013-07-05 19:23:24 +01:00
Philip Cristiano
04c4d7f7a9
docs: Use free-tier instance size
2013-07-05 13:35:31 -04:00
Mitchell Hashimoto
7247a69581
website: nitpick compaction docs
2013-07-02 21:28:54 -07:00
Mitchell Hashimoto
2958b5d9c2
Merge pull request #122 from smerrill/compaction-option
...
builder/vmware: Add a 'skip_compaction' configuration option
2013-07-02 21:27:20 -07:00
Steven Merrill
663cce5aaa
Remove confusing duplicate references.
2013-07-02 23:56:56 -04:00
Steven Merrill
82a3aba0d3
builder/vmware, builder/virtualbox: Document 'headless' option.
2013-07-02 23:53:31 -04:00
Steven Merrill
2e15bed7b6
Add documentation of the skip_compaction parameter.
2013-07-02 23:48:04 -04:00
Brandon Liu
f931b28851
Document wait5 and wait10 boot command keys.
2013-07-02 10:44:49 -07:00
Brandon Liu
0e3b1e59a8
Doc fixes.
2013-07-01 19:53:04 -07:00
Mitchell Hashimoto
126f2bc07f
website: more notes on AWS env vars
2013-07-01 15:26:08 -07:00
Mitchell Hashimoto
0b1b76a4db
website: update website with new AWS env vars
2013-07-01 15:24:36 -07:00
Mitchell Hashimoto
855e8aab85
website: update website with latest vm_name default changes
2013-07-01 11:15:13 -07:00
Mitchell Hashimoto
8da6ea720e
website: document disk_size config for virtualbox
2013-07-01 10:51:40 -07:00
Mitchell Hashimoto
05c6c87eb2
website: document the vmware tools stuff
2013-07-01 10:48:50 -07:00
Anton Lindström
7c7a8a7f27
fix html characters in virtualbox builder doc
...
This commit removes <, > and instead uses <,> to describe the
enter command in the boot command code block in virtualbox
builder documentation. Noticed this after fixing the VMware doc.
2013-06-29 21:43:53 +02:00
Anton Lindström
c3bbb82c5c
fix html characters in vmware builder doc
...
This commit removes <, > and instead uses <,> to describe the
enter command in the boot command code block in vmware builder
documentation.
2013-06-29 15:19:37 +02:00
Mitchell Hashimoto
accc2c27f5
website: Clarify the HTTPIP/Port in boot commands [GH-32]
2013-06-26 17:08:53 -07:00
Jack Pearkes
b06b8e67f5
website: update digitalocean state_timeout default
2013-06-24 09:07:33 +02:00
Mitchell Hashimoto
e1cca94579
website: Update virtualbox to note guest additions stuff
2013-06-23 23:51:30 -07:00
Mitchell Hashimoto
972a28c4f4
website: guest_additions_path docs for virtualbox builder
2013-06-23 23:17:20 -07:00
Mitchell Hashimoto
c51a233970
website: update docs for virtualbox_version_file
2013-06-23 22:46:57 -07:00