3726 Commits

Author SHA1 Message Date
Mitchell Hashimoto
d875419403 Update CHANGELOG 2014-10-27 16:53:54 -07:00
Mitchell Hashimoto
145056185c builder/vmware: accept SATA drives on root VMX 2014-10-27 16:53:25 -07:00
Mitchell Hashimoto
ef0a3f1952 Merge pull request #1604 from chilcote/add-sata-to-vmx-builder
updated step_clone_vmx.go to work with vmx files using sata
2014-10-27 16:51:55 -07:00
Mitchell Hashimoto
58b5bafe63 Update CHANGELOG 2014-10-27 16:50:46 -07:00
Mitchell Hashimoto
2575b09dc8 Merge pull request #1570 from kouk/master
figure out VirtualBox version on FreeBSD
2014-10-27 16:50:15 -07:00
Mitchell Hashimoto
607f7214b5 builder/docker: allow DOCKER_HOST 2014-10-27 16:49:39 -07:00
Mitchell Hashimoto
feba256ee5 update CHANGELOG 2014-10-27 16:48:23 -07:00
Mitchell Hashimoto
42437e21a9 Merge pull request #1608 from stedaniels/master
Update SaltStack provision to https
2014-10-27 16:47:57 -07:00
Mitchell Hashimoto
80eaf42ba3 Update CHANGELOG 2014-10-27 16:47:38 -07:00
Mitchell Hashimoto
4bc578a029 Merge pull request #1605 from legal90/parallels-disable-cdrom
builder/parallels: Default cdrom0 should be disconnected
2014-10-27 16:47:20 -07:00
Mitchell Hashimoto
a0abb095cb update CHANGELOG 2014-10-27 16:46:59 -07:00
Mitchell Hashimoto
24d641ea32 Merge pull request #1615 from hkhkhk1987/patch-1
post-processor/vsphere: fix object address by appending "/"
2014-10-27 16:46:36 -07:00
Mitchell Hashimoto
4e32addc1f Update CHANGELOG 2014-10-27 16:44:28 -07:00
Mitchell Hashimoto
b06cceec25 builder/openstack: lock to fork for now to compile [GH-1625] 2014-10-27 16:40:49 -07:00
Mitchell Hashimoto
5d80085808 Merge branch 'berendt-fix_qemu_size_argument' 2014-10-27 16:13:58 -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
Jason A. Beranek
a47610879f Merge pull request #1514 from briandowns/master
Added struct to be passed to the Process function to render the vagrant ...
2014-10-27 16:11:58 -05: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
Josh Graham
c22eda1e43 Do not use latest version of rackspace/gophercloud
- This is not a sustainable dependency management technique
2014-10-27 12:28:52 +11:00
Josh Graham
90c2c4ad95 Revert "Do not use latest version of rackspace/gophercloud"
This reverts commit c91de565e6e38e46940da081c08e304e262c7b4c.
2014-10-27 11:44:41 +11:00
Josh Graham
c91de565e6 Do not use latest version of rackspace/gophercloud 2014-10-27 11:34:55 +11:00
Josh Graham
5a2c4fe8a0 builder/amazon: Extend timeout and allow user override [GH-1533]
- help resolve https://github.com/mitchellh/packer/issues/1533
  (although timeouts are always ultimately useless in a distributed
  system!)
- makes packer no more idempotent or janitorial than before
- derive maximum number of ticks from timeout
- default timeout to 300s (5m) to cater for global AMI copying
- allow user to override with AWS_TIMEOUT_SECONDS environment variable
2014-10-27 10:38:44 +11:00
Seth Vargo
5c74cfff54 Merge pull request #1619 from dkinzer/fix-broken-docker-links
Fix broken links docker builder docs.
2014-10-24 09:51:22 -07: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
hkhkhk1987
f61cc3f99c Update post-processor.go
the ovftool can't refer to an object vi address without a "/" at the end of the address
2014-10-24 15:21:57 +08: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
Seth Vargo
60633dd71f Merge pull request #1609 from nchammas/patch-1
Portability and explicitness
2014-10-22 12:24:42 -07:00
Nicholas Chammas
437b1bf12a Portability and explicitness
"Explicivity" is not a word.
2014-10-22 15:22:57 -04:00
Steve Daniels
86fb46ab0a Update SaltStack provision to https
This changes the SaltStack bootstrap URL to use the HTTPS link from the commercial site.  Alternatives are the HTTPS link to the raw file on GitHub, but this, whilst more transparent, might break down the line.
2014-10-22 17:55:45 +01:00
Mikhail Zholobov
6e778e7244 builder/parallels: Default cdrom0 should be disconnected
Otherwise, the error message will be displayed in GUI:
"Unable to connect CD/DVD 0"
2014-10-21 16:44:43 +04:00
Joseph Chilcote
d46187da4b updated step_clone_vmx.go to work with vmx files using sata 2014-10-20 20:58:12 -07:00
Mitchell Hashimoto
6ca0a2b361 Merge pull request #1600 from ryanuber/f-hashicorp-msgpack
Switch to hashicorp/go-msgpack
2014-10-17 19:43:05 -07:00
Ryan Uber
f7018f2407 Switch to hashicorp/go-msgpack 2014-10-17 18:38:17 -07:00
Petr Hosek
3992f4472b Extract Vagrant provider processing logic
This change extracts the provider processing logic to a separate method
which can be invoked from a subtype, providing a custom provider.
2014-10-17 11:16:26 +01: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
b1c80ce44f Update CHANGELOG 2014-10-14 16:10:29 -07:00
Mitchell Hashimoto
d89fd906a4 Merge pull request #1504 from sneal/always-remove-vmx-floppy-entries
Clean VMX step should always remove floppy.
2014-10-14 16:09:28 -07:00
Mitchell Hashimoto
72aea0459f Update CHANGELOG 2014-10-14 16:07:49 -07:00
Mitchell Hashimoto
14fae4c5a3 Merge pull request #1561 from kholloway/master
builder/qemu: Updates to QEMU builder - Fix -redir and machine type issues
2014-10-14 16:07:00 -07:00
Mitchell Hashimoto
b6238ec7f0 Update CHANGELOG 2014-10-14 16:04:37 -07:00