- 28 Oct, 2014 15 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/amazon: Extend timeout and allow user override [GH-1533]
-
Mitchell Hashimoto authored
fix quote in variable name
-
Vasiliy Tolstov authored
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Vagrantcloud selfhosted
-
Mitchell Hashimoto authored
Amazon Instance Builder Docs Still Reference Deprecated S3Endpoint
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Update document about qemu builder for [GH-1407].
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Fix detecting guest additions URL
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
provisioners/ansible-local: always use an inventory file
-
- 27 Oct, 2014 23 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/qemu: add ability to set cache mode for disk
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
updated step_clone_vmx.go to work with vmx files using sata
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
figure out VirtualBox version on FreeBSD
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Update SaltStack provision to https
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/parallels: Default cdrom0 should be disconnected
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
post-processor/vsphere: fix object address by appending "/"
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
https://github.com/berendt/packerMitchell Hashimoto authored
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
-
Jason A. Beranek authored
Added struct to be passed to the Process function to render the vagrant ...
-
Christian Berendt authored
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---
-
Josh Graham authored
- This is not a sustainable dependency management technique
-
Josh Graham authored
This reverts commit c91de565.
-
Josh Graham authored
-
- 26 Oct, 2014 1 commit
-
-
Josh Graham authored
- 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
-
- 24 Oct, 2014 1 commit
-
-
Seth Vargo authored
Fix broken links docker builder docs.
-