dima
7b093314fa
version 0.0.9
2013-09-29 14:28:57 +02:00
Brian Pitts
4c48097b45
Autostart and activate networks that are not already autostarted or activated
2013-09-26 21:46:01 -05:00
dima
26d7ea2a6f
new version and small changes
2013-09-25 22:53:18 +02:00
Brian Pitts
60442c5852
Use random string in name of domain
2013-09-25 11:43:00 -05:00
Brian Pitts
1b5a60305e
Enable parallelization
2013-09-25 09:48:29 -05:00
dima
40d862459d
syntax cleanup
2013-09-24 20:32:03 +02:00
Jordan Tardif
aac710e454
Support AMD and Intel processors with nested vm's
...
Use a more generic model and optional vmx or svm feature.
2013-09-21 02:12:31 -04:00
Jevgeni Kiski
8d1784bf32
space
2013-09-17 00:32:18 +03:00
Jevgeni Kiski
3bcf9496de
MAC address can be specified on all network interfaces.
2013-09-17 00:23:24 +03:00
Jevgeni Kiski
1e2f49f028
Specify a MAC address for public_network interface
2013-09-16 23:26:39 +03:00
Jevgeni Kiski
75739849ad
accessor missing
2013-09-14 16:41:52 +03:00
Jevgeni Kiski
5d3ea31191
Volume driver cache parameter
2013-09-14 15:33:44 +03:00
Nick Downs
151f212d50
Added defaults for :dev and :mode. Updated documentation to explain these options.
2013-09-10 22:45:40 -07:00
Nick Downs
8933842517
Initial implementation of public_network support.
2013-09-10 00:12:24 -07:00
dima
155606fcff
remove not require puts
2013-08-15 02:03:33 +02:00
dima
ba235915b3
close #43 key file set in provider url
2013-08-15 02:01:08 +02:00
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