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
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
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
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
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
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