Commit Graph

4888 Commits

Author SHA1 Message Date
Paul Hinze fc66ec1660 providers/virtualbox: allow and prefer static guest IPs for NFS
Since vbox guest properties are proving to be less reliable than we had
hoped, bring back the static config parsing mechanism for finding a
guest IP to hand to NFS. If we find a static IP (or set of IPs) we'll
use that instead of trying to probe guest properties.

This retains NFS support for DHCP interfaces while regaining the
reliability that we previously had when static IPs were required.
2013-12-28 17:01:08 -06:00
Mitchell Hashimoto 1af0377541 Update CHANGELOG 2013-12-28 14:13:36 -07:00
Mitchell Hashimoto 5d39cc381f Merge pull request #2694 from tmatilai/plugin-json-errors
core: show more informative error if plugin.json parsing fails
2013-12-28 13:12:59 -08:00
Mitchell Hashimoto 0316665ad8 commands/plugin: use default version requirement 2013-12-28 14:10:57 -07:00
Mitchell Hashimoto 2145ffd8b9 Merge pull request #2693 from oalders/master
core: reduces use of split infinitives.
2013-12-28 12:59:21 -08:00
Mitchell Hashimoto e403eb1525 Merge pull request #2697 from Ninjamoose/dockerCmdCorrection
website/docs: CMD command correction
2013-12-28 12:58:54 -08:00
Mitchell Hashimoto 8bab77bd23 Update CHANGELOG 2013-12-28 13:51:18 -07:00
Mitchell Hashimoto 35d4737553 Merge pull request #2705 from tmatilai/upstart-emit-nfs
Emit upstart event `vagrant-mounted` also on NFS mounts
2013-12-28 12:50:53 -08:00
Mitchell Hashimoto 9333f550e5 style 2013-12-28 13:49:43 -07:00
Mitchell Hashimoto 5146bc2696 Merge pull request #2713 from tmatilai/log_plugin_versions
core: log loaded plugin versions
2013-12-28 12:49:00 -08:00
Mitchell Hashimoto 2cf864e95b hosts/bsd: check exports only if exports file exists [GH-2714] 2013-12-28 13:48:13 -07:00
Mitchell Hashimoto 7f78f18218 core: handle EOFError when checking checksum [GH-2716] 2013-12-28 13:45:36 -07:00
Mitchell Hashimoto 6e69f0542a website/docs: document "create" option for synced folders [GH-2730] 2013-12-28 13:29:59 -07:00
Mitchell Hashimoto 3bb6e8a640 Merge pull request #2725 from MarcMeszaros/salt-i18n
provisioners/salt: provisioner missing error messages in localization file
2013-12-27 19:55:27 -08:00
Marc Meszaros 13ff159d8c Fix salt provisioner error namespace to be more consistent with other provisioners 2013-12-27 22:38:44 -05:00
Marc Meszaros 194d7d11cd Add error messages to localization file for salt provisioner 2013-12-27 22:37:54 -05:00
Teemu Matilainen 42d156cce7 core: Log loaded plugin versions
One more piece of information to help support.
2013-12-23 18:23:30 -03:00
Teemu Matilainen e3734a7a46 Merge pull request #2711 from marcellodesales/patch-1
Update base.html.md
2013-12-23 08:17:25 -08:00
Marcello de Sales b41f4f59ef Update base.html.md
Fixing the typo "Uesrs" in the section "Other Software" in the documentation v2...
2013-12-23 07:41:55 -08:00
Mitchell Hashimoto 594ea17003 Merge pull request #2707 from tobiasbaehr/patch-1
guests/debian: Docker: Set default value to avoid a prompt (lxc/directory)
2013-12-22 10:14:31 -08:00
Tobias Bähr 364488eba8 Set default value to avoid a prompt 2013-12-22 18:48:14 +01:00
Mitchell Hashimoto 9dca1c329a Merge pull request #2706 from Ninir/patch-1
website/docs: Fixed typo in boxes/base.html.md
2013-12-22 07:45:45 -08:00
Ninir e572e97b3e Fixed typo in boxes/base.html.md 2013-12-22 15:45:02 +01:00
Teemu Matilainen 572cdeeda9 guests/linux: Emit upstart event on VirtualBox using the expanded path 2013-12-22 08:55:59 -03:00
Teemu Matilainen 2fab268ede guests/linux: Emit upstart event `vagrant-mounted` also on NFS mounts
Complements #2502, and fixes error on VMs without upstart (like #2596).
2013-12-22 08:46:24 -03:00
Teemu Matilainen ca24e0a516 website/docs: Fix some typos in plugin docs 2013-12-22 00:15:08 -03:00
Teemu Matilainen 39caa273aa Update CHANGELOG 2013-12-20 18:22:12 -03:00
Teemu Matilainen d9c804e64e Merge pull request #2617 from tmatilai/has_plugin_by_gem_name
`Vagrant.has_plugin?` should use the gem name
2013-12-20 13:21:50 -08:00
mbargar 396d1bb7c1 Correcting the name and url for the Dockerfile instruction that sets the default command to run in an image 2013-12-20 16:09:23 -05:00
Teemu Matilainen e5032071f6 core: Vagrant.has_plugin? tries to match gem name first
Search primary from the list of gem names which have been loaded by
`Vagrant.require_plugin`. Fall back to matching registered plugin names.
2013-12-20 17:36:10 -03:00
Teemu Matilainen a5b84f413e core: More informative error if plugin.json parsing fails 2013-12-20 07:10:10 -03:00
Olaf Alders 19c2a9af4a Reduces use of split infinitives.
Some would argue that split infinitives can be considered to be correct,
but the issue in these cases is that the phrasing is a bit smoother
without them.
2013-12-20 00:51:57 -05:00
Mitchell Hashimoto 4d7d47086f core: configure version can be an int [GH-2689] 2013-12-19 08:03:15 -08:00
Teemu Matilainen 151ea86004 Merge pull request #2688 from Grunny/docs-ssh-typo-fix
Fix typo in SSH doc page
2013-12-19 05:21:40 -08:00
grunny 0f1b9055ce Fix typo in SSH doc page 2013-12-19 22:24:08 +10:00
Mitchell Hashimoto 0481ad0764 website/www: move READMORE 2013-12-18 23:57:21 -08:00
Mitchell Hashimoto 8c5f2cf0b7 website/www: blog 1.4.1 2013-12-18 23:57:21 -08:00
Teemu Matilainen c51ce367e5 Sort changelog entries correctly
[ci skip]
2013-12-18 15:32:50 -03:00
Mitchell Hashimoto 0823dc7b84 Up version for dev 2013-12-18 10:13:03 -08:00
Mitchell Hashimoto 5a173a9380 website/www: fix issue where 1.4.0 downloads were showing 2013-12-18 10:10:07 -08:00
Mitchell Hashimoto 7168953ec0 website/www: up number for deploy 2013-12-18 10:05:32 -08:00
Mitchell Hashimoto a7dd35690c v1.4.1 2013-12-18 09:03:28 -08:00
Mitchell Hashimoto 489506ff83 guests/linux: up the amount of retries for NFS mounts 2013-12-18 08:38:31 -08:00
Mitchell Hashimoto 825e857256 Update CHANGELOG 2013-12-18 08:31:53 -08:00
Mitchell Hashimoto 9ac4ec85dd Merge pull request #2677 from purpleidea/fix_puppet_apply
provisioner/puppet: do not prepend default path because it can override modules.
2013-12-18 08:31:21 -08:00
Teemu Matilainen 8dbad22d72 core: list VAGRANT_* env vars in debug log
Help support and debugging by printing all `VAGRNAT_*` environment
variables that have been set by either user or Vagrant.
2013-12-18 00:07:17 -03:00
Mitchell Hashimoto 231c913a4b Update CHANGELOG 2013-12-17 16:30:19 -08:00
Mitchell Hashimoto 5a70b3abde Merge pull request #2670 from ampedandwired/chef_force_rm
provisioner/chef-solo: force rm of chef config files #2669
2013-12-17 16:29:23 -08:00
James Shubin d4c76d1bcf Do not prepend default path because it can override modules.
It is common for Puppet to manage itself. If the puppet code you are
deploying pushes files to /etc/puppet/modules/, then prepending this
path can break deployment because it will override the module path if
the deployment code is changing. There is no good reason to include this
path. Puppet has built in defaults for this reason.
2013-12-17 14:29:54 -05:00
Charles Blaxland 7518bf94eb Force rm of chef config files #2669 2013-12-17 17:53:52 +11:00