-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add xenorchestra_vdi
resource
#225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should think about moving that binary file (alpine.iso) into lfs.
As for use cases for VHD, I personally don't use that at all.
Imho it would be more useful to support qcow2 images.
2650b56
to
ebd32f3
Compare
@4censord are you suggesting some type of |
At this point the PR is ready to be merged. The later remote file support will be followed up on as mentioned in more detail here. |
Until SMAPIv3 is production ready, there's no support for |
I didn't articulate well enough what i meant. Afaik xcp-ng supports import of If either Xo or the provider would support converting from As for use cases for vhd images: Same story of "some images might be VHD" As far as I understood the provider just needs to set the parameters |
This PR resolves #193. There is still more work to be done, but opening this up to review an early version of it and receive feedback on it.
This also provides the groundwork for the XO client package to work with the new XO rest api.
Todo
Allow using an iso from a remote URLInsecureSkipVerify
should be properly set.Testing
make testacc
passes