jakobadam / packer-qemu-templates

Packer qemu templates
Mozilla Public License 2.0
333 stars 174 forks source link

*WinRM* not available on *Windows 10 Enterprise* #19

Closed skvl closed 7 years ago

skvl commented 7 years ago

I have cloned your project and tried to run packer build windows-10-enterprise.json. After successful installation packer still wait for WinRM to become available.

jakobadam commented 7 years ago

It's a bug introduced in a recent version of Packer – ah the joys of software. Don't know what the bug is, maybe related to:

https://github.com/mitchellh/packer/blob/master/CHANGELOG.md

(Unreleased) BUG FIXES: builder/qemu: Explicitly set WinRMPort for StepConnect. [GH-4321]

Not my priority to investigate.

I'm having success with an older version of Packer: https://releases.hashicorp.com/packer/0.10.1/

skvl commented 7 years ago

@jakobadam thank you for reply. I have dealt with this recently.

You are right. See PR. This would appear in 0.12.2. I have got it with command:

     go get -u github.com/mitchellh/packer
jakobadam commented 7 years ago

Thanks for the pointer.