2855 Commits

Author SHA1 Message Date
Prasanna Santhanam
d4c9ed43c9 Formatted googlecompute builder as per make format 2014-01-31 22:26:09 +05:30
Prasanna Santhanam
0e98b2a269 Fixes #867: save private key when debugging gce builder
Signed-off-by: Prasanna Santhanam <tsp@qubole.com>
2014-01-31 19:13:31 +05:30
mheidenr
cfb9b4d65d enable qemu builder to handle reboots in the shell provisioner 2014-01-30 08:46:54 +01:00
Elachance
3183a52778 Update main.go 2014-01-29 15:53:16 -08:00
Bailey Johnson
73bbfab8f1 adding chef-client provisioner 2014-01-25 01:06:55 +00:00
Julian Phillips
a8993662b5 Allow Qemu binary name to be configured
On some systems the default Qemu binary name of qemu-system-x86_64
isn't appropriate.  So expose the binary name as a configurable item,
allowing the user to set it to something more appropriate if they need
to.
2014-01-24 18:01:42 +00:00
jamie brim
ec1adec029 provisioner/ansible: configurable command / args
allow users to provide a replacement command / extra args to the
ansible-local provisioner.

this is useful, for example, to unbuffer output when using the
docker builder, or to modify ansible behavior, like enabling
verbose mode, injecting variables, or changing paths.
2014-01-22 14:34:34 -08:00
Jack Pearkes
1a57e38963 Merge pull request #833 from yosssi/fix-html
Change the word `aws_access_key` to `aws_secret_key`.
2014-01-20 08:55:40 -08:00
yosssi
cc4564c052 Change the word aws_access_key to aws_secret_key. 2014-01-21 01:43:51 +09:00
Mitchell Hashimoto
87f7ba6cdb Update CHANGELOG 2014-01-19 20:49:17 -08:00
Mitchell Hashimoto
3e85bc8bf8 website: update formatting for docker docs 2014-01-19 20:48:18 -08:00
Mitchell Hashimoto
1444233c23 Merge pull request #794 from mitchellh/do-doc-defaults
website: update defaults for DO ID's
2014-01-19 20:43:43 -08:00
Mitchell Hashimoto
e8768785a0 website: add docs for docker-import and docker-push 2014-01-19 20:42:42 -08:00
Mitchell Hashimoto
c18b74e9cc post-processor/docker-push 2014-01-19 20:34:20 -08:00
Mitchell Hashimoto
4e4a6ffd4b post-processor/docker-import: use the repo tag as the ID 2014-01-19 20:20:00 -08:00
Mitchell Hashimoto
1de226c748 post-processor/docker-import: verify proper builder ID 2014-01-19 19:56:50 -08:00
Mitchell Hashimoto
8635085665 builder/docker: make Import part of this Driver for reuse 2014-01-19 19:55:01 -08:00
Mitchell Hashimoto
34dbf72142 post-processor/docker-import: have an Artifact
/cc @mmckeen
2014-01-19 19:48:06 -08:00
Mitchell Hashimoto
430963f400 fmt 2014-01-19 19:30:11 -08:00
Mitchell Hashimoto
ebd2407890 post-processor/docker-import: refactor
/cc @mmckeen - Did a refactor here, CC'd in case you're curious
or want to learn :)
2014-01-19 19:15:25 -08:00
Mitchell Hashimoto
bbca2c32f0 Merge branch 'docker-metadata' of https://github.com/mmckeen/packer into mmckeen-docker-metadata 2014-01-19 19:04:04 -08:00
Mitchell Hashimoto
7ec05423ce Update CHANGELOG 2014-01-19 15:48:56 -08:00
Mitchell Hashimoto
3f77b2c592 Merge pull request #803 from mark-rushakoff/useragent
common: set user agent in downloader
2014-01-19 15:46:45 -08:00
Mitchell Hashimoto
d6432f5500 Update CHANGELOG 2014-01-19 15:41:33 -08:00
Mitchell Hashimoto
8e8cccf9b9 Merge pull request #808 from masteinhauser/add-scan-codes
builder/virtualbox,vmware,qemu: add more special scancodes
2014-01-19 15:35:53 -08:00
Mitchell Hashimoto
ffe6e4da33 Update cHANGELOG 2014-01-19 15:21:40 -08:00
Mitchell Hashimoto
a932b932bb Merge pull request #829 from strcrzy/upload_ansible_playbooks_dir
provisioner/ansible: upload playbooks correctly
2014-01-19 15:21:14 -08:00
Mitchell Hashimoto
86760466f5 Merge pull request #831 from DracoBlue/patch-1
website: fix typo in qemu documentation
2014-01-19 15:20:31 -08:00
Mitchell Hashimoto
3857822ef2 packer: don't crash if arg is empty [GH-832] 2014-01-19 15:19:10 -08:00
DracoBlue
8195b8da7f Fixed typo in qemu documentation 2014-01-18 22:03:36 +01:00
jamie brim
75f64ef6af provisioner/ansible: upload playbooks correctly
`Provision` calls uploadFile on each path in playbook_paths, but
playbook_paths can only contain directories, per bf7530ca28.

