-
Notifications
You must be signed in to change notification settings - Fork 74
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
ovirt_network resource #298
Comments
What work needs to be done to support this? Would be happy to write/finish it as I have some Go experience, though I've never written a Terraform provider. |
@b7-7b no worries. Primarily, we use go-ovirt-client as a backend for this provider. So there are two things to do:
The first one is definitely the harder one. However, the go-ovirt-client repo has a contribution guideline that explains how the repo is structured and how to best add code there. You can also take a look at similar resources, for example the tag resource, that should give you a good idea on how to get started. If you get stuck ping me on this issue or via e-mail (see my announcement on the mailing list for my address) and I can walk you through this on a call. |
any update of this feature? |
I no longer work on oVirt and I don't think anyone has worked on this either. @engelmi do you know if anything has changed here? |
Please describe what you would like to see
As reported by @jake2184 here the new provider should support creating networks as a resource.
The text was updated successfully, but these errors were encountered: