Commit Graph

670 Commits

Author SHA1 Message Date
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