microsoft / packer-hyperv

Hyperv plugin for Packer.io
Other
81 stars 33 forks source link

Update to new API version? #11

Closed Jaykul closed 9 years ago

Jaykul commented 10 years ago

When I try to use this with Packer v0.7.1 I'm getting:

Failed to create build 'hyperv-iso':
Incompatible API version with plugin. Plugin version: 3, Ours: 4
hemanthgk10 commented 9 years ago

Hey Jaykul,

I am hitting the same issue. How did u resolve the issue?

Jaykul commented 9 years ago

The fix @v-vlshch pushed worked for me -- but I ended up just mothballing the whole project because of #10 ... I needed to be able to install Server 2008

pbolduc commented 9 years ago

I am working on version that can install Windows 2008 - 2012 R2. In combination with a fork of https://github.com/box-cutter/windows-vm my changes in my fork https://github.com/pbolduc/packer-hyperv/tree/expand-os works with Server 2008, 2008 R2, 2012 and 2012 R2. I am still working on removing the 10 minute wait.

Here are some of the features I am working on:

I am just learning Go, so it is a bit slow going.

Jaykul commented 9 years ago

Awesome! Go is what put me off trying it myself -- I'm already working in enough languages right now ;-)