Salvador Girones
6cb51f21de
Make ResourcePool optional
2015-06-22 10:13:49 -07:00
Mitchell Hashimoto
93bb0d86af
builder/virtualbox: fix default names
2015-06-22 09:25:15 -07:00
Mitchell Hashimoto
84189f7a28
builder/*: properly save interpolation context
2015-06-22 09:22:42 -07:00
Mitchell Hashimoto
d600456487
builder/virtualbox: fix interpolation weirdness
2015-06-22 09:17:09 -07:00
Mitchell Hashimoto
54e081d5af
builder/virtualbox: only remove output dir after check
2015-06-22 09:09:12 -07:00
Clint Shryock
dff6cf1a83
code tweak after review
2015-06-22 10:48:54 -05:00
Clint Shryock
93b5ae5b3c
fix typo
2015-06-22 10:33:35 -05:00
Mitchell Hashimoto
897888fde3
common: fix potential panic case
2015-06-21 19:58:18 -07:00
Mitchell Hashimoto
9c6d0dfc8b
builder/virtualbox: fix type casting
...
/cc @pearkes - This fixes that crash
2015-06-21 19:56:55 -07:00
Mitchell Hashimoto
6ec428cc38
provisioner/shell: retry file delete [GH-2286]
2015-06-21 19:53:43 -07:00
Mitchell Hashimoto
a0b6928dce
plugin: add the plugin
2015-06-19 15:31:40 -07:00
Mitchell Hashimoto
d5c0f13d8f
website: document local shell
2015-06-19 15:31:17 -07:00
Mitchell Hashimoto
2dc6155c30
provisioner/shell-local: tests
2015-06-19 15:27:44 -07:00
Mitchell Hashimoto
80fc1f032b
provisioner/shell-local: a first stab
2015-06-19 15:06:06 -07:00
Clint Shryock
7165156b64
add note on EBS cleanup behavior
2015-06-19 16:06:09 -05:00
Clint Shryock
c9714ce69e
builder/amazon-ebs: Clean up orphan volumes
...
Fixes #1783
2015-06-19 10:22:39 -05:00
Mitchell Hashimoto
f41429b6b4
update CHANGELOG
...
/cc @cbednarski - I try to do this after every PR just so I don't
forget, not a bad practice to get into. This is perhaps arguably an
"improvement" but I think due to the magnitude of code change I think
its worth it in the features sectin. :)
2015-06-19 06:24:29 +02:00
Mitchell Hashimoto
9c0f37b2c9
builder/amazon: fix weird edge cases with key names [GH-2281]
2015-06-19 06:21:20 +02:00
Mitchell Hashimoto
5c290fdbc7
builder/amazon use proper key pair name
2015-06-19 06:15:16 +02:00
Mitchell Hashimoto
59766067c0
provisioner/windows-restart: make test pass on slow machines
2015-06-19 06:13:51 +02:00
Mitchell Hashimoto
ed4acbc903
update CHANGELOG
2015-06-19 06:09:22 +02:00
Mitchell Hashimoto
873bc7471f
Merge pull request #2280 from flopex/ignore_exit_codes
...
provisioner/puppet-server: Add ignore exit codes option
2015-06-19 06:08:29 +02:00
Mitchell Hashimoto
c3b10ba109
update CHANGELOG
2015-06-19 06:07:36 +02:00
Mitchell Hashimoto
ca31226486
Merge pull request #2270 from mitchellh/b-shell-random
...
provisioner/shell: randomize default script name
2015-06-19 06:07:04 +02:00
Mitchell Hashimoto
1b691cbb5d
update CHANGELOG
2015-06-19 06:06:30 +02:00
Mitchell Hashimoto
259dba38da
Merge pull request #2269 from mitchellh/b-vagrant-cloud-retry
...
post-processor/vagrant-cloud: retry uploads [GH-2167]
2015-06-19 06:05:53 +02:00
Chris Bednarski
1edbbd80bf
Merge pull request #2205 from mitchellh/f-vtolstov-compress
...
Added new compress post-processor from Vasiliy Tolstov
2015-06-18 19:09:44 -07:00
Chris Bednarski
2d92fd8733
Added test case for gzip that expands the data and compares to what we put in
2015-06-18 19:08:13 -07:00
Chris Bednarski
801e5aaa30
Move test configs into the test func
2015-06-18 18:25:46 -07:00
Chris Bednarski
d02f6644d2
Refactored test so it's more DRY and also rearranged things so the test cases and configs are at the top of the file
2015-06-18 18:21:03 -07:00
Chris Bednarski
7497db67b4
Tweaked some of the UI/UX around GOMAXPROCS
2015-06-18 14:22:26 -07:00
Chris Bednarski
0880d448f0
Cleanup some debug code and reorganize config struct
2015-06-18 14:01:00 -07:00
Chris Bednarski
8a2ec1ca4f
Merge pull request #2276 from mohae/update-puppet-facter-doc
...
update the documented datatype for facter to 'object of key/value str…
2015-06-18 13:43:57 -07:00
Joel Scoble
301bd8ceb2
update the documented datatype for facter to 'object of key/value strings' for both puppet provisioners
2015-06-18 14:14:36 -05:00
Mitchell Hashimoto
14c2dcb62c
Merge pull request #2272 from legal90/prl-default-settings
...
builder/parallels: Add mock for "SetDefaultConfiguration" method
2015-06-18 15:00:42 +02:00
Chris Bednarski
f06847ff10
Merge branch 'master' into f-vtolstov-compress
2015-06-18 05:19:30 -07:00
Chris Bednarski
9cd572461d
Updated docs, fix artifact bug
2015-06-18 05:13:48 -07:00
Chris Bednarski
e81378ac39
Fix test case
2015-06-18 04:46:39 -07:00
Chris Bednarski
d8f78d9174
Cleanup
2015-06-18 04:41:05 -07:00
Mikhail Zholobov
0a53fbc29d
builder/parallels: Add mock for "SetDefaultConfiguration" method
...
Fixes unit test failures
2015-06-18 14:36:32 +03:00
Chris Bednarski
b767aa7f99
Change to compression_level, fix and add tests for format detection
2015-06-18 03:55:51 -07:00
Mitchell Hashimoto
43771d91d9
Merge pull request #2271 from legal90/prl-default-settings
...
Parallels: Apply default settings on the VM creation step.
2015-06-18 12:31:37 +02:00
Mikhail Zholobov
2860bfdf82
builder/parallels: Apply default settings on the VM creation step.
2015-06-18 12:08:17 +03:00
Mikhail Zholobov
f7af571cd9
builder/parallels: Add "SetDefaultConfiguration" function
...
This functions applies the default configuration to the virtual machine. Also, it disables some integration features
which should not present in the resulted VM image.
Functions are different in PD 9 and 10 structs because some additional options appeared only in Parallels Desktop 10 release.
2015-06-18 12:04:02 +03:00
Mitchell Hashimoto
4463083a60
provisioner/shell: randomize default script name
2015-06-18 10:38:23 +02:00
Mitchell Hashimoto
f6660e8a4f
post-processor/vagrant-cloud: retry uploads [GH-2167]
2015-06-18 10:25:47 +02:00
Mitchell Hashimoto
d9fceaf39d
update CHANGELOG
2015-06-18 10:19:46 +02:00
Mitchell Hashimoto
25533336ca
Merge branch 'ldx-master'
2015-06-18 10:18:22 +02:00
Mitchell Hashimoto
ba2cf18460
Merge branch 'master' of https://github.com/ldx/packer into ldx-master
2015-06-18 10:18:17 +02:00
Mitchell Hashimoto
fd40b714c4
Merge pull request #2118 from vtolstov/image
...
remove image format from image name in qemu builder
2015-06-18 10:16:51 +02:00