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
Rickard von Essen
c5e9fbcb50
Added support for Parallels Desktop for Mac [GH-223]
...
Added documentation for Parallels builder.
2014-05-01 20:29:22 +02:00
Rickard von Essen
cdaa9d5a8e
Added support for Parallels Desktop for Mac [GH-223]
...
Added builder plugins: builder-parallels-iso and builder-parallels-pvm.
2014-05-01 20:29:22 +02:00
Mitchell Hashimoto
2010bf184f
Merge pull request #1099 from benlangfeld/feature/chef-client-dna-fix
...
provisioner/chef-client: node DNA needs to handle multiple types
2014-05-01 09:04:53 -07:00
Ben Langfeld
b801713e83
Node DNA needs to handle multiple types
...
Makes chef-client provisioner consistent with chef-solo in its handling of nested JSON as well as strings.
Fixes #1096
2014-05-01 12:48:45 -03:00
Mitchell Hashimoto
cfd200a877
Merge pull request #1098 from priteau/openstack-user-variables
...
builder/openstack: Support more user variables in the OpenStack builder
2014-05-01 08:38:17 -07:00
Pierre Riteau
04d1bc67ff
Support more user variables in the OpenStack builder
2014-05-01 10:23:43 +01:00
Kgespada
f48fc1e2cd
Adds security group support
...
Allows security groups to be specified in the template.
2014-05-01 00:32:55 -07:00
Mitchell Hashimoto
92d58a5ede
website: update openstack docs
2014-04-30 17:21:33 -07:00
Mitchell Hashimoto
660be5b783
builder/openstack: support a tenant ID
2014-04-30 17:21:32 -07:00
Ross Smith II
4194a9bae3
Update digitalocean.html.markdown
...
tiniest of typos
2014-04-30 17:10:12 -07:00
Mitchell Hashimoto
e8ab99676e
website: openstack docs
2014-04-30 16:55:50 -07:00
Mitchell Hashimoto
4a725409af
Merge pull request #919 from nebula/manage_floating_ips
...
[OpenStack] Add flexible IP pool/address handling.
2014-04-30 16:54:13 -07:00
Mitchell Hashimoto
2a3673c1c9
Update CHANGELOG
2014-04-30 15:55:58 -07:00
Mitchell Hashimoto
6f6d656267
Merge pull request #1089 from rasa/use-slugs-for-digitalocean
...
builder/digitalocean: use names/slugs as well as IDs for image/region/si...
2014-04-30 15:55:09 -07:00
Mitchell Hashimoto
492a6d5aba
Update CHANGELOG
2014-04-30 15:52:25 -07:00
Mitchell Hashimoto
3c2df9a132
post-processor/vsphere: comments and style
2014-04-30 15:52:01 -07:00
Mitchell Hashimoto
12d16cace1
Merge pull request #1091 from mkuzmin/vsphere-parameters
...
post-processors/vsphere: Optional parameters in vSphere post-processor
2014-04-30 15:50:51 -07:00
Mitchell Hashimoto
0417ae3059
builder/amazon: alphabetize some things
2014-04-30 15:43:11 -07:00
Michael Kuzmin
fce2fc526f
Optional parameters in vSphere post-processor.
...
datastore, vm_folder, and vm_network options can be omitted.
2014-04-30 16:02:09 +04:00
Ross Smith II
2bcd9a304e
builder/digitalOcean: use names/slugs as well as IDs for image/region/size
2014-04-29 20:33:31 -07:00
Mitchell Hashimoto
0e4fa69662
Update CHANGELOG
2014-04-29 16:56:42 -07:00
Mitchell Hashimoto
e2d2d25548
Merge pull request #1086 from rasa/add-globs-and-dirs-to-floppy-files
...
Allow wildcards and directories for floppy_files parameter
2014-04-29 16:55:14 -07:00
Ross Smith II
96daafbfa6
Update CHANGELOG.md
2014-04-29 12:56:34 -07:00
Ross Smith II
c680b5ef83
Update CHANGELOG.md
2014-04-29 12:54:19 -07:00
Ross Smith II
6373529af8
Merge pull request #946 from jhelwig/vboxmanage-before-export
...
Add ability to run vboxmanage commands just before exporting [GH-664]
2014-04-29 12:52:38 -07:00
Ross Smith II
3d960ccc69
go fmt
2014-04-29 12:29:15 -07:00
Ross Smith II
e422d45f92
Allow wildcards and directories for floppy_files parameter
2014-04-29 12:27:34 -07:00
Jacob Helwig
38e880a187
Add ability to run vboxmanage commands just before exporting [GH-664]
2014-04-29 11:58:11 -07:00
Mitchell Hashimoto
bb8d0a5e7a
provisioner/chef-solo: convert []uint8 to string
2014-04-29 00:33:55 -07:00
Mitchell Hashimoto
25638c3e04
Merge pull request #1084 from jimbrowne/aws-iam-permissions-doc-fix
...
website: Fix EC2 IAM documentation. Possibly fixes #577
2014-04-29 00:14:58 -07:00