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
Mitchell Hashimoto
92d58a5ede
website: update openstack docs
2014-04-30 17:21:33 -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
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
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
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
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
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
Jim Browne
93c7e01c9f
Fix EC2 IAM documentation. Possibly fixes #577
2014-04-29 00:05:49 -07:00
Mitchell Hashimoto
c8b91f3dad
website: clarify docs
2014-04-28 15:30:43 -07:00
Ross Smith II
f2186fa6ff
Merge pull request #995 from asatara/add-ssh-host-vmware
...
Added ssh_host variable to vmware iso builder
2014-04-28 11:33:40 -07:00
Mitchell Hashimoto
edcb8fea30
packer: min_packer_version [GH-487]
2014-04-26 20:51:46 -07:00
Mitchell Hashimoto
667e3383fe
Update CHANGELOG
2014-04-26 11:05:08 -07:00
Mitchell Hashimoto
0da1f2d8c6
builder/googlecompute: template process instance name
2014-04-26 11:02:25 -07:00
asatara
1783827c40
Added documentation
2014-04-22 14:30:27 -07:00
Mitchell Hashimoto
247ee515d5
website: more OpenStack docs
2014-04-21 21:38:09 -07:00
Mitchell Hashimoto
5890b033d9
website: update openstack config docs
2014-04-21 21:37:20 -07:00
Mitchell Hashimoto
c19a5c6bb7
post-processors/vsphere: disk mode
2014-04-21 21:10:20 -07:00
Mitchell Hashimoto
be3f391e37
website: update docs for OpenStack changes
2014-04-21 21:04:43 -07:00
Ross Smith II
e38ff2f84e
Merge pull request #1021 from laggyluke/master
...
builder/amazon: configurable virtualization type
2014-04-21 18:08:32 -07:00
Ross Smith II
850b066408
Merge pull request #945 from benlangfeld:feature/vb_output_opts (manually)
2014-04-21 08:38:48 -07:00
Ross Smith II
a33aee13d5
Merge pull request #970 from fnoeding/nullbuilder
...
implemented null buider
2014-04-21 08:12:33 -07:00
Ross Smith II
ef1898083a
Merge pull request #971 from fnoeding/amazon-sshkey
...
optionally use existing ssh key for amazon builders
2014-04-21 08:10:05 -07:00
Ross Smith II
4f186fbd6e
Merge pull request #1006 from jgornick/add-ansible-inventory-file (manually)
2014-04-21 07:57:24 -07:00
Ross Smith II
0dcd5d9aff
builder/digitalocean: updated default image_id, per #1032
2014-04-13 16:44:51 -07:00
George Miroshnykov
fc6e8c0830
builder/amazon: configurable virtualization type
2014-04-10 15:16:31 +03:00
Joe Gornick
6d56def162
Add inventory_file option to Ansible provisioner.
2014-04-04 14:58:48 -05:00
Florian Noeding
6371b70609
optionally use existing ssh key for amazon builders
2014-03-24 12:47:00 +01:00
Florian Noeding
b879ec85cc
implemented null buider
...
The null builder is not really a bulider, it just setups a SSH
connection and runs the provisioners. It can be used to debug
provisioners without incurring high wait times. It does not create any
kind of image or artifact.
2014-03-24 11:26:10 +01:00
Ted Pennings
17ec0089c6
Fix a trailing comma in an example template
2014-03-21 16:09:51 -04:00
Ben Langfeld
bfd6755859
Move to an array of strings for a deterministic option separation
2014-03-14 00:12:50 -03:00
Mitchell Hashimoto
46abd50520
website: update timeouts
2014-03-12 21:12:15 -07:00
Mitchell Hashimoto
c71e06e800
website: update to be a little more clear [GH-933]
2014-03-12 21:12:14 -07:00
Ben Langfeld
0332901f63
builder/virtualbox: Add an `export_opts` option
...
Allows arbitrary arguments to VBoxManage export, such as product info (--product, --vendor, etc).
2014-03-12 10:12:20 -03:00
Brett Porter
8e91574ce2
Update googlecompute.markdown
...
A very small hint that you can't just use "packer-images", since buckets need to be globally unique, and must already exist. Attempting to use that results in the error 'Got status 403 from attempt to start resumable upload. Aborting', 'ABORT'
2014-03-06 22:14:44 +11:00
Joris van de Donk
6e397f6e85
Update URL for ansible local-playbooks in docs
...
The old URL wasn't available anymore and returned a 404
2014-02-28 08:52:04 +01:00
Mitchell Hashimoto
ab97545a52
provisioner/puppet-server: docs
2014-02-24 09:51:48 -08:00
Mitchell Hashimoto
2af91addf9
Merge pull request #796 from Jimdo/puppet-server
...
Add puppet server provisioner
2014-02-24 09:49:27 -08:00
Mitchell Hashimoto
000e5b67ff
provisioner/chef-client: docs and validation key path
2014-02-24 09:45:04 -08:00
Mitchell Hashimoto
b91887b4f9
website: update docs for last PR
2014-02-24 08:21:27 -08:00
Mitchell Hashimoto
4d623de9a2
website: correct availability zone docs
2014-02-21 18:35:48 -08:00
Mitchell Hashimoto
4b9a9f5911
Merge pull request #842 from strcrzy/ansible_config_options
...
provisioner/ansible: more configuration options
2014-02-21 15:24:50 -08:00
Mitchell Hashimoto
0fd7bdd3f5
builder/qemu: style
2014-02-21 15:22:58 -08:00
Mitchell Hashimoto
1b23af2667
Merge pull request #854 from qur/qemu-config-binary
...
builder/qemu: binary name to be configured
2014-02-21 15:22:27 -08:00
Mitchell Hashimoto
d2fe49d6a2
builder/qemu: document run_once is gone (but keep it around for compat)
2014-02-21 15:18:03 -08:00