Introduce lvm-fips py3.11 job

Older releases run successfully on the standard centos9
configuration, for 2025.2 and forward, use python 3.11.

Depends-On: I08d2da7920848c887de9e7d370a66deed6d2a059
Change-Id: I4f861f6ec5ed5ff71ef3d4c17e696c2b75c9e4c9
Signed-off-by: Eric Harney <eharney@redhat.com>
diff --git a/.zuul.yaml b/.zuul.yaml
index 3cf7cbd..8e48502 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -13,7 +13,9 @@
         # do about this, which should be at the March 2023 virtual PTG.
         - cinder-tempest-plugin-lvm-tgt-barbican:
             voting: false
-        - cinder-tempest-plugin-lvm-lio-barbican-fips:
+        - cinder-tempest-plugin-lvm-lio-barbican-fips-2025-1:
+            voting: false
+        - cinder-tempest-plugin-lvm-lio-barbican-fips-py311:
             voting: false
         - cinder-tempest-plugin-lvm-nvmet-barbican
         - nova-ceph-multistore:
@@ -328,6 +330,26 @@
       tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
 
 - job:
+    name: cinder-tempest-plugin-lvm-lio-barbican-fips-2025-1
+    parent: cinder-tempest-plugin-lvm-lio-barbican-fips
+    override-checkout: stable/2025.1
+
+- job:
+    name: cinder-tempest-plugin-lvm-lio-barbican-fips-py311
+    parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream
+    nodeset: devstack-single-node-centos-9-stream
+    description: |
+      This job configures Cinder with LVM, LIO, barbican and
+      runs tempest tests and cinderlib tests on CentOS Stream 9
+      under FIPS mode
+    vars:
+      enable_fips: True
+      nslookup_target: 'opendev.org'
+      tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
+      devstack_localrc:
+        PYTHON3_VERSION: 3.11
+
+- job:
     name: cinder-tempest-plugin-lvm-nvmet-barbican
     description: |
       This jobs configures Cinder with LVM, nvmet, barbican and