This changes `Provision` to call uploadDir instead.
2014-01-17 16:54:20 -08:00
Mitchell Hashimoto
602ed10e89 scripts: devcompile works properly in Cygwin 2014-01-16 15:52:42 -08:00
Jack Pearkes
2a9202bacc Merge pull request #823 from dmerrick/improvements_to_gce_documentation
Updating the googlecompute builder documentation.
2014-01-16 13:13:43 -08:00
Mitchell Hashimoto
e4d6a157f0 scripts: Fix slight bash error 2014-01-16 12:16:12 -08:00
Dana Merrick
433c7673fb Updating the googlecompute builder documentation. 2014-01-16 12:03:56 -08:00
Jack Pearkes
7cc58436e0 Merge pull request #819 from klynton/patch-1
Update post-processor.html.markdown
2014-01-15 08:41:25 -08:00
Klynton Jessup
a76650f9ea Update post-processor.html.markdown
Fixed some typos in the interface{} mentions.
2014-01-14 20:13:43 -07:00
Matthew McKeen
6d23d9403e Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-13 15:56:04 -08:00
Matthew McKeen
c0174309c1 docker-push: add code to handle seperate registry, push a specific repository/tag #774 2014-01-13 13:37:09 -08:00
Jack Pearkes
78aa2196af Merge pull request #815 from rasa/patch-1
Update virtualbox-iso.html.markdown
2014-01-13 13:35:02 -08:00
Matthew McKeen
358b0078c9 docker-import + docker-push: Add some beginning tests. #774 2014-01-13 13:22:43 -08:00
Ross Smith II
5a26624897 Update virtualbox-iso.html.markdown
Changed type to virtualbox-iso
2014-01-13 11:11:55 -08:00
Myles Steinhauser
28286d2821 Fix tabs vs spaces 2014-01-13 00:03:10 -05:00
Matthew McKeen
637fa38286 Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-12 17:14:19 -08:00
Myles Steinhauser
e4cfcb2a8a Add more special scancodes 2014-01-10 12:40:43 -05:00
Mitchell Hashimoto
4073673531 Merge pull request #807 from rickard-von-essen/806_multiple_gopaths
Fixes #806 Build fails if GOPATH has multiple paths
2014-01-10 07:58:51 -08:00
Rickard von Essen
5d75944ef3 Fixes #806 Build fails if GOPATH has multiple paths 2014-01-10 16:35:07 +01:00
Mark Rushakoff
4548495116 StepDownload uses packer version as user agent 2014-01-09 13:20:30 -08:00
Mark Rushakoff
9e5c0f6c6a HTTPDownloader uses UserAgent from DownloadConfig 2014-01-09 08:41:34 -08:00
Mathias Lafeldt
5bee1b2699 Add missing main_test.go for puppet-server provisioner
This is required to pick up the tests with `make test`.
2014-01-09 11:25:12 +01:00