Commit Graph

6419 Commits

Author SHA1 Message Date
Mitchell Hashimoto 83112d8636 Udpate CHANGELOG 2014-08-06 09:57:19 -07:00
Mitchell Hashimoto e1ea304884 Merge pull request #4169 from schauer/patch-1
provisioners/puppet: manifest file can be a dir too
2014-08-06 09:56:24 -07:00
Mitchell Hashimoto 3b2e3b6a69 Merge pull request #4207 from stevemcc/enhancement/virtualbox_36_nic
Changed hardcoded number of interfaces, fixes #4206.
2014-08-06 09:51:30 -07:00
Mitchell Hashimoto eb47049792 Update CHANGELOG 2014-08-05 17:51:35 -07:00
Mitchell Hashimoto 79fd20c8c7 Merge pull request #4208 from mwrock/file-path
providers/hyperv: accept vhd as well as vhdx file types on hyper-v
2014-08-05 17:51:11 -07:00
Mitchell Hashimoto c071ccaec1 Update CHANGELOG 2014-08-05 17:47:10 -07:00
Mitchell Hashimoto 864328e0b1 Merge pull request #4224 from kamazee/fix/master/nfs_archlinux_systemd
hosts/arch: Fix NFS server starting/stopping and status check
2014-08-05 17:46:40 -07:00
Mitchell Hashimoto f8ef287c8c Update CHANGELOG 2014-08-05 17:45:40 -07:00
Mitchell Hashimoto 4600963dc9 Merge pull request #4228 from stvleung/fix-master-add-el7-nfs-support
hosts/redhat: use systemd for NFS on RH7+
2014-08-05 17:44:35 -07:00
Mitchell Hashimoto a0a46bfdfa Update CHANGELOG 2014-08-05 17:31:12 -07:00
Mitchell Hashimoto f5854c5618 Merge pull request #4234 from b-dean/fixnum-array-args-fix
provisioner/shell: fix cannot handle Fixnum array args
2014-08-05 17:29:59 -07:00
Mitchell Hashimoto c1073f8094 Merge pull request #4246 from synth3tk/patch-2
website/docs: Fix 'vagrant up' command in Docker docs
2014-08-05 17:27:11 -07:00
Mitchell Hashimoto 386b7e06a9 Update CHANGELOG 2014-08-05 17:24:27 -07:00
Mitchell Hashimoto ae8ace03fa Merge pull request #4262 from danielparks/master
guests/debian: Fix #3860 by making sure post-up command never returns an error code
2014-08-05 17:23:31 -07:00
Mitchell Hashimoto cac231d0f8 Update CHANGELOG 2014-08-05 17:22:45 -07:00
Mitchell Hashimoto 7aff08f9a1 Merge pull request #4271 from Scythril/winrm_mkdir_rm_filter
communicator/winrm: Fixed some WinRM command filters
2014-08-05 17:22:24 -07:00
Mitchell Hashimoto a2646bffb5 Update CHANGELOG 2014-08-05 17:20:56 -07:00
Mitchell Hashimoto bd94fbd9ba Merge pull request #4274 from sax/smartos_rsync
guests/smartos: rsync on SmartOS should use pfexec
2014-08-05 17:20:38 -07:00
Mitchell Hashimoto ee8d4dbc24 Update CHANGELOG 2014-08-05 17:19:40 -07:00
Mitchell Hashimoto 98667f06c8 Merge pull request #4282 from Mayflower/feature/config-box_server_url
core: add config.vm.box_server_url setting
2014-08-05 17:19:12 -07:00
Mitchell Hashimoto 0016ca688b Update CHANGELOG 2014-08-05 17:17:53 -07:00
Mitchell Hashimoto 1cafc00bcb Merge pull request #4297 from gildub/bug/fedora20+network
guests/fedora: Fixes Fedora 20 network issues when virtual
2014-08-05 17:16:40 -07:00
Gilles Dubreuil bd4d4284c4 Fixes Fedora 20 network issues when virtual
On Fedora 20 virtual machines biosdevname command
'Returns 4 if running in a virtual machine.'

This patch:
  - Uses the biosdevname command return value to detect if virtual
  - Uses /sys/net to get interface names - Might be better solution
  - Leaves unchanged the original 'bare metal' case - I wonder what for
    though?

Tested with Fedora Cloud image adapted for vagrant-libvirt

