Darren Foo
70440a805e
Correct example to use ssh_username/ssh_password
2014-05-06 16:38:33 -07:00
Darren Foo
253b5594ef
Add null builder reference to Docs
2014-05-06 16:37:47 -07:00
Ross Smith II
7736151ac7
updated docs
2014-05-06 16:23:12 -07:00
Ross Smith II
58fd5aec61
virtualbox: use local VBoxGuestAdditions.iso by default
...
fixes #1123
2014-05-06 16:15:55 -07:00
Ross Smith II
89c143bd3c
Update provisioners.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:08:42 -07:00
Ross Smith II
a473ca5320
Update inspect.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:06:30 -07:00
Ross Smith II
d207795f7d
Update post-processors.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:04:38 -07:00
Mitchell Hashimoto
d8d22299ce
Merge pull request #1127 from jakobadam/master
...
builder/parallels: Fix http_files typo in comments
2014-05-06 08:31:22 -07:00
Jakob A. Dam
40150c376d
Fix http_files typo in comments
2014-05-06 17:13:15 +02:00
Ross Smith II
ca11035a82
Update CHANGELOG.md
...
* builder/openstack: skip certificate verification [GH-1121]
2014-05-06 08:11:22 -07:00
Ross Smith II
934e660a03
Merge pull request #1121 from priteau/openstack-insecure
...
Allow OpenStack builder to skip certificate verification
2014-05-06 08:10:07 -07:00
Pierre Riteau
2ee90b29c3
Allow OpenStack builder to skip certificate verification
2014-05-06 12:26:05 +01:00
Ross Smith II
7b09052845
website: fix default compression #
...
see http://golang.org/src/pkg/compress/flate/deflate.go#L406
2014-05-05 11:46:49 -07:00
Ross Smith II
9b31c5c8eb
Update docs.erb
...
Sort builders alphabetically
2014-05-05 09:03:00 -07:00
Ross Smith II
0048eaf7ff
Update CHANGELOG.md
2014-05-05 08:49:33 -07:00
Ross Smith II
6a3619600a
Update CHANGELOG.md
2014-05-05 08:48:48 -07:00
Mitchell Hashimoto
5437c0b4ea
Update version for dev
2014-05-04 14:14:34 -07:00
Mitchell Hashimoto
cfb62da090
Update CHANGELOG.md
2014-05-04 14:01:39 -07:00
Rickard von Essen
83cf8b23a1
Merge pull request #1120 from rickard-von-essen/vbox-ovf_guest_add
...
virtualbox-ovf support for guest_additions_mode
2014-05-04 22:58:04 +02:00
Ross Smith II
035f5dacff
Revert "website: documented floppy_path and iso_path"
...
This reverts commit 1b0f770ab6
.
2014-05-04 12:39:14 -07:00
Ross Smith II
1b0f770ab6
website: documented floppy_path and iso_path
2014-05-04 11:05:50 -07:00
Ross Smith II
a8a583a80c
Merge pull request #1116 from higebu/fix-remote-esxi-builder-doesnt-upload-floppy
...
Fixes #1106 , Remote ESXi builder doesn't upload floppy
2014-05-04 10:57:22 -07:00
Ross Smith II
c9d9ba859d
website: alphabetized configuration options (really)
2014-05-04 10:53:57 -07:00
Ross Smith II
d666b64fb8
website: alphabetized configuration options, added missing ones, standardized text
2014-05-04 10:47:56 -07:00
Rickard von Essen
c2013bf680
virtualbox-ovf support for guest_additions_mode
...
Fixes #1035 "virtualbox-ovf" builder doesn't support "guest_additions_mode" option
2014-05-04 18:48:41 +02:00
Ross Smith II
40c66a0468
Merge pull request #1115 from legal90/master
...
builder/parallels: Do not delete the first cdrom device
2014-05-03 09:25:09 -07:00
Mikhail Zholobov
57e8f8e15b
builder/parallels: Fixed unit test [GH-1115]
2014-05-03 14:50:30 +04:00
Yuya Kusakabe
5cac40b47c
Fixes #1106 , Remote ESXi builder doesn't upload floppy
2014-05-03 18:41:00 +09:00
Mikhail Zholobov
dbe40b9f55
builder/parallels: Do not delete the first cdrom device
...
Just detach the iso from 'cdrom0', but do not delete this device from VM confguration.
2014-05-03 11:11:10 +04:00
Mitchell Hashimoto
12e28f257f
v0.6.0
2014-05-02 10:13:29 -07:00
Mitchell Hashimoto
2bce7ab2eb
Merge pull request #1108 from legal90/master
...
Fix for Parallels builder ID in vagrant post-processor
2014-05-02 10:03:50 -07:00
Mitchell Hashimoto
97115821ac
Merge pull request #1111 from njhartwell/master
...
builder/amazon/chroot: Appending wildcard to src causes problems
2014-05-02 09:47:46 -07:00
Mitchell Hashimoto
a64662e92f
Merge pull request #1110 from higebu/revert-the-way-to-retrieve-vm-ip-in-esxi-driver
...
Revert the way to retrieve VM IP in Remote ESXi Builder
2014-05-02 09:46:48 -07:00
Nathan Hartwell
be5adb92b5
Appending wildcard to src causes problems
...
It appears that the desired effect was to support
src = "dir" -> dest/dir
src = "dir/" -> dest
but cp -R already handles this, provided the trailing slash does not
get consumed by the shell.
The wildcard causes problems when multiple files match the
shell glob, e.g.
UploadDir("/tmp", "./salt*", [])
where my working dir contains
- salt
- salt-foo
will error.
2014-05-02 11:18:56 -05:00
Yuya Kusakabe
c3257fd674
website: Document that the Remote ESXi Driver supports ESXi 5.1 and above, and needs to enable GuestIPHack
2014-05-03 00:27:42 +09:00
Yuya Kusakabe
7ff781b258
Revert the way to retrieve vm ip in VMware ESXi Driver
2014-05-03 00:25:58 +09:00
Mikhail Zholobov
493c8d9580
builder/parallels: fixed Builder ID
...
Caused by changing namespace to 'packer.*' (3a68c8a
)
2014-05-02 14:46:11 +04:00
Mitchell Hashimoto
5a4a5842c2
website: update openstack for security groups
2014-05-01 20:26:07 -07:00
Mitchell Hashimoto
64be04841b
Update CHANGELOG
2014-05-01 20:25:27 -07:00
Mitchell Hashimoto
b4729ca7aa
Merge pull request #848 from nebula/securityGroups
...
Support for Security Groups in Openstack
2014-05-01 20:24:42 -07:00
Mitchell Hashimoto
5c5d62733f
fmt
2014-05-01 14:24:19 -07:00
Mitchell Hashimoto
19317fe92d
website: document temporary_key_pair_name [GH-1024]
2014-05-01 14:21:38 -07:00
Mitchell Hashimoto
1f41c11dda
Merge pull request #1103 from legal90/parallels
...
builder/parallels: typos
2014-05-01 14:14:09 -07:00
Mitchell Hashimoto
9beac8d286
provisioner/chef-client: proper ordering of args [GH-1100]
2014-05-01 14:13:22 -07:00
Mikhail Zholobov
c1510d2b50
Parallels provider: fix typos
2014-05-02 01:07:00 +04:00
Mitchell Hashimoto
3a68c8aaef
builder/parallels: update builder ID
...
We're using packer namespace now
2014-05-01 13:59:52 -07:00
Mitchell Hashimoto
1c49987442
Update CHANGELOG
2014-05-01 13:59:29 -07:00
Mitchell Hashimoto
d0f3f8652d
Merge pull request #1101 from rickard-von-essen/parallels
...
Add support for Parallels Desktop for Mac [GH-223]
2014-05-01 13:58:24 -07:00
Rickard von Essen
d08ee4adfd
Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
...
Fixes https://github.com/rickard-von-essen/packer-parallels/issues/3
2014-05-01 20:29:22 +02:00
YungSang
75e26ee955
Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
...
The code originate from https://github.com/YungSang/packer-parallels
2014-05-01 20:29:22 +02:00