Commit Graph

8156 Commits

Author SHA1 Message Date
Seth Vargo 38dab45aa7 Update CHANGELOG 2015-11-19 11:41:37 -08:00
Seth Vargo c0a58fe5bd Merge pull request #6555 from mitchellh/sethvargo/chef_delete
Automatically generate a node_name for Chef
2015-11-19 11:41:31 -08:00
Mitchell Hashimoto 4988298b0b guests/arch: configure networks should enable device [GH-5737] 2015-11-19 11:39:04 -08:00
Seth Vargo 9559fc549c Automatically generate a node_name for Chef
This is required because the Chef Server almost always needs a node name to
interact. This will default to the hostname, but that's always going to be
`vagrant.vm`, which will collide easily.

This generates a random hostname with `vagrant-` as the prefix and stores the
result in the machine's data directory.
2015-11-19 11:38:33 -08:00
Mitchell Hashimoto fd3e1ff592 update CHANGELOG 2015-11-19 11:22:52 -08:00
Mitchell Hashimoto 97021ceedd Merge pull request #6554 from mitchellh/b-heroku-branch
push/heroku: use correct current branch [GH-6123]
2015-11-19 11:22:06 -08:00
Mitchell Hashimoto 3987ce84cc update CHANGELOG 2015-11-19 11:21:14 -08:00
Mitchell Hashimoto 270c0726df Merge pull request #6552 from mitchellh/f-cache-vbox
providers/virtualbox: cache VirtualBox version [GH-6468]
2015-11-19 11:20:09 -08:00
Mitchell Hashimoto a75b14b769 providers/virtualbox: wrap version set in mutex 2015-11-19 11:19:56 -08:00
Seth Vargo 8b90cff984 Update CHANGELOG 2015-11-19 11:19:08 -08:00
Seth Vargo bdea031a40 Merge pull request #6553 from mitchellh/sethvargo/cleanup
Run provisioner cleanup tasks before destroying the VM
2015-11-19 11:18:23 -08:00
Mitchell Hashimoto f5273c5409 push/heroku: use correct current branch [GH-6123] 2015-11-19 11:17:48 -08:00
Seth Vargo 825bd6d5ef Run provisioner cleanup tasks before destroying the VM 2015-11-19 11:14:31 -08:00
Seth Vargo ad897aed39 Merge pull request #6551 from mitchellh/sethvargo/prov_before
Fix some Ruby
2015-11-19 11:10:44 -08:00
Seth Vargo aaed7c178f Add tests 2015-11-19 11:07:19 -08:00
Mitchell Hashimoto fb511a43d9 providers/virtualbox: store version on instance as well 2015-11-19 11:02:00 -08:00
Mitchell Hashimoto d56c8fda18 providers/virtualbox: cache VirtualBox version [GH-6468] 2015-11-19 11:00:02 -08:00
Seth Vargo eac1960d45 Fix some Ruby 2015-11-19 10:25:32 -08:00
Mitchell Hashimoto 764e151672 Update CHANGELOG.md 2015-11-19 09:29:44 -08:00
Seth Vargo 3227589c12 Merge pull request #6550 from handlers/edit-this-page-better
Safer way to build 'edit this page' link
2015-11-19 08:34:17 -08:00
Seth Vargo ca4ff8abbc Merge pull request #6548 from Panya/scroll-performance
Avoid full-screen repaints on scroll. Fixes #6520
2015-11-19 08:33:11 -08:00
Sam Handler d1233c1d07 safer way to display edit this page link 2015-11-19 11:03:02 -05:00
Mikhail Korepanov 8054798427 Avoid full-screen repaints on scroll. Fixes #6520 2015-11-19 13:56:20 +03:00
Mitchell Hashimoto 2ffbe4e6e1 core: more robust WIndows admin check [GH-5616] 2015-11-18 20:27:07 -08:00
Mitchell Hashimoto 9e8b19b2b3 Merge pull request #6545 from iamseth/fix/windows_salt_bootstrap_url
Fixing the Salt bootstrap script for Windows
2015-11-18 20:17:11 -08:00
Seth Miller c8a18fda26 Fixing the Salt bootstrap script for Windows
The URL for the download has changed as per issue #6274
2015-11-18 21:55:32 -06:00
Seth Vargo a0ab17f2e7 Merge pull request #6544 from mitchellh/sethvargo/race_test
Fix port collision in tests
2015-11-18 18:50:44 -08:00
Seth Vargo c1623ee740 Fix port collision in tests 2015-11-18 18:47:19 -08:00
Seth Vargo 398017ba6e Update CHANGELOG 2015-11-18 18:36:59 -08:00
Seth Vargo f7fc3c07e4 Merge pull request #6543 from mitchellh/sethvargo/chef_delete
Perform Chef delete operations on the guest instead of the host
2015-11-18 18:36:19 -08:00
Seth Vargo a0c049da00 Fix tests 2015-11-18 18:32:46 -08:00
Mitchell Hashimoto f88f9b3c2a website/docs: VirtualBox requires "box.ovf" [GH-5904] 2015-11-18 18:29:52 -08:00
Seth Vargo f999218c53 Perform Chef delete operations on the guest instead of the host 2015-11-18 18:28:42 -08:00
Mitchell Hashimoto 09890644c6 website/docs: document port binding defaults [GH-6133] 2015-11-18 18:23:57 -08:00
Mitchell Hashimoto cfc5914ca2 website/docs: fix typo [GH-6227] 2015-11-18 18:20:34 -08:00
Mitchell Hashimoto a341c0b03c website/docs: document VAGRANT_DFEAULT_PROVIDER [GH-6178] 2015-11-18 18:18:38 -08:00
Mitchell Hashimoto a59dc7a815 website/docs: document where files are created for network config
[GH-6299]
2015-11-18 18:16:59 -08:00
Mitchell Hashimoto d2fbb0adf1 website/docs: document unprivileged file upload [GH-6533] 2015-11-18 18:13:37 -08:00
Mitchell Hashimoto 13ede32aa1 update CHANGELOG 2015-11-18 18:10:45 -08:00
Mitchell Hashimoto be29915bed Merge pull request #6542 from mitchellh/b-dotfile
core: don't make dotfile path if no Vagrantfile
2015-11-18 18:10:19 -08:00
Mitchell Hashimoto c5add4749f update CHANGELOG 2015-11-18 18:10:06 -08:00
Mitchell Hashimoto 079ee6ea95 Merge pull request #6540 from mitchellh/b-non-http-head
core: don't do HEAD request for box on non-HTTP [GH-5477]
2015-11-18 18:09:31 -08:00
Mitchell Hashimoto 7c9fd58786 core: log if not checking box metadata 2015-11-18 18:09:18 -08:00
Mitchell Hashimoto 646414b347 core: don't make dotfile path if no Vagrantfile 2015-11-18 17:48:24 -08:00
Mitchell Hashimoto 7c49fd1418 core: fix crash on invalid checksum type [GH-6327] 2015-11-18 17:36:52 -08:00
Mitchell Hashimoto eb5a6fc7c3 communicators/ssh: more nil guards [GH-6225] 2015-11-18 17:32:40 -08:00
Mitchell Hashimoto 6f3ed13f75 providers/virtualbox: run provisioners on suspend resume 2015-11-18 17:16:23 -08:00
Mitchell Hashimoto 0e32612324 fix more tests 2015-11-18 17:13:47 -08:00
Mitchell Hashimoto 925d7c5bf6 Revert "Make DHCP IP configurable"
This reverts commit 004fe0e7bb.
2015-11-18 17:11:58 -08:00
Mitchell Hashimoto c76e45a75a fix some tests 2015-11-18 17:11:05 -08:00