-
Notifications
You must be signed in to change notification settings - Fork 180
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
Fix ch libvirt #3562
Fix ch libvirt #3562
Conversation
0d96c83
to
c9741e8
Compare
fyi, working on flake8 failures. |
c9741e8
to
4562237
Compare
You can follow this doc to set local dev env, so check errors could be fixed locally. https://mslisa.readthedocs.io/en/main/write_test/dev_setup.html |
4562237
to
2863d53
Compare
2863d53
to
96f17da
Compare
96f17da
to
0beb184
Compare
Seems like a failure while installing python modules:
Could re-triggering the pipeline fix the failures? |
@LiliDeng LGTM |
rebase code from latest main |
Properly parse libvirt version and return only the version information. Signed-off-by: Praveen K Paladugu <[email protected]>
Libvirt versions greater than 10.2.0, define domain as 'hyperv' or 'kvm' based on the underlying hypervisor. Set this domain appropriately in domain's XML after checking libvirt version. Signed-off-by: Praveen K Paladugu <[email protected]>
Enable virtnetworkd service along with libvritd service. virtnetworkd service will setup the default NAT network for guests to use. Signed-off-by: Praveen K Paladugu <[email protected]>
0beb184
to
9b78046
Compare
This patch series fixes the libvirt version parsing and sets the domain based on the underlying hypervisor.