packer-post-processor-ovftool icon indicating copy to clipboard operation
packer-post-processor-ovftool copied to clipboard

Expose VMware's ovftool as a post-processor.

Results 6 packer-post-processor-ovftool issues
Sort by recently updated
recently updated
newest added

go get github.com/iancmcc/packer-post-processor-ovftool # github.com/mitchellh/packer/builder/vmware/common src/github.com/mitchellh/packer/builder/vmware/common/ssh.go:74: cannot use "github.com/hashicorp/packer/communicator/ssh".PasswordKeyboardInteractive(config.Comm.SSHPassword) (type "github.com/hashicorp/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive src/github.com/mitchellh/packer/builder/vmware/common/ssh.go:83: cannot use signer (type "github.com/hashicorp/packer/vendor/golang.org/x/crypto/ssh".Signer) as type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer in argument to...

go install github.com/iancmcc/packer-post-processor-ovftool # github.com/mitchellh/packer/builder/vmware/common src/github.com/mitchellh/packer/builder/vmware/common/ssh.go:74: cannot use "github.com/hashicorp/packer/communicator/ssh".PasswordKeyboardInteractive(config.Comm.SSHPassword) (type "github.com/hashicorp/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive src/github.com/mitchellh/packer/builder/vmware/common/ssh.go:83: cannot use signer (type "github.com/hashicorp/packer/vendor/golang.org/x/crypto/ssh".Signer) as type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer in argument to...

I am having trouble getting this installed on a ubuntu 14.04 system. I keep getting the following error. opt/go/src/github.com/iancmcc/packer-post-processor-ovftool/ovftool/post-processor.go:21: undefined: packer.ConfigTemplate I have tried Packer versions 0.5.1, 0.6.1, and 0.7.5...

The way stripDrives() works is probably by design, but I'm not entirely sure why. Removing the file/iso in the cdrom device makes perfect sense, but I suggest that the complete...

Hi, I'm fairly new to Go I'm afraid so forgive the n00b question but after following your instructions to the letter with current packer, packer complains that: Incompatible API version...