From 20f164c8b104b0fdd09fdc4637d8dc7a84f353e0 Mon Sep 17 00:00:00 2001 From: Dmitry Popovichev Date: Wed, 14 Jan 2026 15:54:17 +0000 Subject: [PATCH] MAINT: Adding the image_fixes role to the CAPI builder Applies the fix for the NVIDIA PCI I/O invalid device error to our images. --- cluster-api/common_vars.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-api/common_vars.json b/cluster-api/common_vars.json index 386b5c3..57f5e8c 100644 --- a/cluster-api/common_vars.json +++ b/cluster-api/common_vars.json @@ -1,6 +1,6 @@ { "extra_debs": "nfs-common open-iscsi", - "node_custom_roles_post": "vm_baseline containerd", + "node_custom_roles_post": "vm_baseline containerd image_fixes", "source_image": "", "source_image_filter_name": "ubuntu-jammy-22.04-nogui", "flavor": "l3.nano",