-
Notifications
You must be signed in to change notification settings - Fork 51
[ITEP-70168] Adding Kubevirt and Device-plugin container TAR files to EMT edge-desktop-virtualization image config (for SRIOV VMs) #217
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
Merged
anujm1
merged 21 commits into
open-edge-platform:3.0-dev
from
dmkarthi:emt-dv-kubevirt-devplugin-ITEP-70168
Jun 25, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5967de2
Add desktop-virtualization for EMT-S
dmkarthi 7d71ec9
versioning and naming update
dmkarthi d60954e
Update SPECS/intel-desktop-virtualization-k3s/intel-desktop-virtualiz…
dmkarthi b04526b
Update SPECS/intel-desktop-virtualization-k3s/intel-desktop-virtualiz…
dmkarthi a9f064a
Update intel-desktop-virtualization-k3s.spec
dmkarthi 87e5b29
fixing review comments
dmkarthi 9ae97ec
Merge branch '3.0-dev' into emt-dv-kubevirt-devplugin-ITEP-70168
dmkarthi 4ff423e
Update intel-desktop-virtualization-k3s.spec
Dhanya122 7afe511
Merge branch '3.0-dev' into emt-dv-kubevirt-devplugin-ITEP-70168
krishnajs f170186
Merge branch '3.0-dev' into emt-dv-kubevirt-devplugin-ITEP-70168
dmkarthi d3512b1
Update intel-desktop-virtualization-k3s.signatures.json
dmkarthi 1b11d43
Merge branch 'emt-dv-kubevirt-devplugin-ITEP-70168' of https://github…
dmkarthi 0f8de6d
Merge branch '3.0-dev' into emt-dv-kubevirt-devplugin-ITEP-70168
dmkarthi 86546d4
fix cgmanifest and SPECS
cheeyanglee 33f604b
update LICENSES-MAP.md
cheeyanglee 72db98d
amend LICENSES-AND-NOTICES/SPECS/data/licenses.json
cheeyanglee 925e8f9
changes to spec file to use .tar.zst files
dmkarthi 23725a7
Merge branch 'emt-dv-kubevirt-devplugin-ITEP-70168' of https://github…
dmkarthi 20c73e3
Merge branch '3.0-dev' into emt-dv-kubevirt-devplugin-ITEP-70168
dmkarthi d6737ed
Merge branch '3.0-dev' into emt-dv-kubevirt-devplugin-ITEP-70168
Dhanya122 8b8efe0
Merge branch '3.0-dev' into emt-dv-kubevirt-devplugin-ITEP-70168
anujm1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
SPECS/intel-desktop-virtualization-k3s/intel-desktop-virtualization-k3s.signatures.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "Signatures": { | ||
| "intel-idv-device-plugin-v0.1.tar.gz": "6214381b8f4d2276877a5c07654c9c3c4a70623e83a4d8161c6b32447190c6b5", | ||
| "intel-idv-kubevirt-v0.1.tar.gz": "dcac2fa6dde4d3c2dffe9a0893bdd748fc7d2f79378d39544dcae532d5c4191a" | ||
| } | ||
| } |
52 changes: 52 additions & 0 deletions
52
SPECS/intel-desktop-virtualization-k3s/intel-desktop-virtualization-k3s.spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| Name: intel-desktop-virtualization-k3s | ||
| Version: 0.1 | ||
| Release: 1%{?dist} | ||
| Vendor: Intel Corporation | ||
| Distribution: Edge Microvisor Toolkit | ||
| URL: https://github.com/open-edge-platform/edge-desktop-virtualization | ||
| Summary: Provides Kubevirt (enabled with GTK libarary support and Intel SR-IOV patched QEMU in Virt-Launcher) and IDV Device Plugin for enabling support of local GTK display using pre-built container tar files | ||
| License: Apache-2.0 | ||
| Source0: https://github.com/open-edge-platform/edge-desktop-virtualization/releases/download/pre-release-v0.1/intel-idv-kubevirt-v0.1.tar.gz | ||
| Source1: https://github.com/open-edge-platform/edge-desktop-virtualization/releases/download/pre-release-v0.1/intel-idv-device-plugin-v0.1.tar.gz | ||
| BuildArch: x86_64 | ||
| Requires: k3s | ||
|
|
||
| %description | ||
| Provides Kubevirt (enabled with GTK libarary support and Intel SR-IOV patched QEMU in Virt-Launcher) and IDV Device Plugin for enabling support of local GTK display using pre-built container tar files | ||
|
|
||
| %prep | ||
| tar -xzf %{SOURCE0} -C . | ||
| tar -xzf %{SOURCE1} -C . | ||
|
|
||
| %build | ||
|
|
||
| %install | ||
| mkdir -p %{buildroot}%{_sharedstatedir}/rancher/k3s/agent/images/ | ||
| cp *.tar.zst %{buildroot}%{_sharedstatedir}/rancher/k3s/agent/images/ | ||
|
|
||
| mkdir -p %{buildroot}%{_sharedstatedir}/rancher/k3s/server/manifests/ | ||
| cp *.yaml %{buildroot}%{_sharedstatedir}/rancher/k3s/server/manifests/ | ||
|
|
||
| %files | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/virt-api.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/virt-controller.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/virt-handler.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/virt-launcher.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/virt-operator.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/busybox.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/device-plugin.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/agent/images/sidecar-shim.tar.zst | ||
| %{_sharedstatedir}/rancher/k3s/server/manifests/device-plugin.yaml | ||
| %{_sharedstatedir}/rancher/k3s/server/manifests/kubevirt-cr.yaml | ||
| %{_sharedstatedir}/rancher/k3s/server/manifests/kubevirt-operator.yaml | ||
| %{_sharedstatedir}/rancher/k3s/server/manifests/kubevirt-cr-gfx-sriov.yaml | ||
|
|
||
|
|
||
| %post | ||
|
|
||
| %changelog | ||
| * Thu Jun 5 2025 D M, Karthik <[email protected]> - 0.1-1 | ||
| - Original version for Edge Microvisor Toolkit. License verified. | ||
| - Pre-release version of Kubevirt v1.5.0 with Display Virtualization and GTK library support identified as v1.5.0_DV | ||
| - Pre-release version of Device Plugin v1 to support Display Virtualization on local display | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
toolkit/imageconfigs/packagelists/intel-desktop-virtualization-k3s.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "packages": [ | ||
| "intel-desktop-virtualization-k3s" | ||
| ] | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.