James Johnson
57e2f9e77c
soft tabs...
2015-08-05 10:38:35 -05:00
James Johnson
d82c1a3f95
Can now specify inputs for the VM. E.g.
...
```ruby
Vagrant.configure("2") do |config|
config.vm.provider :libvirt do |libvirt|
# very useful when having mouse issues when viewing VMs via VNC
libvirt.input :type => "tablet", :bus => "usb"
end
end
```
2015-08-05 10:37:19 -05:00
Gerben Meijer
f47cb7c98b
Describe changes to boot process due to boot order
2015-07-29 13:31:07 +02:00
stanley karunditu
389c2d444d
set nic adapter limit as a provider variable. default remains 8 like
...
it was hard coded before. only use case for changing this is if using
virtualized switch VMs that have support for many interfaces.
2015-07-13 06:37:51 -04:00
stanley karunditu
a5cd2024ed
update README. fix mention of test_vm1. should be test_vm2
2015-07-11 10:55:21 -04:00
stanley karunditu
555470efe3
update README. should say 'test_vm2' instead of 'test_vm1'
2015-07-11 10:53:23 -04:00
stanley karunditu
789fa369c8
add libvirt interface tcp tunnel support.
...
Useful when configuring Virtualized Switch topologies using Switch VMs like Cumulus
Linux.
vagrant network interface auto_config is disabled in the code. This may be
re-enabled in a future update, once it is better understood how to
auto configure these types of links. All guestOS ports, for now, that are
connected to a tcp tunnel are in a link down state.
TCP tunnels allow guest OSes to exchange STP and LLDP information as
if they are directly connected to each other.
This is not possible with the default virtual switch network mode.
Reference:
https://libvirt.org/formatdomain.html#elementsNICSTCP
2015-07-11 10:49:00 -04:00
Alexis Lee
cd0322ccaf
Specify units for machine_virtual_size
2015-06-29 17:14:13 +01:00
Darragh Bailey
d4c72212eb
Support volume size resize configuration
...
Allow control of the volume size to be increased from the box default
virtual_size value so that it is possible to use a box configured with a
minimal initial disk size and create virtual guests with larger disk
sizes.
Warn the user and ignore sizes that are less than the box size, and
inform them that a manual filesystem resize will be needed to take
advantage of the additional available disk space.
fixes : #37
2015-06-28 15:50:44 +01:00
Brad Wadsworth
0851b5d804
fixed grammar
2015-06-02 20:33:37 -05:00
Brad Wadsworth
56818642e5
fixed indent and added example
2015-06-02 20:31:21 -05:00
Brad Wadsworth
23d0a5b012
changes to boot order option
2015-06-01 10:19:06 -05:00
dima
98e4b3b0be
typo
2015-05-18 07:48:39 +02:00
Dmitry Vasilets
b092a5444b
Merge pull request #374 from kampka/master
...
Add ability to specify the machine architecture via the domain arguments
2015-05-18 07:47:09 +02:00
Christian Kampka
298a45d3d8
Add ability to specify the machine architecture via the domain arguments
2015-05-18 07:30:48 +02:00
Shuanglei Tao
d4b013a66d
Add note for remote nfs synced folders
2015-05-18 11:46:04 +08:00
dima
4de1560027
improve package process
2015-05-17 19:47:07 +02:00
Dmitry Vasilets
c7f37649ec
example for 9p
2015-05-17 10:34:58 +02:00
Dmitry Vasilets
78c525b364
typo
2015-05-17 10:12:42 +02:00
Dmitry Vasilets
4af0163c5e
update readme with example accessmode 9p
2015-05-17 10:11:40 +02:00
dima
311bdc5f23
add linker trick for installation as gem
2015-05-15 12:38:50 +02:00
Dmitry Vasilets
dbc857381b
typo
2015-05-12 09:38:17 +02:00
Felix Kaiser
ae37f17de8
Add :libvirt_host_ip and :libvirt_dhcp_start/stop
...
This allows networks with gateways on addresses other
than .1 (.254 is a popular choice).
Resolves #357 .
2015-05-06 21:03:12 +02:00
Nobuaki Sukegawa
c5a6fd08f0
Fix trivial bug where graphics_passwd could not be used with spice
2015-05-07 00:52:32 +09:00
Yang Wei
fc0a03bf0e
Update README.md
...
I ran into a trouble, as my box(ubuntu) was *not* installed zlib1g-dev package
by default, so update README.md to hint guys to install this package for
ubuntu/debian system.
Signed-off-by: Yang Wei <w90p710@gmail.com >
2015-05-04 19:44:27 +08:00
dima
140a38350a
fedora21 image
2015-04-19 11:13:09 +02:00
Jakob Aarøe Dam
46e5d7ba9d
Update README.md
2015-04-17 16:47:38 +02:00
Dmitry Vasilets
bc491d8818
Merge pull request #341 from matt8754/dhcp_bootp
...
support dhcp bootp settings
2015-04-17 09:17:16 +02:00
Matt Jia
80f8c6b65c
support dhcp bootp settings
2015-04-17 16:59:16 +10:00
dima
5ee914a2ef
shared volumes creation
2015-04-16 09:27:11 +02:00
dima
a941ddc962
remove volumes logic for shared volumes
2015-04-16 09:12:19 +02:00
dima
17616c2836
Merge branch 'preexisting-disks' of github.com:aspiers/vagrant-libvirt
...
Conflicts:
lib/vagrant-libvirt/action/create_domain.rb
2015-04-16 08:16:46 +02:00
Jim Salem
e8d1b94ad9
Improve doc for id_ssh_key_file. Do not prepend ~/.ssh/ if the pathname includes a directory
2015-04-15 14:26:21 -04:00
Dmitry Vasilets
c80841943c
typo
2015-04-14 22:23:44 +02:00
dima
fa261e79b2
improve format
2015-04-13 17:30:01 +02:00
dima
6bde5222c4
Merge branch 'master' of github.com:pradels/vagrant-libvirt
2015-04-11 10:26:48 +02:00
James Johnson
b5f267143e
invalid syntax in an inline code sample
2015-04-10 15:45:55 -05:00
James Johnson
10ebbfaf71
updated the README to reflect changes in pradels/vagrant-libvirt#333
2015-04-10 15:42:35 -05:00
dima
56cfb971a4
remove not useful link
2015-04-10 18:31:24 +02:00
dima
5b102cfa34
add short description for box creation script
2015-04-09 08:24:42 +02:00
dima
13fc61b24b
add veryisolated option for network. close #324
2015-04-09 08:19:31 +02:00
dima
1d15017381
add information and correct example for bridge. close #330
2015-04-09 07:50:28 +02:00
dima
cacdd0503a
add alternative link to box close #329
2015-04-04 22:13:33 +02:00
Erik van Pienbroek
ce75b9a02e
Allow the situation where DHCP is not requested but where it is enabled on the virtual network
2015-04-02 13:12:05 +02:00
Dmitry Vasilets
47950170bb
Merge pull request #319 from ldx/os-type-attrs
...
Add 'machine_type' parameter.
2015-03-26 08:15:26 +01:00
dima
c881f98079
support keymap settings close #326
2015-03-26 08:07:27 +01:00
Vilmos Nebehaj
94fb320cc3
Add machine domain option to README.md.
2015-03-21 19:32:01 +01:00
Federico Castagnini
34a8fe1d15
Only TCP port forwarding supported
...
Documenting the inability to forward protocols other than TCP.
See #260
2015-02-18 12:40:03 -05:00
Federico Castagnini
839d4ec049
Improving documentation aftert #302
...
According to @tkrille vagrant 1.7 is supported.
2015-02-13 15:49:33 -05:00
Eohyung Lee
9958e9b915
Support open vSwitch bridge device
2014-11-19 14:22:41 +09:00