Commit Graph

3015 Commits

Author SHA1 Message Date
Jack Pearkes 450ba0bd9d post-processor/vagrant-cloud: improve error for upload failures 2014-06-25 11:54:49 -04:00
Jack Pearkes 5b2aaf3393 website: correct example configuration for vagrant pp 2014-06-25 11:46:51 -04:00
Jack Pearkes 560da27651 website: simplify example for vagrant cloud post processor 2014-06-25 11:45:53 -04:00
Jack Pearkes 34164b2522 post-processor/vagrant-cloud: add docs 2014-06-25 11:44:08 -04:00
Jack Pearkes 6a3c9921d2 post-processor/vagrant-cloud: better errors in box verifcation 2014-06-25 11:29:25 -04:00
Jack Pearkes a0c153824f post-processor/vagrant-cloud: tests for configuration 2014-06-25 10:56:09 -04:00
Jack Pearkes f384806821 post-processor/vagrant-cloud: add no_release and version_description 2014-06-25 10:32:17 -04:00
Jack Pearkes 979752cc57 post-processor/vagrant-cloud: remove extra log statement 2014-06-24 16:11:56 -04:00
Jack Pearkes 26abac6999 post-processor/vagrant-cloud: steps for create, upload and release 2014-06-24 15:58:45 -04:00
Jack Pearkes c899051c9c post-processor/vagrant-cloud: use multistep 2014-06-23 15:48:51 -04:00
Jack Pearkes a678362701 post-processor/vagrant-cloud: add api items 2014-06-20 11:20:27 -04:00
Jack Pearkes 7d4efdc236 post-processor/vagrant-cloud: initial commit 2014-06-16 15:53:37 -04:00
Ross Smith II e2acb8e988 Update CHANGELOG.md 2014-06-15 12:24:10 -07:00
Ross Smith II 17957dd40d Merge pull request #1259 from lflux/openstack-force-ipv4-ssh
Force IPv4 addresses from address pools in Openstack. Fixes #1258
2014-06-15 12:23:18 -07:00
Ian Delahorne 8bf935beb8 Force IPv4 addresses from address pools in Openstack. Fixes #1258
Rackspace defaults to a public IPv4 and IPv6 address. These are returned in
random order, with the sprintf further on generating an incorrect connection
string if on IPv6. Force IPv4 until support for correct connection strings and
a configuration flag for logging in over IPv6 is added.
2014-06-15 02:12:52 -05:00
Ross Smith II be56b5a6b8 Merge pull request #1255 from rjocoleman/fusion
vmware-vmx clarify VMware Fusion support
2014-06-13 09:35:01 -07:00
Robert Coleman 8b229af9fd update vmware-vmx docs 2014-06-14 00:17:05 +12:00
Ross Smith II dbb6151b03 Merge pull request #1238 from mnaser/patch-2
Update run_config.go
2014-06-08 18:49:47 -07:00
Mohammed Naser 110c168a68 Update run_config.go 2014-06-07 16:04:29 -04:00
Ross Smith II 1dcaf17168 Merge pull request #1209 from blt04/fix-chef-solo-chroot
Fix chroot builder to work with chef-solo provisioner. Fixes  #1196
2014-05-27 18:26:51 -07:00
Brandon Turner b2258dc4e9
Fix chroot builder to work with chef-solo
According to be5adb92b5, the UploadDir
method supports two ways of copying depending on whether a trailing
slash is used:
    src = "dir"  -> dest/dir
    src = "dir/" -> dest

On BSD-based systems (such as OSX, FreeBSD, etc.) the `cp -R` command
handles these two cases automatically.  However, Linux treats "src/" and
"src" the same.

To support the trailing slash syntax portably, we can use:
    src = "dir"   -> dest/dir
    src = "dir/." -> dest

This works on BSD and Linux.  It is better than using wildcards as it
grabs hidden files as well.

