Commit Graph

279 Commits

Author SHA1 Message Date
Nico Tonozzi
9b458f99c7 Bump Nokogiri version 2014-07-18 13:14:20 -06:00
Dmitry Vasilets
396d967a46 Merge pull request #211 from joejulian/master
fix typo
2014-07-17 00:05:40 +02:00
Joe Julian
3a6314711c fix typo 2014-07-16 15:01:59 -07:00
Dmitry Vasilets
c22eb6b664 Merge pull request #210 from joejulian/honor_auto_config_network_option
Honor the auto_config configuration option
2014-07-16 23:04:05 +02:00
Joe Julian
43a6bd381a Honor the auto_config configuration option to allow vagrant to skip configuring network interfaces. 2014-07-16 13:51:50 -07:00
Dmitry Vasilets
e603645f43 Merge pull request #209 from joejulian/accept_other_mac_formats
Accept other MAC address formats.
2014-07-16 22:37:50 +02:00
Joe Julian
29d2f19c06 Accept other MAC address formats.
This will accept formats like 00006C2830d5 which other backends accept, as well as any other variant that  contains hex digits, such as Cisco's 0000.6C28.30d5.

Bug: 208
2014-07-16 13:31:49 -07:00
Dmitry Vasilets
c191bd589d Merge pull request #207 from sendgrid-ops/random_domain_name
Random domain name
2014-07-06 07:20:01 +02:00
Bradley Smith
dce9cd9b6f add basic test structure--still a WIP. Add test for setting domain name 2014-07-05 18:02:52 -06:00
Bradley Smith
659ee41152 add test for building domain name. 2014-07-04 11:09:00 -06:00
Bradley Smith
0e9458db6c refactor set_domain_name to avoid duplicate names when running multiple guests. 2014-07-04 10:47:29 -06:00
dima
53612a439e 0.0.18 2014-06-25 08:26:06 +02:00
Dmitry Vasilets
0f0ce68ba5 Merge pull request #190 from purpleidea/feat/sudo-forward
Forward SSH ports <= 1024 using sudo.
2014-06-25 08:24:59 +02:00
dima
70b5f233ec 0.0.17 2014-06-23 18:44:13 +02:00
Dmitry Vasilets
40c62dfeab Merge pull request #200 from bdclark/config_uri_default
set initial value of uri config attribute
2014-06-09 16:27:24 +02:00
Brian Clark
655b5eedd0 set initial value of uri attribute 2014-06-09 09:56:31 -04:00
Dmitry Vasilets
e9743df270 Merge pull request #199 from justjake/patch-1
Update README.md for new config option `uri`
2014-06-09 10:42:29 +02: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
Dmitry Vasilets
f4376673d8 Merge pull request #198 from justjake/master
adds a `uri` config option
2014-06-09 08:57:44 +02:00
Dmitry Vasilets
0b2dea6296 Merge pull request #197 from sciurus/handle-slash-in-name
Handle forward slash in box name
2014-06-09 08:56:50 +02:00
Jake Teton-Landis
95a750817f adds a uri config option
The existing system of trying to intelligently generate a libvirt URI
from the user's config options was too restrictive for my uses. I have
added a `uri` config option that allows the user to directly specify the
libvirt resource they wish to connect to. This makes using
vagrant-libvirt with existing practices easier, and allows connecting
successfully in more environments (such as those that use
qemu:///session)
2014-06-08 17:52:05 -07:00
Brian Pitts
59061dbd43 Handle forward slash in box name 2014-06-08 18:55:18 -05:00
James Shubin
22458d273d Forward SSH ports <= 1024 using sudo.
It would be nice if we used sudo for the command and not as a cache.
2014-05-23 23:15:03 -04:00
Dmitry Vasilets
c20da20ec6 Merge pull request #189 from himpich/master
Add ability to always set the type of NIC
2014-05-23 13:15:58 +02:00
Stefan Himpich
d577a67043 Add ability to always set the type of NIC 2014-05-23 13:11:12 +02:00
Dmitry Vasilets
6aafb61567 Merge pull request #187 from sciurus/1.5-and-1.6
Documentation improvements.
2014-05-19 09:07:32 +02: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
Dmitry Vasilets
118b9386e7 Merge pull request #186 from sciurus/simplify-readme-example
Turn readme introduction into quickstart
2014-05-12 06:41:54 +02: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
dima
b808112d95 version 0.0.16 2014-05-11 09:29:09 +02:00
Dmitry Vasilets
255da0d2dc Merge pull request #185 from sciurus/driver_kvm
Default to kvm domain type
2014-05-11 09:25:20 +02:00
Brian Pitts
60ab03a3b3 Default to kvm domain type 2014-05-10 22:42:38 -05:00
Dmitry Vasilets
950c110390 Merge pull request #183 from justinclift/master
Typo fix + punctuation consistency adjustments
2014-05-06 22:26:35 +02:00
Justin Clift
2a07ab6dcf Typo fix + punctuation consistency adjustments 2014-05-06 21:01:43 +01:00
Dmitry Vasilets
86467d7d3c Merge pull request #178 from purpleidea/feat/disks
Support for adding additional disks through the Vagrantfile.
2014-05-06 18:31:35 +02:00
James Shubin
72fbedaaca Include changes recommended by patch review for multiple disks. 2014-05-06 11:23:15 -04: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
Dmitry Vasilets
f13807614a Merge pull request #182 from purpleidea/kvm-fix
Domain type 'kvm' should be configurable and use qemu:/// uri.
2014-05-06 09:14:47 +02:00
James Shubin
67734f0032 Domain type 'kvm' should be configurable and use qemu:/// uri.
Previous versions simply defaulted to 'kvm'. Now that they default to
'qemu', there is typically a 5x performance decrease that makes vagrant
unusably slow.
2014-05-05 18:17:10 -04:00
Dmitry Vasilets
ab2be495ad Merge pull request #181 from sciurus/HackNashville
Fixes for synced folders and HandleBox
2014-05-04 08:50:26 +02:00
Brian Pitts
32a3abe412 Verify libvirt version before enabling 9p 2014-05-03 18:11:26 -05: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
Brian Pitts
c52077aa44 Reenable PrepareNFSSettings, closes #180 2014-05-03 12:51:18 -05:00
Brian Pitts
18a4703a24 Do not use 9p by default 2014-05-03 11:09:50 -05:00
Brian Pitts
450fbb6ed1 Replace HandleBoxUrl with HandleBox 2014-05-02 21:28:47 -05:00
Dmitry Vasilets
9d83c32452 Merge pull request #179 from stvleung/master
Added cleanup capability for 9p shared folders
2014-05-02 19:48:09 +02:00
Steven Leung
bf79f2a76d Added cleanup capability for 9p mounts
This will allow proper halting, and reloading
2014-04-30 17:17:18 -07:00
dima
b0f9dc95b1 add module 9pnet_virtio 2014-04-28 08:52:12 +02:00