From 7849c7977c6eddcf6f92f334df043fe4d60f1548 Mon Sep 17 00:00:00 2001 From: Alex Carter Date: Tue, 6 Sep 2022 23:23:50 +0000 Subject: [PATCH] kata-deploy: add CC's kata-qemu-sev runtimeclass After adding an SEV QEMU config file (#4850), need to configure containerd to select this when appropriate based on a new runtimeclass. Adds to the configuration of containerd so the correct config is selected. Fixes: #4851 Signed-Off-By: Alex Carter --- tools/packaging/kata-deploy-cc/scripts/kata-deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/packaging/kata-deploy-cc/scripts/kata-deploy.sh b/tools/packaging/kata-deploy-cc/scripts/kata-deploy.sh index b148874278..df86c82868 100755 --- a/tools/packaging/kata-deploy-cc/scripts/kata-deploy.sh +++ b/tools/packaging/kata-deploy-cc/scripts/kata-deploy.sh @@ -14,6 +14,7 @@ containerd_conf_file_backup="${containerd_conf_file}.bak" shims=( "qemu" "qemu-tdx" + "qemu-sev" "clh" "clh-tdx" )