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

Fix ch libvirt #3562

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix ch libvirt #3562

wants to merge 3 commits into from

Conversation

praveen-pk
Copy link
Contributor

This patch series fixes the libvirt version parsing and sets the domain based on the underlying hypervisor.

Properly parse libvirt version and return only the version information.

Signed-off-by: Praveen K Paladugu <[email protected]>
@praveen-pk praveen-pk force-pushed the fix_ch_libvirt branch 2 times, most recently from 0d96c83 to c9741e8 Compare December 20, 2024 22:06
@praveen-pk
Copy link
Contributor Author

fyi, working on flake8 failures.

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]>
@squirrelsc
Copy link
Member

fyi, working on flake8 failures.

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

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

Successfully merging this pull request may close these issues.

2 participants