-
Notifications
You must be signed in to change notification settings - Fork 45
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 libvirt podvm image support #421
Conversation
Hi @supritai. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR is ready for review. Since I do not have write access, unable to remove the 'draft' tag. Can someone remove this tag please? |
Since you are the PR creator, you should be able to change this "Ready". I believe you raised this PR as a draft pull request. |
@supritai @savitrilh can you please rebase the PR.. |
Sure @bpradipt |
Thanks! I like the idea, added few comments |
/ok-to-test |
@supritai once you have resolved a specific comment, can you please click on the associated "Resolve conversation" button, so that it's evident which comments have been addressed and what is still pending. |
Sure @bpradipt , most of them I have marked as resolved. Only where agreement of reviewer needed are not closed |
Thanks @supritai for addressing the comments. |
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.
added minor comments, overall LGTM
Added a new handler for libvirt to build the qcow2 image. New ConfigMap added for libvirt specific data. Modified the podvm create job to accomodate libvirt as well. Added required changes for the image_generator controller. Signed-off-by: Suprit-Iti <suprit.iti@ibm.com>
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.
Attached the logs.
osc-podvm-image-creation.log
osc-podvm-image-deletion.log
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.
/lgtm
Thanks @supritai
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.
LGTM, thank you
@supritai: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
- Description of the problem which is fixed/What is the use case
Add libvirt image creation job and libvirt image type for image generation.
- What I did
- How to verify it
- Description for the changelog