Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error: *ovirt.Builder does not implement packer.Builder (missing ConfigSpec method) #1

Open
jboero opened this issue Apr 12, 2020 · 1 comment

Comments

@jboero
Copy link

jboero commented Apr 12, 2020

Hi thanks I love the idea of this but maybe it needs an update to build?

$ go version
go version go1.13.9 linux/amd64
$ make bin
# github.com/ganto/packer-builder-ovirt/plugin/builder-ovirt
plugin/builder-ovirt/main.go:13:28: cannot use new(ovirt.Builder) (type *ovirt.Builder) as type packer.Builder in argument to server.RegisterBuilder:
        *ovirt.Builder does not implement packer.Builder (missing ConfigSpec method)
make: *** [Makefile:8: install-build-deps] Error 2
@cwilloughby-bw
Copy link

@jboero Not sure if you're still pursuing this, but I recently came across this in search for ovirt support in packer, and spent some time trying to patch this up. See the linked PR for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants