Commit Graph

1320 Commits

Author SHA1 Message Date
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
Tomasz Madycki
c01ddb8dd4 Specify PCI bus and slot for net iface
Signed-off-by: Tomasz Madycki <tomasz.madycki@gmail.com>
2018-01-24 18:18:30 +01:00
Benjamin Ash
7812ad2be5 enable IdentitiesOnly when config.ssh.keys_only is specified. 2018-01-18 10:52:01 -05:00
Michael Shulbaev
98bace0e3b Add documentation for cputopology 2018-01-17 18:21:29 +07:00
Michael Shulbaev
060a33ec49 Add CPU topology configuration 2018-01-12 19:47:49 +07:00
Hugo Stijns
6d0468d3e4 Check for box updates when starting 2018-01-12 12:18:53 +01:00
Dmitry Vasilets
6fdbf4b818
Merge pull request #827 from petracvv/memoryBacking
Add memory backing configuration
2017-12-11 17:04:47 +01:00
Dmitry Vasilets
ebbeddce20
Merge pull request #820 from Ntr0/master
Add mtu option for private networks and interfaces.
not tested mtu, but old behaviour not changed
2017-12-11 17:03:10 +01:00
Christian
9deac08775 Convert mtu to integer
This will obviously raise an exception if the data is not
convertable. Seems to be the best option, since to_i converts
'non-integer' strings to zero, which would lead to unpredicable
behaviour.
2017-12-09 11:36:52 +01:00
Christian
a97a6d2347 Add mtu option for private networks and interfaces
In order to create virtual networks with different MTU sizes
than the libvirt default of 1500, this patch adds a
libvirt__mtu option. This will add an mtu option to the libvirt
network definition and to the domain interface definition as well.
2017-12-08 12:42:06 +01:00
Gerben Meijer
0af2568475
Merge pull request #838 from ableischwitz/master
Fix for #831
2017-11-29 11:44:32 +01:00
Andreas Bleischwitz
bef59efe6b added spicevmc channel to domain_all_settings.xml and domain_spec.rb 2017-11-28 18:23:47 +01:00
Andreas Bleischwitz
a64c538f7f made <source>...</source> and it's sub-elements conditional 2017-11-28 18:22:40 +01:00
Gerben Meijer
57db358a58
Merge pull request #833 from hugoboos/domain-name
Add network domain name feature
2017-11-28 10:51:38 +01:00
Gerben Meijer
5efc0b2b38
Merge pull request #824 from skamithi/vagrant_guest_halt_capability
add Vagrant Guest Halt capability to vagrant-libvirt
2017-11-26 07:37:50 +01:00
Hugo Stijns
f59a99c684 Possible to define domain name for networks 2017-11-24 15:52:49 +01:00
Gerben Meijer
3984929ddb Fix spec for vnc autoport 2017-11-24 11:31:01 +01:00
Gerben Meijer
edb1ff6c5b Update table due to newer jenkins 2017-11-23 18:06:12 +01:00
Gerben Meijer
852ae604b5 Update QA table 2017-11-23 17:41:15 +01:00
Gerben Meijer
d28214c731 CI against vagrant 2.0.1 2017-11-23 13:06:54 +01:00
Gerben Meijer
05771432df
Merge pull request #794 from heil/master
Use dynamic vnc port allocation
2017-11-23 12:45:59 +01:00
Gerben Meijer
e55c927728
Merge pull request #814 from ntff/20170914_issue796
update to the recent changes of default behavior in netcat.openbsd (fixes #796)
2017-11-23 12:43:16 +01:00
Gerben Meijer
0c46bcd182
Merge pull request #815 from dmeloni-radarservices/ssh-terminate
Use exec to avoid leaving ssh lingering around
2017-11-23 12:42:38 +01:00
Gerben Meijer
0254c18153
Merge pull request #822 from Flowm/ask-before-destroy
Ask for confirmation before destroying vms
2017-11-23 12:38:21 +01:00
Gerben Meijer
86daf70a56
Merge pull request #835 from hugoboos/network-address-dhcp
Add option to configure the network address when using DHCP
2017-11-23 12:24:42 +01:00
Hugo Stijns
b00816680a Add option to configure the network address when using DHCP 2017-11-23 10:21:25 +01:00
Gerben Meijer
9bff74d77e
Merge pull request #832 from hugoboos/github-organization
Vagrant moved to the hashicorp GitHub organization
2017-11-21 12:31:43 +01:00
Hugo Stijns
2f9ce15487 Vagrant moved to the hashicorp GitHub organization 2017-11-21 10:05:49 +01:00
Gerben Meijer
8e19c43845
Merge pull request #819 from petRUShka/patch-1
[Documentation] Add links for understanding 9p
2017-11-15 00:35:11 +01:00
Mihai Petracovici
77358b63ea Add memory backing configuration 2017-11-12 16:25:13 -06:00