Fixes issue #4104
2014-08-05 13:19:51 +10:00
Franz Pletz 6def193567 Add config.vm.box_server_url setting
This commits adds a new config setting `config.vm.box_server_url` to set
the URL of a local VagrantCloud instance in the Vagrantfile. If the
environment variable `VAGRANT_SERVER_URL` is set, it will still be
preferred.
2014-08-01 14:38:55 +02:00
Eric Saxby 0cb7ec2d52 rsync on SmartOS should use pfexec 2014-07-31 14:41:06 -07:00
Richard Guin 08732f5a39 Added/updated unit tests for WinRM mkdir/rm command filters 2014-07-31 14:42:11 -04:00
Mitchell Hashimoto 1615325e46 Merge pull request #4273 from databus23/patch-1
core: respect subprocess listeners on final yield
2014-07-31 08:48:51 -07:00
Fabian Ruff 47de3225dd Subprocess: respect listeners on final yield 2014-07-31 11:32:25 +02:00
Richard Guin 120b15bc39 Modified WinRM rm filter to account for -f switch, handle recurse properly 2014-07-30 15:43:37 -04:00
Richard Guin 361d41527a Added mkdir command filter for WinRM to be compatible with PS4+ 2014-07-30 15:43:11 -04:00
Daniel Parks e7dce43af3 Fix mitchellh/vagrant#3860 by making sure post-up command never returns an error code. Deleting the default route won't magically start working after waiting N seconds. 2014-07-28 23:15:07 -07:00
Fabio Rehm 89beb695f2 Merge pull request #4255 from glensc/patch-1
Update shared_helpers.rb
2014-07-28 15:27:36 -03:00
Elan Ruusamäe f6448e5553 Update shared_helpers.rb
typo fix
2014-07-27 11:46:18 +03:00
David Thomas 2e900c0e90 Fix 'vagrant up' command for build 2014-07-24 12:02:46 -04:00
Ben Dean dbb92ae412 change the shell provision config to make all the args strings
specifically arrays could contain `Fixnum` args and those wouldn't get turned into strings.
2014-07-22 15:41:01 -04:00
Ben Dean 7dc0e4340e adding failing tests for fixnum args in an array.
The args need to be strings so that an error won't happen with `text.gsub` in bb052366f7/plugins/provisioners/shell/provisioner.rb (L122)

See my comments on mitchellh/vagrant#2982 as to why it needs to test for this.
2014-07-22 15:41:01 -04:00
Alexander Kurilo d2b65a9efa Fix NFS server running and status check
According to https://wiki.archlinux.org/index.php/NFS#Starting_the_server
2014-07-22 16:47:12 +03:00
Steven Leung 1fc36d2d3a Redhat 7 to use systemd as well …
Change nfs plugin to detect distribution and version

Fixes issue #4227
2014-07-21 10:56:06 -07:00
Mitchell Hashimoto efd1d5e11b Update ssh_settings.html.md 2014-07-17 10:54:55 -07:00
Shawn Neal 1500e490cc Merge pull request #4211 from emyl/docs-pty-v2
Mention config.ssh.pty in docs
2014-07-17 10:52:51 -07:00
Emiliano Ticci 0521b0d50c Mention config.ssh.pty in docs 2014-07-17 19:35:34 +02:00
Matt Wrock efd7c619d1 accept vhd as well as vhdx file types on hyper-v 2014-07-17 02:50:51 -07:00
Steve McConville de7ed34120 Changed hardcoded number of interfaces, fixes #4206. 2014-07-17 09:52:57 +01:00
Shawn Neal 5c148e44c3 Merge pull request #4102 from mitchellh/windows-guest-rename-compat
Addressed issues with Windows guest renaming on Win7/8
2014-07-10 13:30:15 -07:00
schauer 8a45485de4 Update puppet.rb
The main manifest may be a single file or a directory of .pp files. 
docs.puppetlabs.com/puppet/latest/reference/dirs_manifest.html#with-puppet-master
https://github.com/mitchellh/vagrant/issues/4039
2014-07-09 21:37:55 +02:00
Shawn Neal edb36abcc0 Merge pull request #4162 from mitchellh/fix-issue-4161
Fixed issue 4161
2014-07-08 13:27:44 -07:00
Shawn Neal 99a537605c Fixed issue 4161
Wrong varaible name was used to try and delete the existing Vagrantfile causing an error.
2014-07-08 13:19:43 -07:00
Ilya Vassilevsky ad54e14d65 Encode directory names to filesystem encoding for proper comparison
Dir.entries have filesystem encoding (ANSI in Windows).
Path fragments have terminal encoding (DOS).
2014-07-08 19:01:43 +04:00
Ilya Vassilevsky 764be49b55 Encode string representation of Environment object for seamless printing 2014-07-08 18:58:58 +04:00
Shawn Neal bfe50e298e Merge pull request #4133 from keiths-osc/windows_virtualbox_vmdk_path_fix
Ensure VirtualBox virtual disks are stored in the correct directory on Windows hosts
2014-07-07 14:27:50 -07:00