Commit Graph

784 Commits

Author SHA1 Message Date
dima
80f4d3bf38 fix for Hiroshi Miura <miurahr@linux.com> patch 2013-08-03 22:26:54 +02:00
Hiroshi Miura
d491df0325 Increment version to refrect fix 2013-08-04 00:26:01 +09:00
Hiroshi Miura
09892ef2ac fix namespace Libvirt collision with ruby-libvirt library 2013-07-31 09:22:45 +09:00
pradels
d05196692c v0.0.6
* Routed networks support.
* SSH configurable params in Vagrantfile.
* Updated README file.
2013-07-24 15:44:30 +02:00
pradels
4776846e9e * Image upload buffer length reduced.
* Error handling fixed to correspond to correct translation.
2013-07-10 16:26:52 +02:00
Dominic Cleal
01eb354d89 Fix NFS network discovery 2013-06-16 20:26:35 +01:00
Dominic Cleal
331580f6db Don't force username to root, rely on config.ssh.username 2013-06-15 20:34:46 +01:00
dima
89198f27f6 restrict version of ruby for use 2013-05-22 00:37:49 +02:00
dima
d0383d1f99 Merge branch 'master' of git://github.com/pradels/vagrant-libvirt
Conflicts:
	lib/vagrant-libvirt/action.rb
2013-05-14 01:19:35 +02:00
dima
36b71b78a7 improve nfs 2013-05-14 01:16:28 +02:00
dima
e1d4225644 add nfs support 2013-05-10 21:24:14 +02:00
pradels
29daa532c6 v0.0.5 2013-05-10 15:11:13 +02:00
pradels
cee5bbecb4 VMs IP is no longer stored in machines data_dir. Cleanup
is no longer needed.
2013-05-10 14:56:53 +02:00
pradels
711b103ed4 Setting hostname with config.vm.hostname. 2013-05-10 14:50:15 +02:00
pradels
5dea377677 Use network 'default' if nothing more is specified in config.vm.network. 2013-05-10 00:01:00 +02:00
pradels
813a7c811e * Private network support.
* Creating private networks if ip address is set and network
  is not available.
* Guest network interfaces configuration.
2013-05-09 20:32:06 +02:00
Дмитрий Василец
60b8e41d08 Merge pull request #22 from pronix/master
nested virtualization (VMX)
2013-05-06 10:49:28 -07:00
dima
c1c360f2cb nested virtualization 2013-05-06 19:47:53 +02:00
pradels
76f33c9ca1 v0.0.4 2013-05-05 23:05:30 +02:00
Дмитрий Василец
da889b3e1c Merge pull request #21 from pronix/master
close issue #13 for exec cli
2013-05-05 07:23:29 -07:00
dima
2eb772b6ce add actiob ssh_run for command vagrant ssh -c "bash cli" close #13 2013-05-05 16:21:43 +02:00
Дмитрий Василец
118aff1a23 Merge pull request #20 from pronix/master
close issue #15 for download box automaticaly
2013-05-05 05:20:26 -07:00
dima
e0a4212716 add handleBoxUrl for download box close #15 2013-05-05 14:18:21 +02:00
pradels
21e267c1c7 Exception handling while starting a domain. 2013-04-26 16:18:44 +02:00
dima
2c8d3b02be fix run_provisioner 2013-04-18 13:17:12 +02:00
pradels
c8c34d8e20 Version changed to 0.0.3 2013-04-11 17:20:42 +02:00
pradels
076e7dd8f5 Provider options cpu and memory added. Those are used while creating
a new domain.
2013-04-11 17:03:24 +02:00
pradels
e98c64c0be IP of VM is searched in dnsmasq lease files only. 2013-04-10 17:34:09 +02:00
pradels
89ef287635 v0.0.2 notes 2013-04-01 17:23:16 +02:00
pradels
72f1e41d9a Halt action added. This resulted into action.rb file rewrite. There
was a need to split up actions into more subactions + more checking
of VM state - if it's up when trying to ssh etc..
2013-04-01 17:10:35 +02:00
pradels
99d649a2c3 - Changed way how to get IP address of new VM - checks
/var/lib/libvirt/dnsmasq/*.leases files.

- IP address is saved in $data_dir/ip file for future.
  This IP is then checked if it match with VMs MAC address.

- Added ssh, provision and resume subcommand
2013-04-01 02:17:05 +02:00
dima
0a66fd2cff pause <-> resume 2013-03-30 13:42:59 +01:00
dima
a270ad74ee set provider 2013-03-27 09:43:32 +01:00
pradels
810f0b31b9 Initial commit 2013-03-27 00:55:30 +01:00