Commit Graph

707 Commits

Author SHA1 Message Date
Brian Pitts
01d3f28d0d Remove one branch that can never be taken and comment another that can only be taken in older vagrant 2014-01-12 14:32:09 -06:00
Brian Pitts
c4d758b4e7 Add network debugging output 2014-01-12 14:05:08 -06:00
Dmitry Vasilets
8f19b332b6 Merge pull request #122 from purpleidea/customname
Add provider specific default_prefix option.
2014-01-12 00:53:34 -08:00
James Shubin
0ac7498f4d Add provider specific default_prefix option.
This patch adds support for a provider specific default_prefix option.
When set, this value is used instead of the project's dir name as the
prefix for the machines being created.
2014-01-11 22:31:53 -05:00
Matt
1021833030 Added entries in README.md 2014-01-07 19:33:45 +01:00
Dmitry Vasilets
6ebb73e555 Merge pull request #119 from teto/error_correction
Corrected a wrongly spelled key and added domain_name to the error outpu...
2014-01-07 05:25:47 -08:00
Matt
b4993072a8 Corrected a wrongly spelled key and added domain_name to the error output 2014-01-07 14:08:49 +01:00
Matt
5f0d365c82 Add kernel/initrd/cmd_line directives for the qemu driver 2014-01-07 13:45:57 +01:00
Dmitry Vasilets
9d6f6238bc Merge pull request #118 from sciurus/configurable_disk_bus
Allow changing disk bus
2014-01-06 13:09:06 -08:00
Brian Pitts
facc198ae4 Document setting disk bus 2014-01-06 12:31:49 -06:00
Brian Pitts
f277c1119c Allow changing disk bus 2014-01-06 11:49:07 -06:00
Dmitry Vasilets
14439fe569 Merge pull request #115 from sciurus/guard_vagrant14_nfs_changes
Only use vagrant 1.4 nfs changes when running vagrant 1.4.
2014-01-05 23:37:53 -08:00
Brian Pitts
171feb38cf Only use vagrant 1.4 nfs changes when running vagrant 1.4. 2014-01-05 18:18:42 -06:00
Dmitry Vasilets
c574f7ba34 Merge pull request #114 from sciurus/require_ruby_libvirt
Depend on ruby-libvirt gem since fog does not pull it in
2014-01-05 16:10:37 -08:00
Brian Pitts
c28e0916e3 Depend on ruby-libvirt gem since fog does not pull it in 2014-01-05 17:57:18 -06:00
Dmitry Vasilets
0fa79bc5d4 Merge pull request #88 from miurahr/reomve_ruby_libvirt_dependency
remove ruby-libvirt dependency
2013-12-30 17:43:30 -08:00
Dmitry Vasilets
f8477e056e Merge pull request #110 from jordant/master
Support for cpu_mode configuration while using the nested option.
2013-12-18 02:24:42 -08:00
Jordan Tardif
f13dd6a179 Fixing up quotes around host-model 2013-12-18 05:07:54 -05:00
Jordan Tardif
cffb351d44 Support for cpu_mode configuration while using the nested option. 2013-12-18 04:12:38 -05:00
dima
f9f83749f4 fix for ssh keys from(copied from vagrant-aws) 2013-12-17 08:20:19 +01:00
dima
6e3a9fe411 small fix for vagrant 1.4(not well tested but start working) 2013-12-16 21:18:17 +01:00
Dmitry Vasilets
bbe1b22f2c Merge pull request #109 from sciurus/libvirt_ip_command
Make ip_command work with posix shells
2013-12-16 12:11:39 -08:00
Brian Pitts
deb32ddce1 Make ip_command work with posix shells 2013-12-16 14:07:40 -06:00
dima
50b15b91ee fix checking string 2013-12-16 20:14:58 +01:00
Dmitry Vasilets
e17ad425b9 Merge pull request #106 from sciurus/libvirt_ip_command
Use find utility in libvirt ip command
2013-12-16 11:07:18 -08:00
Brian Pitts
5708442940 Use find utility in libvirt ip command 2013-12-15 16:38:36 -06:00
Dmitry Vasilets
e9bc5bf194 Merge pull request #100 from kalabiyau/master
Bump version to 0.0.13
2013-12-12 05:48:53 -08:00
KalabiYau
e3b59e444a Bump version to 0.0.13 2013-12-12 14:46:38 +01:00
Dmitry Vasilets
9ae5fab7a1 Merge pull request #98 from kalabiyau/master
Allow to use nested virtualization again
2013-12-12 04:12:29 -08:00
KalabiYau
bf3b70c1bc Remove excess arrow 2013-12-12 13:10:25 +01:00
KalabiYau
9bedd452ca Allow to use nested virtualization again 2013-12-10 16:43:26 +01:00
dima
995d20b310 version 0.0.12 2013-12-03 21:16:41 +01:00
dima
3917161eb9 Merge branch 'master' of github.com:pradels/vagrant-libvirt
Conflicts:
	lib/vagrant-libvirt/config.rb
2013-12-03 21:13:34 +01:00
dima
81abafd93d by default used key id_rsa
Conflicts:
	lib/vagrant-libvirt/config.rb
2013-12-03 21:12:47 +01:00
Dmitry Vasilets
0984db2425 Merge pull request #89 from mffrench/add-default-network-and-ssh-key-file-parameters
Add default network and ssh key file parameters
2013-12-03 12:10:21 -08:00
Dmitry Vasilets
dc18b14880 Merge pull request #96 from erik-smit/remote-libvirt-ssh
Proxy ssh through libvirt host, if libvirt is connected via ssh
2013-12-03 11:53:27 -08:00
erik-smit
f0614b144d Proxy ssh through libvirt host, if libvirt is connected via ssh 2013-12-03 19:55:05 +01:00
Dmitry Vasilets
88183469b7 Merge pull request #95 from rodis/fix_incorrect_calls
Fix wrong nfs methods call
2013-11-29 10:19:23 -08:00
Rosario Di Somma
afc6c3a8a5 Fix wrong nfs methods call
Change-Id: If2c9965ee437f444c7d62fb0758f573ed2facf89
Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
2013-11-29 18:21:31 +01:00
Dmitry Vasilets
0455df8364 Merge pull request #94 from cp16net/add-nfs-on-start
adding the nfs share on start
2013-11-22 00:25:42 -08:00
Craig Vyvial
06aa627fff adding the nfs share on start
the nfs shares were missing when starting a container back up after it was halted.
2013-11-21 23:33:16 -06:00
Dmitry Vasilets
f141c1934f Merge pull request #92 from sciurus/mention_mutate
Mention vagrant-mutate
2013-11-21 11:52:25 -08:00
Brian Pitts
1e35123584 Mention vagrant-mutate 2013-11-21 11:05:38 -06:00
Mathilde Ffrench
6383297c86 Add new options descriptions in README 2013-11-19 19:41:29 +01:00
Mathilde Ffrench
149253acd4 remove erronous , 2013-11-19 19:25:31 +01:00
Mathilde Ffrench
6492e0ae63 add default network and ssk key file parameters 2013-11-19 19:22:11 +01:00
Hiroshi Miura
9c8a401881 remove ruby-libvirt dependency
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2013-11-15 07:57:37 +09:00
Dmitry Vasilets
eace91e741 Merge pull request #82 from sciurus/box-error-keys
Fix box metadata error keys
2013-10-30 13:26:55 -07:00
Brian Pitts
84fdc7d49a Fix box metadata error keys 2013-10-30 14:32:12 -05:00
dima
5c5954cf62 Merge branch 'master' of github.com:pradels/vagrant-libvirt 2013-10-22 19:23:59 +02:00