diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index a044073dbc..228229d2a0 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -344,7 +344,7 @@ if [[ -z "$IRONIC_DIB_RAMDISK_OPTIONS" ]]; then
     if [[ "$IRONIC_DIB_RAMDISK_OS" == "centos8" ]]; then
         # Adapt for DIB naming change
         IRONIC_DIB_RAMDISK_OS=centos
-        IRONIC_DIB_RAMDISK_RELEASE=8
+        IRONIC_DIB_RAMDISK_RELEASE=8-stream
     fi
     IRONIC_DIB_RAMDISK_OPTIONS="$IRONIC_DIB_RAMDISK_OS"
 fi
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 869144ba3b..6a0d330644 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -16,7 +16,9 @@
         - ironic-tempest-functional-python3
         - ironic-tempest-functional-rbac-scope-enforced
         - ironic-grenade
-        - ironic-standalone
+        # Disabled to un-break the CI, revert ASAP
+        - ironic-standalone:
+            voting: false
         - ironic-standalone-redfish
         - ironic-tempest-partition-bios-redfish-pxe
         - ironic-tempest-partition-uefi-redfish-vmedia
@@ -62,7 +64,8 @@
         - ironic-tempest-functional-python3
         - ironic-tempest-functional-rbac-scope-enforced
         - ironic-grenade
-        - ironic-standalone
+        # Disabled to un-break the CI, revert ASAP
+        # - ironic-standalone
         - ironic-standalone-redfish
         - ironic-tempest-partition-bios-redfish-pxe
         - ironic-tempest-partition-uefi-redfish-vmedia