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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66db6b7489526053c42f0b42123f05467e993b36
4
- data.tar.gz: 794652f5107e3b9c975e7251d1149d9a28aaa017
3
+ metadata.gz: da9f407942bc8f2d18b9540249b25a70d6e6d11f
4
+ data.tar.gz: 0318732eb2c5c7def67379ad621c4fe3e1dab0fb
5
5
  SHA512:
6
- metadata.gz: ccac90519a3aea0a2045400b369da8b0e299c486b184635bc1ee6ab5d4d226bc9e00adcfd8bcb3f4acc696c0722c9f8f85a3ba888d6cedc3369502e9531fb6d4
7
- data.tar.gz: 499c2f993f5a5d595ed3844b502b09f401ac7b0de16802c1ff28c2f25afcaa881b0b6c8a419b67230bf5f1124d44488dfb7d003837e486e9440b04e88ef54740
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
 
@@ -17,6 +17,6 @@
17
17
 
18
18
  module Kitchen
19
19
  module Driver
20
- HYPERV_VERSION = '0.1.5'
20
+ HYPERV_VERSION = '0.1.6'
21
21
  end
22
22
  end
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.5
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-24 00:00:00.000000000 Z
11
+ date: 2015-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler