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
Mitchell Hashimoto
40cb558f2f
update CHANGELOG
2015-06-18 10:15:53 +02:00
Mitchell Hashimoto
9bb7d0a2d5
Merge pull request #2152 from abayer/gce-optional-internal-ip
...
builder/google: Adds support for using the internal IP rather than NAT IP in GCE
2015-06-18 10:15:27 +02:00
Mitchell Hashimoto
6fbf4147cd
update CHANGELOG
2015-06-18 10:12:33 +02:00
Mitchell Hashimoto
4da0b42fc1
Merge pull request #2054 from garnaat/amazon-chroot-check-before-umount
...
builder/amazon-chroot: Only unmount if path is actually mounted
2015-06-18 10:12:06 +02:00
Chris Bednarski
8fdb4f77e0
WIP 2/4 tests passing, still need to re-implement ZIP and bare compression files and do some cleanup
2015-06-18 00:47:33 -07:00
Mitchell Hashimoto
b7dab2689a
fmt
2015-06-18 05:23:04 +02:00
Mitchell Hashimoto
0123231648
Merge pull request #2267 from bubaflub/fix_qemu_vnc_port_range
...
builder/qemu: Force qemu to use a VNC port by setting vnc_min_port == vnc_max_port
2015-06-18 05:22:39 +02:00
Bob Kuo
b77fcd90f3
Force qemu to use a VNC port by setting vnc_min_port == vnc_max_port
...
Similar to Issue #1288 , this prevents a crash when we set the VNC
minimum port equivalent to the VNC maximum port
2015-06-17 16:07:38 -05:00
Mitchell Hashimoto
ac510cd845
update CHANGELOG
2015-06-17 22:36:44 +02:00
Mitchell Hashimoto
c401937c84
Merge pull request #2266 from mitchellh/f-bastion
...
communicator/ssh: support for bastion SSH
2015-06-17 22:35:22 +02:00
Mitchell Hashimoto
6cdc17dda4
helper/communicator: default bastion PK to normal PK
2015-06-17 22:33:59 +02:00
Mitchell Hashimoto
b20e26be17
website: update docs for ami_groups claritifaction [GH-1068]
2015-06-17 22:30:57 +02:00
Mitchell Hashimoto
8401177363
update CHANGELOG
2015-06-17 22:21:30 +02:00
Mitchell Hashimoto
889b5b6105
website: update vsphere
2015-06-17 22:21:04 +02:00
Mitchell Hashimoto
cbaaf0da52
communicator/ssh: support for bastion SSH
2015-06-17 22:10:42 +02:00
Mitchell Hashimoto
b2609db395
provisioner/windows-restart: fix potential panic case
2015-06-17 18:22:27 +02:00
Mitchell Hashimoto
7711e07f05
provisioner/windows-restart: test fix
2015-06-17 17:56:31 +02:00
Mitchell Hashimoto
a53cc8b070
update CHANGELOG
2015-06-17 17:53:40 +02:00
Mitchell Hashimoto
49769a17c2
Merge pull request #2243 from mitchellh/f-powershell
...
Windows provisioners: powershell, windows-shell, windows-restart
2015-06-17 17:51:42 +02:00
Mitchell Hashimoto
5ee02b09b2
Merge pull request #2258 from mitchellh/b-puppet-manifest-base
...
provisioner/puppet-masterless: only base if manifest is a file [GH-1933]
2015-06-17 17:51:07 +02:00
Chris Bednarski
47bb5ae899
Re-added benchmark and license
2015-06-16 20:23:40 -07:00
Chris Bednarski
2d6f8279e6
Restore configuration structure from vtolstov's branch
2015-06-16 19:08:22 -07:00
Chris Bednarski
b2ad92f414
Merged changes from f-file-builder and master
2015-06-16 19:07:29 -07:00
Mitchell Hashimoto
b8e5ece49c
Merge pull request #2263 from pecigonzalo/b-powershell-reboot-issue
...
Add quickfix to restart provisioner as existing one was not working.
2015-06-16 17:46:20 -07:00
Gonzalo Peci
af4d8b99b4
Add quickfix to restart provisioner as existing one was not working.
...
For more information read https://github.com/mitchellh/packer/pull/2243
2015-06-17 12:29:10 +12:00
Chris Bednarski
ddbc145d29
Implemented acceptance test for compress
2015-06-16 16:31:09 -07:00
Chris Bednarski
f5067e9736
Merge branch 'f-file-builder' of github.com:mitchellh/packer into f-file-builder
2015-06-16 12:11:33 -07:00
Chris Bednarski
fe105107d2
Removed extra files -- will re-add later
2015-06-16 12:11:11 -07:00
Chris Bednarski
12cf6650a0
Revert compress post-processor to master to get baseline test
2015-06-16 12:10:28 -07:00
Chris Bednarski
f2f8ad16c0
Merge branch 'master' into f-file-builder
2015-06-16 12:08:33 -07:00
Chris Bednarski
aea70d5a72
Added acceptance test for file builder
2015-06-16 11:31:53 -07:00
Chris Bednarski
fe0c548619
Added acceptance test for file builder
2015-06-16 11:30:49 -07:00
Mitchell Hashimoto
8990c38d5e
provisioner/puppet-masterless: deprecation warning
2015-06-16 09:38:24 -07:00
Mitchell Hashimoto
95d4b845ce
Merge pull request #2251 from mitchellh/b-warn-prov
...
packer: HookProvision errors if no communicator
2015-06-16 09:34:35 -07:00
Mitchell Hashimoto
944ada8545
Merge pull request #2262 from ksatirli/patch-1
...
website: adds missing comma
2015-06-16 00:21:04 -07:00
Kerim Satirli
97e94eda77
adds missing comma
...
The `parallels_tools_flavor` key-value pair is missing a trailing comma, thereby making it invalid JSON.
2015-06-16 09:18:59 +02:00