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
Jan Brauer
9d01684c1c
Use sudo by default, as in puppet-masterless
2014-01-09 08:51:48 +01:00
Jan Brauer
58b06526f5
Update docs for puppet-server provisioner
2014-01-08 13:03:03 +01:00
Jan Brauer
864f4b5851
Add docs for puppet-server provisioner
2014-01-08 12:51:11 +01:00
Jan Brauer
646f4a6dd3
Implement puppet-server provisioner
...
This closely modeled after the same provisioner
in Vagrant.
2014-01-08 12:50:24 +01:00
Matthew McKeen
00d3ee42e5
docker-import: finish up Dockerfile provisioning, Add TODO for next section #774
2014-01-06 15:12:08 -08:00
Matthew McKeen
208b330b84
docker-import post-processor, add TODO #774
2014-01-06 13:43:30 -08:00
Matthew McKeen
8147ad66ec
Start adding dockerfile provisioning to docker-import post-processor #774
2014-01-06 13:42:32 -08:00
Jack Pearkes
7022b62017
website: update defaults for DO ID's
2014-01-06 16:13:22 -05:00
Matthew McKeen
0373a950f5
Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata
2014-01-05 16:36:51 -08:00
Mitchell Hashimoto
73e57d918f
Merge pull request #791 from stefanfoulis/patch-1
...
website: includes information about "provider"
2014-01-04 13:54:48 -08:00
Stefan Foulis
feacecdffc
includes information about "provider"
2014-01-04 22:24:14 +01:00
Mitchell Hashimoto
12938fe36b
builder/virtualbox,vmware: checksum not required if checksum type is
...
none
2014-01-04 11:10:13 -08:00
Mitchell Hashimoto
15956a3c02
Merge pull request #789 from bpot/puppet_default_really_correct
...
website: really fix puppet provisioner cmd docs
2014-01-04 10:58:37 -08:00
Bob Potter
11353f182e
website: really fix puppet provisioner cmd docs
2014-01-04 12:55:56 -06:00
Matthew McKeen
b53dd2e0bd
Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata
2014-01-03 18:03:39 -08:00
Anthony Spring
41b009dcf1
Add disk mode configuration to allow users to specify the desired diskMode to ovftool: eagerZeroedThick , seSparse, thin and think. Defaults to thick per current ovftool default.
2014-01-03 02:07:36 -05:00
Mitchell Hashimoto
93f217c2f1
Update CHANGELOG.md
2014-01-02 15:14:51 -08:00
Mitchell Hashimoto
173f63a336
Merge pull request #777 from mitchellh/docker-user-vars
...
builder/docker: include user vars for docker configuration
2014-01-02 15:14:15 -08:00
Matthew McKeen
d6621bb023
Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata
2014-01-02 14:51:15 -08:00
Jack Pearkes
0788d96841
builder/docker: include user vars for docker configuration
2014-01-02 14:49:30 -08:00
Matthew McKeen
3d60bfb312
Add docker-import post-processor.
...
Implemented initial working version
of Docker image importing code. #774
2014-01-02 14:49:14 -08:00
Mitchell Hashimoto
04f14161f5
up version for dev
2014-01-02 13:33:50 -08:00
Matthew McKeen
1f961a7d25
Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata
2014-01-02 13:10:24 -08:00
Mitchell Hashimoto
edb685f99a
website: stupid file to increase counter
2014-01-02 09:26:52 -08:00