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 <alex.carter@ibm.com>
This commit is contained in:
Alex Carter 2022-09-06 23:23:50 +00:00
parent f5a6522398
commit 7849c7977c

View File

@ -14,6 +14,7 @@ containerd_conf_file_backup="${containerd_conf_file}.bak"
shims=(
"qemu"
"qemu-tdx"
"qemu-sev"
"clh"
"clh-tdx"
)