diff --git a/.zuul.yaml b/.zuul.yaml
index de88bd7..fb673f9 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -12,6 +12,8 @@
         # ussuri disabled due to https://bugs.launchpad.net/nova/+bug/1916750
         - devstack-plugin-nfs-tempest-full-ussuri:
            voting: no
+        - devstack-plugin-nfs-tempest-full-fips:
+           voting: no
     gate:
       jobs:
         - devstack-plugin-nfs-tempest-full
@@ -21,6 +23,7 @@
         - devstack-plugin-nfs-tempest-full-wallaby
         - devstack-plugin-nfs-tempest-full-victoria
         # - devstack-plugin-nfs-tempest-full-ussuri
+        # - devstack-plugin-nfs-tempest-full-fips
 
 - job:
     name: devstack-plugin-nfs-tempest-full
@@ -118,3 +121,12 @@
     override-checkout: stable/ussuri
     vars:
       tox_envlist: full
+
+- job:
+    name: devstack-plugin-nfs-tempest-full-fips
+    parent: devstack-plugin-nfs-tempest-full
+    nodeset: devstack-single-node-centos-9-stream
+    pre-run: playbooks/enable-fips.yaml
+    vars:
+      configure_swap_size: 4096
+      nslookup_target: 'opendev.org'
diff --git a/playbooks/enable-fips.yaml b/playbooks/enable-fips.yaml
new file mode 100644
index 0000000..bc1dc04
--- /dev/null
+++ b/playbooks/enable-fips.yaml
@@ -0,0 +1,3 @@
+- hosts: all
+  roles:
+    - enable-fips