Mitchell Hashimoto
|
c457285fb6
|
Basic CFEngine boostrapping
|
2013-04-08 13:46:03 -07:00 |
Mitchell Hashimoto
|
9599d8a45d
|
Starting work on CFEngine, installs on Debian
|
2013-04-08 13:05:53 -07:00 |
Mitchell Hashimoto
|
88b34d3b71
|
Message on `up` that VM is already running [GH-1558]
|
2013-04-08 09:09:23 -07:00 |
Mitchell Hashimoto
|
47dfd81fd1
|
Change default puppet manifest to be init.pp in template
|
2013-04-07 15:07:50 -07:00 |
Seth Chisamore
|
7ed406629b
|
`static` is not a valid BOOTPROTO value
Valid BOOTPROTO choices include: `none`, `bootp` and `dhcp`. In the case
of static network addresses `none` should be used.
|
2013-04-07 15:57:56 -04:00 |
Seth Chisamore
|
b89e593070
|
ensure static network changes don't update DNS
`PEERDNS=no` ensures the DNS settings (from /etc/resolv.conf) are not
overwritten when we do an ifdown/ifup cycle to apply Vagrant's
changes.
|
2013-04-07 15:50:13 -04:00 |
Mitchell Hashimoto
|
868f8d4061
|
Detect PuTTY Link on Windows and show error [GH-1518]
|
2013-04-06 16:50:59 -07:00 |
Collin Allen
|
d783b33fe2
|
Validate that extra_vars is a hash
|
2013-04-05 09:40:32 -07:00 |
Mitchell Hashimoto
|
1957efb4e1
|
Nicer error if ansible-playbook is not installed on the host
|
2013-04-04 14:01:26 -07:00 |
Mitchell Hashimoto
|
1c2a46ba72
|
Merge ansible provisioner [GH-1465]
|
2013-04-04 13:39:36 -07:00 |
Mitchell Hashimoto
|
2f232e0175
|
Halt and mount NFS are caps
|
2013-04-03 23:33:20 -07:00 |
Mitchell Hashimoto
|
511522e9ae
|
Remove unused keys
|
2013-04-03 23:15:31 -07:00 |
Mitchell Hashimoto
|
63f28a9011
|
Nicer error messages for new linux caps
|
2013-04-03 23:14:24 -07:00 |
Collin Allen
|
5a052874b4
|
Improve ansible provisioner error checks
|
2013-04-03 23:07:07 -07:00 |
Collin Allen
|
a1ad1207bd
|
Add ansible provisioner
|
2013-04-03 22:56:32 -07:00 |
Mitchell Hashimoto
|
cf3c1b73d2
|
Guest#capability to execute capabilities
|
2013-04-03 22:19:20 -07:00 |
Mitchell Hashimoto
|
52f3847b0a
|
Laying the foundation for the new guest plugin
|
2013-04-03 21:47:57 -07:00 |
Mitchell Hashimoto
|
4ffc2c3b74
|
Invalid configuration keys are caught and shown in user friendly way
[GH-1484]
|
2013-04-03 16:18:37 -07:00 |
Mitchell Hashimoto
|
c84c609633
|
Gracefully handle errors in parallel cases
|
2013-04-03 08:31:43 -07:00 |
Mitchell Hashimoto
|
6c1eb2b007
|
Download boxes using CURL!
|
2013-04-03 08:31:41 -07:00 |
Mitchell Hashimoto
|
fc62f5c3b6
|
Translation for downloader error
|
2013-04-03 08:31:41 -07:00 |
Mitchell Hashimoto
|
a8a7a7865d
|
Show an error if an invalid network type is used
|
2013-04-02 15:00:18 -07:00 |
Mitchell Hashimoto
|
bc2a9fe780
|
VBoxManage errors show stderr
|
2013-03-31 20:45:54 -07:00 |
Mitchell Hashimoto
|
4f1a3dad8c
|
Retry SSH on Errno::EACCES
|
2013-03-31 20:27:08 -07:00 |
Mitchell Hashimoto
|
30053638af
|
Human friendly error on exit code 126 from VBoxManage
|
2013-03-29 13:14:00 -07:00 |
Mitchell Hashimoto
|
40250843b3
|
More comprehensive synced folder validation [GH-1499]
|
2013-03-29 12:45:44 -07:00 |
Mitchell Hashimoto
|
b32c0d16ac
|
Better plugin dev experience through warnings
|
2013-03-28 17:10:07 -07:00 |
Mitchell Hashimoto
|
64921db66f
|
Error message if private key not owned by right user [GH-1503]
|
2013-03-28 16:54:39 -07:00 |
Mitchell Hashimoto
|
361cc1ae40
|
Proper error message if invalid provisioner is used [GH-1515]
|
2013-03-28 15:38:32 -07:00 |
Mitchell Hashimoto
|
43d85930ed
|
Improve network interface detection to avoid crash [GH-1480]
|
2013-03-22 10:51:07 -07:00 |
Mitchell Hashimoto
|
022c1daec0
|
Raise error if no hostonly network on VBox with NFS [GH-1437]
|
2013-03-17 22:33:02 -07:00 |
Mitchell Hashimoto
|
6e7427ca4d
|
Error if forwarded port with same host port is declared multiple times
|
2013-03-15 22:11:49 -07:00 |
Mitchell Hashimoto
|
9464796c6d
|
Human friendly error when metadata.json is missing from a box
|
2013-03-15 11:12:50 -07:00 |
Mitchell Hashimoto
|
82d8285df6
|
Give a success message after adding a box
|
2013-03-13 21:24:03 -07:00 |
Mitchell Hashimoto
|
98a9b47567
|
Validate the hostname setting
|
2013-03-09 10:07:55 -08:00 |
Mitchell Hashimoto
|
412af5542d
|
Improve the port collision error message
|
2013-03-05 20:12:28 -08:00 |
Mitchell Hashimoto
|
0bb57fbe86
|
Update the vagrant init Vagrantfile to have new network syntax
|
2013-03-01 17:36:46 -08:00 |
Mitchell Hashimoto
|
c80ad12336
|
Validate forwarded ports
|
2013-03-01 17:20:31 -08:00 |
Mitchell Hashimoto
|
ade5d8a579
|
Human-friendly error if error copying private key [GH-580]
|
2013-03-01 13:51:11 -08:00 |
Mitchell Hashimoto
|
b482870173
|
Capture stdout/stderr when loading plugins so that it doesn't just
happen
|
2013-03-01 11:55:06 -08:00 |
Mitchell Hashimoto
|
d15acde8c0
|
Capture missing key calls in V1 configs and record them as warnings
|
2013-02-28 00:06:49 -08:00 |
Mitchell Hashimoto
|
c9ad55d9e7
|
Built-in hostname middleware for setting hostname
|
2013-02-27 21:28:09 -08:00 |
Mitchell Hashimoto
|
8d51c7e300
|
Make guest addition mismatch warning a bit more user friendly
|
2013-02-27 19:07:17 -08:00 |
Jeff Blaine
|
e56ca559b0
|
Be more helpful with vboxmanage_error
|
2013-02-13 10:47:41 -05:00 |
Patrick Wyatt
|
bd06bea3e5
|
Enable Windows users with SSH installed to use 'vagrant ssh'
|
2013-02-08 22:09:11 -08:00 |
Mitchell Hashimoto
|
595d6f7848
|
Record invalid key accesses as an error on config
|
2013-02-08 16:54:24 -08:00 |
Mitchell Hashimoto
|
6afb4326fa
|
Move NFS to a built-in middleware
|
2013-02-08 15:34:04 -08:00 |
Mitchell Hashimoto
|
36cdced052
|
Update wording on requiring a Vagrantfile [GH-1362]
|
2013-02-07 16:42:18 -08:00 |
Hoang Xuan Phu
|
d1b55e934c
|
Reword the port collision resume message to address general programs instead of just VMs
|
2013-02-07 19:07:10 +07:00 |
Mitchell Hashimoto
|
4a1a990491
|
Raise a proper SSH error on ECONNRESET
|
2013-02-06 18:08:55 -08:00 |