This fixes #1196 that prevents the chef-solo provisioner from working
with the chroot builder.
2014-05-27 19:02:29 -05:00
Ross Smith II 6630d2cac7 Merge pull request #1205 from humboldtux/patch-1
Fix staging_directory default path
2014-05-26 08:03:22 -07:00
Benoit Benedetti 9462129bef Fix staging_directory default path 2014-05-26 14:27:17 +02:00
Ross Smith II 8e3559a035 Merge pull request #1199 from krismolendyke/fix-website-typo
Fix website shell provisioner typo.
2014-05-23 15:19:15 -07:00
Kris 64c210f06d Fix website shell provisioner typo. 2014-05-23 18:10:50 -04:00
Ross Smith II 676084efe0 Update CHANGELOG.md 2014-05-22 11:55:39 -07:00
Ross Smith II 27137c34de Merge pull request #1194 from gregburek/encrypted-ebs
Adds support for encrypted EBS volumes
2014-05-22 11:53:49 -07:00
Greg Burek 3a45712780 Adds support for encrypted EBS volumes 2014-05-22 11:36:22 -07:00
Ross Smith II 1b659d270f Update CHANGELOG.md 2014-05-15 16:00:09 -07:00
Ross Smith II 9f24766e51 Merge pull request #1178 from mkuzmin/url-escape
vSphere upload hangs due to DOMAIN\account format of username
2014-05-15 15:59:03 -07:00
Mitchell Hashimoto f0c5442685 Merge pull request #1179 from priteau/remove-unused-file
Remove unused file
2014-05-15 09:37:46 -07:00
Pierre Riteau 5294e0ed61 Remove unused file 2014-05-15 17:22:40 +01:00
Michael Kuzmin 2dd538ced8 post-processor/vsphere: url-escape username to accept DOMAIN\account values 2014-05-15 16:04:27 +04:00
Michael Kuzmin b05129e52e post-processor/vsphere: logging for upload parameters 2014-05-15 15:53:17 +04:00
Rickard von Essen 1d8967485c Merge pull request #1174 from rickard-von-essen/pvm_prl-tools-doc
builder/parallels: Added missing doc...
2014-05-13 23:52:39 +02:00
Rickard von Essen 8bb7132795 builder/parallels: Added missing doc about Parallels tools for the parallels-pvm builder. 2014-05-13 23:51:05 +02:00
Ross Smith II 38d1d7fd3c Update vmx_config.go
Tiny typo.
I really should add a unit test here.
2014-05-12 14:43:12 -07:00
Ross Smith II b397d75a52 Update driver_workstation9.go
1 line typo
2014-05-11 08:46:19 -07:00
Ross Smith II 4f87ba12cc Update CHANGELOG.md 2014-05-11 08:04:38 -07:00
Ross Smith II 9cf5c8fdb3 Merge pull request #1150 from rsabitov/ansible-dir
Fixes #1000: Uploading the whole ansible playbook directory
2014-05-11 07:59:20 -07:00
rsabitov ef0c8c495c playbook_dir documentation 2014-05-11 23:12:47 +10:00
Rickard von Essen 7e96187e78 Merge pull request #1162 from rickard-von-essen/keep_sound
builder/parallels: Don't delete sound, since it doesn't always exist.
2014-05-11 11:24:38 +02:00
Rickard von Essen 4cdce51df5 builder/parallels: Don't delete sound, since it doesn't allways exist. 2014-05-11 11:20:56 +02:00
Rickard von Essen 40dbe8deb5 Merge pull request #1161 from rickard-von-essen/opt_if
builder/parallels: Select which interface to connect to.
2014-05-11 11:19:15 +02:00
Rickard von Essen bd25866e90 builder/parallels: Select which interface to connect to.
The IP address that the guest OS connect to download files from the
http_dir is determined by searching for a host interface with an IP
assigned. Now it is possible to use host_interfaces to select which
interfaces are searched.
2014-05-11 11:12:50 +02:00
Rickard von Essen fc10c1b1c8 Merge pull request #1160 from rickard-von-essen/mobile_net
builder/parallels: Added pppX interface
2014-05-11 00:17:07 +02:00
Rickard von Essen bd5d5e049d builder/parallels: Added pppX interface to be able to run packer when using mobile wlan 2014-05-11 00:14:35 +02:00
Rickard von Essen 016fbbf28e Merge pull request #1159 from rickard-von-essen/master
Remove extra spaces in the Supported Platforms page.
2014-05-11 00:05:20 +02:00
Rickard von Essen 2b0f925374 Remove extra spaces in the Supported Platforms page. 2014-05-11 00:03:22 +02:00
Rickard von Essen 9efa10d466 Merge pull request #1158 from rickard-von-essen/master
Add myself to the Community page and added links on the Platform page
2014-05-10 23:59:28 +02:00