kitchen-hyperv 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/kitchen/driver/hyperv_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da9f407942bc8f2d18b9540249b25a70d6e6d11f
|
4
|
+
data.tar.gz: 0318732eb2c5c7def67379ad621c4fe3e1dab0fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52478068a7593446084fc2b1e5b0c590ebbb6260ab0e5d29e5a3f74c77b123578e8576146b5e07b83ea5208d75fd7e84f108b71a69a6c63044e54c5ad392ec4a
|
7
|
+
data.tar.gz: 50f13b7698aefcfd5f3faef14f54e4219d00cb8a1025df1fee146a54cf5b735732365909428389a98a6603487a30904e093b3138bd5e2c85b0e10e157b9e1878
|
data/README.md
CHANGED
@@ -39,6 +39,10 @@ driver:
|
|
39
39
|
* The virtual switch to attach the guest VMs. Defaults to the first switch returned from Get-VMSwitch.
|
40
40
|
* iso_path
|
41
41
|
* Path on the host to the ISO to mount on the VMs.
|
42
|
+
* vm_generation
|
43
|
+
* The generation for the hyper-v VM. Defaults to 1.
|
44
|
+
* disk_type
|
45
|
+
* The type of virtual disk to create, .VHD or .VHDX. Defaults to the file extension of the parent virtual hard drive.
|
42
46
|
|
43
47
|
## Contributing
|
44
48
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitchen-hyperv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Murawski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|