Дмитрий Василец
44f7251aa8
Merge pull request #29 from pronix/master
...
ruby version restriction
2013-05-21 15:39:19 -07:00
dima
2379ff423e
Merge branch 'master' of git://github.com/pradels/vagrant-libvirt
2013-05-22 00:38:09 +02:00
dima
89198f27f6
restrict version of ruby for use
2013-05-22 00:37:49 +02:00
Дмитрий Василец
26c509727a
Merge pull request #27 from pronix/master
...
update readme
2013-05-21 00:55:52 -07:00
dima
dd5b97d014
update readme
2013-05-21 09:54:59 +02:00
Дмитрий Василец
3576713845
Merge pull request #25 from pronix/master
...
add nfs support
2013-05-13 16:20:05 -07: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
Дмитрий Василец
9ae4e7ce89
Merge pull request #17 from pronix/master
...
fix issue with run_provisioner
2013-04-18 04:24:12 -07: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
20a478c402
v0.0.3
2013-04-11 17:11:38 +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
0df992d3c1
Switch off iptables and SELinux to permissive mode.
2013-04-10 14:11:27 +02:00
pradels
f82018cf7b
Fix for requiretty disabling in sudoers file.
...
Don't use DNS in /etc/ssh/sshd_config file setup.
2013-04-10 13:15:20 +02:00
pradels
9f67b6b1b8
Tool for RedHat image preparation.
2013-04-09 15:31:56 +02:00
Дмитрий Василец
7221c6cf0f
Merge pull request #12 from supercow/libvirt-dev_doc_update
...
Update README to note libvirt-dev requirement
2013-04-06 01:22:07 -07:00
supercow
b3f9ba04aa
Update README to note libvirt-dev requirement
...
The libxml-devel note was helpful, but I needed libvirt-devel too
2013-04-06 00:22:48 -04:00
pradels
9381f8e837
Readme rewriten for v0.0.2
2013-04-02 20:06:52 +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
5078021cee
IP handling info changed in README.md
2013-04-01 02:32: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
pradels
1069816a75
Merge pull request #9 from pronix/master
...
pause <-> resume
2013-03-31 09:52:34 -07:00
dima
0a66fd2cff
pause <-> resume
2013-03-30 13:42:59 +01:00
pradels
268ff99ead
Open issues note in future work
2013-03-28 20:46:10 +01:00
pradels
f5559d7761
Fixed json syntax error
2013-03-27 14:54:40 +01:00
pradels
7a7569e5f5
Note about env variable VAGRANT_DEFAULT_PROVIDER in README.md file.
2013-03-27 13:48:59 +01:00
pradels
6c6f43845f
Merge branch 'set_provider' of https://github.com/pronix/vagrant-libvirt
2013-03-27 13:19:57 +01:00
pradels
2b29299e9c
File example_box/Vagrantfile added.
2013-03-27 12:17:35 +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