Commit Graph

803 Commits (a0a0c121a44ccab4e80ae5fa98791ab2c472bf46)

Author SHA1 Message Date
Nathan Sullivan e711255d95 fix some debugging for PublicIpAddress
13 years ago
Nathan Sullivan 4809186c12 remove excess debugging
13 years ago
Nathan Sullivan 6270d759cd revert whitespace changes - not necessary anymore
13 years ago
Nathan Sullivan 13f55bdec6 working AssociatePublicIpAddress support
13 years ago
Nathan Sullivan 5cbff00afa goamz aspects of AssociatePublicIpAddress working now
13 years ago
Nathan Sullivan 49a131951a reverting testing stuff
13 years ago
Nathan Sullivan 0cfb7564d5 lets try a string instead of a bool for AssociatePublicIpAddress
13 years ago
Nathan Sullivan 5df7bc0acf oops bugfix for work on https://github.com/mitchellh/packer/issues/578
13 years ago
Nathan Sullivan 31bf1f342c https://github.com/mitchellh/packer/issues/578
13 years ago
Mitchell Hashimoto cc13e6690c builder/amazon/chroot: don't choose partition mount point if taken
13 years ago
Mitchell Hashimoto d9c3aed479 builder/virtualbox: use VBOX_INSTALL_PATH to find VBoxManage
13 years ago
John Bellone 817b1bdb32 Add ProxyUrl parameter for OpenStack builder.
13 years ago
Mitchell Hashimoto b787d6fb1d builder/vmware: ESX artifacts have a different builder ID
13 years ago
Doug MacEachern 4af1c7f1b2 builder/vmware: Double check that OutputDirectory does not already exist
13 years ago
Doug MacEachern 3f5a02cf2a builder/vmware: Add ListFiles and Remove methods to OutputDir interface
13 years ago
Doug MacEachern 9655be5582 builder/vmware: Path related fixes in esx5 driver
13 years ago
Mitchell Hashimoto 21bb0674f2 builder/docker: ctrl-C works during provisioning
13 years ago
Mitchell Hashimoto d88cb09d32 builder/vmware: ctrl-c works during wait for boot
13 years ago
Mitchell Hashimoto c1bd7468d5 builder/virtualbox: ctrl-c works during wait for boot
13 years ago
Mitchell Hashimoto 832b4408a5 builder/docker: verify docker is available on path
13 years ago
Mitchell Hashimoto c04d1cd57e builder/docker: say when killing the container
13 years ago
Mitchell Hashimoto d8b29cd63b builder/docker: remove unused file
13 years ago
Mitchell Hashimoto 7bcfd83bdd builder/docker: stream output from commands
13 years ago
Mitchell Hashimoto 2b89da50b3 builder/docker: UploadDir
13 years ago
Mitchell Hashimoto ab5f719734 builder/docker: show stderr if docker fails to run
13 years ago
Mitchell Hashimoto 8ec68031d0 builder/docker: ability to disable pull
13 years ago
Mitchell Hashimoto 0287cdd614 builder/docker: config refactor
13 years ago
Mitchell Hashimoto 06b6cb1af1 builder/docker: artifact
13 years ago
Mitchell Hashimoto a58754b974 builder/docker: StepExport tests
13 years ago
Mitchell Hashimoto 0e3011cbce builder/docker: StepRun tests
13 years ago
Mitchell Hashimoto 62b81dc432 builder/docker: StepPull test, driver abstraction for tests
13 years ago
Mitchell Hashimoto 2da9233655 builder/docker: test StepTempDir
13 years ago
Mitchell Hashimoto da683afde0 builder/docker: config validation test
13 years ago
Mitchell Hashimoto 23ad5442ec builder/docker: perform cleanup in run method, not prematurely
13 years ago
Mitchell Hashimoto 44a41451f0 builder/docker: Communicator.Start doesn't block
13 years ago
Mitchell Hashimoto d5ce8ddb4a builder/docker: export the final image
13 years ago
Mitchell Hashimoto d27ceaf509 builder/docker: remove the exit code file when we're done
13 years ago
Mitchell Hashimoto 2e7574e360 builder/docker: command output and exit codes work
13 years ago
Mitchell Hashimoto eabd32f3ce builder/docker: comment the sleep on remote exec
13 years ago
Mitchell Hashimoto c1f0fe3f3f builder/docker: fix upload for copy to work
13 years ago
Mitchell Hashimoto 5f76ed68c4 builder/docker: Remote execution works!
13 years ago
Mitchell Hashimoto 797c44bfc1 builder/docker: a non-working communicator
13 years ago
Mitchell Hashimoto 2e080ece6d builder/docker: start a container
13 years ago
Mitchell Hashimoto 4db609b24c builder/docker: tests for some exec stuff
13 years ago
Mitchell Hashimoto 034e04cc1e builder/docker: pull images
13 years ago
Mitchell Hashimoto 3feab1dea1 builder/docker: boilerplate
13 years ago
Mitchell Hashimoto c8a6def83d builder/vmware: downcase more vmx data
13 years ago
Mitchell Hashimoto e4f1dcb6f9 builder/vmware: Fusion suppresses upgrade requests
13 years ago
Mitchell Hashimoto 781332b297 builder/vmware: fix local output dir exists check
13 years ago
Mitchell Hashimoto 3adbd09639 builder/amazon/chroot: fix compile error
13 years ago
Mitchell Hashimoto 3780b57a1f builder/amazon/chroot: allow no such file errors on upload [GH-588]
13 years ago
Mitchell Hashimoto 17f1ee3e98 builder/amazon/chroot: quote commands and pass through a shell [GH-581]
13 years ago
Mitchell Hashimoto 52fb77a883 builder/vmware: case-insensitive VMX creation [GH-608]
13 years ago
Mitchell Hashimoto 47ac6897de builder/vmware: start/stop ESXi5 VMX with proper path
13 years ago
Mitchell Hashimoto ba8a0dbec0 builder/vmware: only unregister if registration success
13 years ago
Mitchell Hashimoto e5ae542142 builder/vmware: register the VMX to the proper path on esx
13 years ago
Mitchell Hashimoto 2ccc5e80c7 builder/vmware: log when writing a VMX
13 years ago
Mitchell Hashimoto b228723903 builder/vmware: for remote builds, put VMX in temp dir
13 years ago
Mitchell Hashimoto a4b54f1cf3 builder/vmware: set proper default disk type for esx
13 years ago
Mitchell Hashimoto 148d7c06ab builder/vmware: make upload dst,src like normal go
13 years ago
Mitchell Hashimoto 2c8843b4de builder/vmware: esx file check works properly
13 years ago
Mitchell Hashimoto 8a8ac430d1 builder/vmware: upload the ISO to the ESXi machine
13 years ago
Mitchell Hashimoto 483cda18c1 builder/vmware: make things more Go-like
13 years ago
Doug MacEachern a828a9a064 builder/vmware: new driver to support building images directly on ESX
13 years ago
Mitchell Hashimoto 636e647c45 builder/qemu: set proper HTTPIP for boot command [GH-597]
13 years ago
Mitchell Hashimoto 5ededd527a builder/qemu: catch early exits of qemu
13 years ago
Mitchell Hashimoto 170e2459ff builder/qemu: remove constructor, more Go-like
13 years ago
Mitchell Hashimoto 3bc0c4aa25 builder/qemu: simplify driver, make things more Go-like
13 years ago
Mitchell Hashimoto d78787e182 builder/qemu: remove floppy support, not used currently
13 years ago
Mitchell Hashimoto 07e5a85bab builder/qemu: log VM output
13 years ago
Mitchell Hashimoto b75a2935f3 builder/qemu: unnecssary log
13 years ago
Mitchell Hashimoto 385a338354 builder/qemu: get rid of unnecessary step
13 years ago
Mitchell Hashimoto e982eb38dc builder/qemu: alphabetize some things
13 years ago
Mitchell Hashimoto e44aea496d builder/qemu: passing tests
13 years ago
Mitchell Hashimoto ac1012c108 Merge pull request #385 from TranscendComputing/master
13 years ago
Mitchell Hashimoto c8e911cdc3 Merge branch 'security-groups' of https://github.com/whiteley/packer into whiteley-security-groups
13 years ago
Ross Smith II c6392481f9 fixed artifact test
13 years ago
Ross Smith II 2cad46aa1f post-processor/vagrant: Adds vagrant support for digitalocean
13 years ago
Mitchell Hashimoto 255f27a24e Merge pull request #589 from mitchellh/f-do-droplet-name
13 years ago
Mitchell Hashimoto 7aab3381f1 builder/vmware: check for ifconfig in /sbin [GH-591]
13 years ago
Mitchell Hashimoto cf0ac15ecc builder/vmware: force LANG=C for ifconfig [GH-592]
13 years ago
Mitchell Hashimoto 6c19ba621f builder/virtualbox: no panic if ssh host port min/max is same [GH-594]
13 years ago
Jack Pearkes b13c25532c builder/digitalocean: add a droplet_name configuration value
13 years ago
Mitchell Hashimoto 9acaa97a32 builder/virtualbox,vmware: warning if shutdown_command is not specified
13 years ago
Mitchell Hashimoto a6150e6596 builder/all: update to warnings
13 years ago
Mitchell Hashimoto 3cd7379d1f builder/amazon/*: warnings
13 years ago
Mitchell Hashimoto aa95caa261 builder/virtualbox: allow disabling guest addition uploading
13 years ago
Mitchell Hashimoto 7f639d89b6 builder/amazon/*,builder/openstack: properly scrub sensitive [GH-554]
13 years ago
Matthew Hooker 6620b9cc9b Merge pull request #572 from ktruong7/format-issues1
13 years ago
ktruong7 1f31ac1737 spelling mistake in comments
13 years ago
Mitchell Hashimoto f4b404627c builder/amazon/instance: support AZ here too
13 years ago
Mitchell Hashimoto b95a56899f builder/amazon: rename availzone to availability zone
13 years ago
Mitchell Hashimoto 7fa797d878 Merge pull request #550 from mitchellh/fix#536
13 years ago
Fabian Grutschus 5e440fa4c1 Arguments Prefix (--) was missing for (data)portconfig
13 years ago
Matthew Hooker 1aa551a49c builder/amazon/common: Add AvailZone to StepRunSourceInstance struct
13 years ago
Matthew Hooker 60428cef60 builder/amazon/ebs: Add config for target AZ.
13 years ago
Mitchell Hashimoto 5e3c8c4fe6 builder/virtualbox,vmware: support user templates in SSH key path
13 years ago
Mitchell Hashimoto 30be4927d6 builder/virtualbox: use proper SATA port arg [GH-547]
13 years ago
Tom Hite 9ebd44a98a Merge branch 'master' of http://github.com/mitchellh/packer
13 years ago
Matthew Hooker 79ac16c3d7 builder/amazon/chroot:
13 years ago