Commit Graph

999 Commits

Author SHA1 Message Date
Darragh Bailey
e0a54d2f08
Merge pull request #908 from bobthebutcher/docs-update
add default_prefix domain option docs
2018-11-27 19:15:06 +00:00
Darragh Bailey
4b85d12bae
Merge pull request #884 from anton-dessiatov/configure_networks
Only use 'configure_networks' capability if there actually are networks to be configured
2018-11-27 18:30:29 +00:00
Darragh Bailey
18eb8d8d02
Merge pull request #935 from chrisroberts/fix/ssh-control-master
Include `-n` option for forwarded port ssh processes
2018-11-06 12:53:00 +00:00
Chris Roberts
e968de7269 Include -n option for forwarded port ssh processes
In configurations where ControlMaster is used with ControlPersist
set, not including this option results in "stolen" input.
2018-11-05 15:41:23 -08:00
David Scaife
816d344f03 README - Reorganise and clarify USB usage (#934)
* readme: usb: keep usb-related sections together

* readme: usb: add link for usb device passthrough section

* readme: usb: add general info about usb usage

* readme: usb: place libvirt doco link after vagrantfile example

* readme: usb: add note about enabling spice redirection
2018-11-04 09:07:40 +01:00
dima
6eedaea0ce 0.0.45 2018-10-23 11:19:27 +02:00
dima
57ed83c46d 0.0.44 2018-10-23 11:14:17 +02:00
Darragh Bailey
e696032deb
Merge pull request #909 from davidscaife/redirfilter
Fix USB redirfilter parameter configuration
2018-08-18 12:19:28 +01:00
David Scaife
e46b0d3d8a USB: Fix redirfilter parameter configuration 2018-08-14 20:40:09 +10:00
David Scaife
019f43d32d USB: Fix redirfilter template test 2018-08-14 20:38:55 +10:00
Brad Searle
7466b8e026 add default_prefix domain option docs 2018-08-12 10:00:34 +10:00
Anton Dessiatov
8ba4865e0a Request 'configure_networks' capability only if there actually are networks to configure 2018-04-18 15:06:29 +07:00
Darragh Bailey
39f9a9d0b4
Merge pull request #882 from b1-systems/translation/libvirt
Added missing translation string
2018-04-17 14:02:35 +01:00
Tobias Wolter
fce3bb3cdd Added missing translation string
Fixes messages like:
```
==> default: translation missing: en.vagrant_libvirt.package_domain
```
2018-04-16 23:50:08 +02:00
Antonio Huete Jimenez
6bdff043a7 Allow specifying Hypervisor HyperV features (#870) 2018-03-21 19:00:28 +01:00
Michael Shulbaev
92dc692b08 Fix for :public_network and :private_network in the same VM (#872)
* Clean properties between use. Fixes #842

* Remove empty log line
2018-03-19 13:08:51 +01:00
David Scaife
60e93d4925 USB controller configuration (#861)
* Add USB controller configuration

* Update README with USB controller configuration info

* Rename USB controller parameter to usb_controller

* Code style fixup
2018-03-18 09:25:01 +01:00
dima
c3e46a1f23 typo 2018-03-17 14:28:23 +01:00
dima
9724901ed1 Merge branch 'qazokm-qemu-session-support' 2018-03-17 14:26:32 +01:00
dima
99371fee2b bug fixes for qemu_use_session 2018-03-17 14:26:13 +01:00
dima
29ce8443b1 Merge branch 'qemu-session-support' of git://github.com/qazokm/vagrant-libvirt into qazokm-qemu-session-support 2018-03-17 13:51:29 +01:00
Dmitry Vasilets
48599ddfc6
Merge pull request #869 from Rommelag/libvirt_nvram_support
QEMU libvirt nvram support
2018-03-17 13:48:48 +01:00
Dmitry Vasilets
ed1a676982
Merge pull request #871 from anastasiiavlaskina/master
Remove nested section in domain template
2018-03-09 18:06:46 +01:00
Anastasiia
d05690d269 Merging svm and vmx cpu_features parameters 2018-03-09 18:01:48 +01:00
Anastasiia
6f45f107c9 Remove nested section in domain template 2018-03-05 17:39:29 +01:00
Tamara Herzog
64a076468e QEMU libvirt nvram support
Some UEFI firmwares may want to use a non-volatile memory to store
variables.
This requires to specify loader and nvram to use UEFI boot in QEMU.
Specifying loader and nvram at the same time will set loader to
type 'pflash' instead of 'rom'.
If loader is used without nvram option type will remain 'rom'.

Further information can be found at libvirt documentation:
https://libvirt.org/formatdomain.html#elementsOS
2018-03-02 11:59:14 +01:00
Nicholas
066e03f16d
Update README for QEMU Sesssion Support 2018-02-25 12:43:07 +08:00
qazokm
7f50ca2a41 Add basic networking support for qemu session 2018-02-23 12:09:49 +08:00
qazokm
b0eddf6770 Create storage pools and volumes with correct permissions 2018-02-22 15:52:58 +08:00
Dmitry Vasilets
6ce8420a3b
Merge pull request #865 from darwish/master
Fix issue where custom cpu model is ignored (Fixes #864)
2018-02-14 19:18:37 +01:00
Michael Darwish
1539f15d4a Fix issue where custom cpu model is ignored (Fixes #864) 2018-02-14 13:13:41 -05:00
Gerben Meijer
413a413304 Remove QA status
I'm currently not able to run these tests, so no point in showing it.
2018-02-07 17:59:23 +01:00
dima
edd350e6fd remove date 2018-02-07 09:00:33 +01:00
dima
542f436fb4 0.0.43 2018-02-07 08:59:09 +01:00
Gerben Meijer
92a1e23d1a
Merge pull request #849 from hugoboos/check-outdated
Check for box updates when starting
2018-02-03 14:14:19 +01:00
Gerben Meijer
58f11c536c
Merge pull request #862 from nickbroon/udp_fix_doh
FIX: env is an instance variable
2018-02-03 14:10:10 +01:00
Nicholas Brown
c717353eea env is an instance variable 2018-02-03 13:01:24 +00:00
dima
5158b0e733 0.0.42 2018-02-03 11:21:07 +01:00
dima
34a0def7d1 0.0.41 2018-02-02 18:49:20 +01:00
Dmitry Vasilets
54991a6b58
Merge pull request #859 from vagrant-libvirt/revert-814-20170914_issue796
Revert "update to the recent changes of default behavior in netcat.openbsd (fixes #796)"
2018-02-02 18:43:40 +01:00
Dmitry Vasilets
394cc34290
Revert "update to the recent changes of default behavior in netcat.openbsd (fixes #796)" 2018-02-02 18:42:50 +01:00
Dmitry Vasilets
d9732b855f
Merge pull request #853 from tmad/pci_network
Add option to specify PCI bus/slot for network interfaces
2018-02-02 17:49:19 +01:00
Dmitry Vasilets
3b91515bd8
Merge branch 'master' into pci_network 2018-02-02 17:48:00 +01:00
Dmitry Vasilets
ebea5d4a72
Merge pull request #852 from chulup/cpu_topology
Add option to specify CPU topology
2018-02-02 17:46:51 +01:00
Dmitry Vasilets
50f68cc018
Merge pull request #857 from bashims/forward_ports-keys_only
enable IdentitiesOnly when config.ssh.keys_only is specified.
2018-02-02 17:45:09 +01:00
Gerben Meijer
d9f9b7ba79
Merge pull request #858 from nickbroon/dont_silently_ignore_udp_port_forwarding
Don't silently ignore udp port forwarding option
2018-02-02 14:25:52 +01:00
Nicholas Brown
dea85d7cbc Don't silently ignore udp port forwarding option
Currently it ignores the option and turns it into a tcp port.
Instead warn about the UDP option and skip it.
2018-02-02 13:03:23 +00:00
Gerben Meijer
11eebbc05a
Merge pull request #855 from jjlakis/mac_readme
Add management_network_mac to README
2018-01-30 15:27:41 +01:00
Jacek J. Łakis
edc334682a Add management_network_mac to README 2018-01-30 15:24:13 +01:00
Tomasz Madycki
ea7c01fec0 Specify PCI bus and slot for management net iface
Signed-off-by: Tomasz Madycki <tomasz.madycki@gmail.com>
2018-01-24 18:18:35 +01:00