Commit Graph

61 Commits

Author SHA1 Message Date
Dmitry Vasilets
100dad0031 Merge pull request #223 from bartigor/nic_model_type
added options for SET values ​​Vagrantfile type of network adapters
2014-09-17 08:59:29 +02:00
Adam Spiers
a3c10b9e2f add gateway_ports option
This allows access to forwarded ports from outside the host.
Fixes #231.
2014-09-16 18:01:46 +02:00
bartigor
32a2fa99a5 added options for SET values ​​Vagrantfile type of network adapters when you create a domain CME
nic_model_tipe and model_type
2014-08-23 14:27:55 +04:00
nicot
07926eff77 Now with less with 2014-08-06 18:22:57 -06:00
Nico Tonozzi
eb1dab0131 Update readme and test cases
Updated documentation so that users could find the new option.

Updated test case to behave as expected.
2014-08-05 09:16:52 -06:00
Jake Teton-Landis
acff56864a Update README.md for new config option uri
Documents changes in justjake@95a750817f87cbc00c7eff896ca6d6e74b2ca5b1
2014-06-09 00:12:50 -07:00
Brian Pitts
77d84d74b3 Documentation improvements.
Notes that 1.5 and 1.6 are supported, removes references to plugin
version, and expands installation instructions.
2014-05-18 17:27:32 -05:00
Brian Pitts
11e29d0469 Reorganize README to put porject creation steps together 2014-05-11 14:46:45 -05:00
Brian Pitts
e4204e8044 Simplify example Vagrantfile in README and expand on additional disk configuration 2014-05-11 14:40:51 -05:00
Brian Pitts
60ab03a3b3 Default to kvm domain type 2014-05-10 22:42:38 -05:00
Justin Clift
2a07ab6dcf Typo fix + punctuation consistency adjustments 2014-05-06 21:01:43 +01:00
James Shubin
be2042537e Support for adding additional disks through the Vagrantfile.
This patch lets you define multiple additional disks in your
Vagrantfile.
2014-05-06 11:23:15 -04:00
Brian Pitts
92720874d1 Vagrant-cachier tested to work 2014-05-03 17:36:49 -05:00
Brian Pitts
752a8df2ba Document synced folder types 2014-05-03 17:14:15 -05:00
Matthieu Coudron
97140039bd Added an option to set the path to the libvirt socket 2014-03-16 01:27:29 +01:00
Artem Chernikov
0a68f475a4 drop version number from README.md
As it is valid assumption that readme reflex real situation - there is no need to explicitly state plugin number
2014-02-24 17:24:22 +01:00
dima
de4ca2ba97 version 0.0.15 , min supported vagrant version 1.4.3 2014-02-01 22:20:03 +01:00
Ryan Petrello
d3e9188e73 Describe new functionality in the README and fix some coding style issues. 2014-01-24 07:48:00 -08:00
Ryan Petrello
bb5d081789 Add support for port forwarding. 2014-01-23 17:49:09 -08:00
Brian Pitts
04c4d32c5d Add discussion of management network 2014-01-20 15:55:25 -06:00
dima
90a20462c2 Merge branch 'improve_network_robustness' of github.com:sciurus/vagrant-libvirt into sciurus-improve_network_robustness
Conflicts:
	README.md
	lib/vagrant-libvirt/config.rb
2014-01-18 10:55:56 +01:00
Dmitry Vasilets
e204e45e76 Merge pull request #120 from teto/kernel2
Add kernel/initrd/cmd_line directives for the qemu driver
2014-01-18 01:34:40 -08:00
Brian Pitts
c323468d73 Rename default network to management network. Closes #126.
The use of the term default makes discussing this network confusing.
This network must exist and be configured a certain way in order for vagrant
to manage a VMs configuration, so lets call it the management network instead.
2014-01-17 18:56:44 -06:00
Brian Pitts
2377b6b235 Use vagrant-libvirt and 192.168.121.1/24 as default network settings.
Closes #125.
2014-01-17 18:56:32 -06:00
Brian Pitts
de553d0ea7 Create default network if needed. Relates to #102.
This commit

* renames the option default_network to default_network_name
* introduces the option default_network_address, since we need an
address in order to create a network
* handles creation of the default network similarly to other private
networks if needed
2014-01-17 17:21:13 -06: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
Brian Pitts
facc198ae4 Document setting disk bus 2014-01-06 12:31:49 -06:00
Jordan Tardif
cffb351d44 Support for cpu_mode configuration while using the nested option. 2013-12-18 04:12:38 -05: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
9bedd452ca Allow to use nested virtualization again 2013-12-10 16:43:26 +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
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
Brian Pitts
df26248460 Mention compatibility with sahara 2013-10-21 14:53:23 -05:00
dima
85910255a7 varsion 0.0.11 2013-10-20 14:07:37 +02:00
Brett Porter
003c7a087d Update README.md
Update the minimum Vagrant version required and current release version
2013-10-08 09:23:36 +11: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
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
pradels
d05196692c v0.0.6
* Routed networks support.
* SSH configurable params in Vagrantfile.
* Updated README file.
2013-07-24 15:44:30 +02:00
dima
dd5b97d014 update readme 2013-05-21 09:54:59 +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
pradels
29daa532c6 v0.0.5 2013-05-10 15:11:13 +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