Commit Graph

769 Commits (916df47ff97e013160916b09bcbfcd68a4792d5b)

Author SHA1 Message Date
Mitchell Hashimoto d125dc9244 builder/vmware: clarify guestiphack error message [GH-639]
12 years ago
Mitchell Hashimoto ea09c1105c builder/vmware: correct logic in cehcking if file is still there
12 years ago
Mitchell Hashimoto b12871dc28 builder/vmware: more resilient to racing deletes [GH-675]
12 years ago
Mitchell Hashimoto 5997573f37 builder/amazon/instance: add location to upload command [GH-679]
12 years ago
Mitchell Hashimoto 382f813694 builder/amazon/chroot: remove unused import
12 years ago
Mitchell Hashimoto fa9804857a builder/amazon/chroot: block when obtaining lock [GH-689]
12 years ago
Mitchell Hashimoto 68540cff09 Merge pull request #660 from CpuID/master
12 years ago
Mitchell Hashimoto 85765dd386 Revert "Merge pull request #663 from ktruong7/public-AMI"
12 years ago
Mitchell Hashimoto b2fc77870b Merge pull request #663 from ktruong7/public-AMI
12 years ago
Mitchell Hashimoto d5341d7b00 Merge pull request #637 from johnbellone/master
12 years ago
Mitchell Hashimoto 7ec1c8dc44 Merge pull request #681 from pcfens/qemu-img-formats
12 years ago
adrian kalaveshi a2de093b72 Trivial bug fix in mechanism to clean installation ISOs for VMware builder
12 years ago
Phil Fenstermacher 43bf7b2859 Changed error message and docs to match code - qemu-img options are qcow2 and raw
12 years ago
ktruong7 12245bd79c fixed format issue
12 years ago
ktruong7 a6a35e17df fixed format issues
12 years ago
ktruong7 892e718c52 Added option to make ami public automatically
12 years ago
Nathan Sullivan edff648f73 fix some debugging for PublicIpAddress
12 years ago
Nathan Sullivan 996a6bab01 remove excess debugging
12 years ago
Nathan Sullivan 53ea9b97bf revert whitespace changes - not necessary anymore
12 years ago
Nathan Sullivan 98f7e819fd working AssociatePublicIpAddress support
12 years ago
Nathan Sullivan 90f1e031fd goamz aspects of AssociatePublicIpAddress working now
12 years ago
Nathan Sullivan 2f53dbe03f reverting testing stuff
12 years ago
Nathan Sullivan 6e619d7351 lets try a string instead of a bool for AssociatePublicIpAddress
12 years ago
Nathan Sullivan 2ea61e69bc oops bugfix for work on https://github.com/mitchellh/packer/issues/578
12 years ago
Nathan Sullivan da0edb2aa7 https://github.com/mitchellh/packer/issues/578
12 years ago
Mitchell Hashimoto c7d59342d2 builder/amazon/chroot: don't choose partition mount point if taken
13 years ago
Mitchell Hashimoto 6427a1fe0d builder/virtualbox: use VBOX_INSTALL_PATH to find VBoxManage
13 years ago
John Bellone dbf6acf1e7 Add ProxyUrl parameter for OpenStack builder.
13 years ago
Mitchell Hashimoto 99605a0816 builder/vmware: ESX artifacts have a different builder ID
13 years ago
Doug MacEachern 9c32d73f2e builder/vmware: Double check that OutputDirectory does not already exist
13 years ago
Doug MacEachern afa9f4aa3e builder/vmware: Add ListFiles and Remove methods to OutputDir interface
13 years ago
Doug MacEachern 2503f8a4ba builder/vmware: Path related fixes in esx5 driver
13 years ago
Mitchell Hashimoto 9e333e03db builder/docker: ctrl-C works during provisioning
13 years ago
Mitchell Hashimoto 7992693737 builder/vmware: ctrl-c works during wait for boot
13 years ago
Mitchell Hashimoto e28e827a16 builder/virtualbox: ctrl-c works during wait for boot
13 years ago
Mitchell Hashimoto 80ed0d1d0c builder/docker: verify docker is available on path
13 years ago
Mitchell Hashimoto f1de5dbcac builder/docker: say when killing the container
13 years ago
Mitchell Hashimoto 47040b5aef builder/docker: remove unused file
13 years ago
Mitchell Hashimoto 2da3c995a2 builder/docker: stream output from commands
13 years ago
Mitchell Hashimoto 5bae4980f8 builder/docker: UploadDir
13 years ago
Mitchell Hashimoto 2851e188e1 builder/docker: show stderr if docker fails to run
13 years ago
Mitchell Hashimoto cff060a490 builder/docker: ability to disable pull
13 years ago
Mitchell Hashimoto 0e581bfec3 builder/docker: config refactor
13 years ago
Mitchell Hashimoto b4abf826da builder/docker: artifact
13 years ago
Mitchell Hashimoto e88a0a57b9 builder/docker: StepExport tests
13 years ago
Mitchell Hashimoto 20f76c6ffc builder/docker: StepRun tests
13 years ago
Mitchell Hashimoto b10abe30e0 builder/docker: StepPull test, driver abstraction for tests
13 years ago
Mitchell Hashimoto 13267c856f builder/docker: test StepTempDir
13 years ago
Mitchell Hashimoto b3dc5411ef builder/docker: config validation test
13 years ago
Mitchell Hashimoto 027d00b2fc builder/docker: perform cleanup in run method, not prematurely
13 years ago