summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-15 18:25:00 +0000
committerGerrit Code Review <review@openstack.org>2022-07-15 18:25:00 +0000
commit0e5a3c221b7c59fbe9e43cd6bc95ae3c35c77fe8 (patch)
tree934766843268e394fa9ff011e1c4a5ae68cf5677
parentb0c528cec492a045e7c3088d10c2370b5d886bcf (diff)
parenta5925541c654c01e599743158416b46a95f4d125 (diff)
downloadkeystone-0e5a3c221b7c59fbe9e43cd6bc95ae3c35c77fe8.tar.gz
Merge "Add FIPS check job" into stable/wallaby
-rw-r--r--.zuul.yaml11
-rw-r--r--playbooks/enable-fips.yaml4
2 files changed, 15 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 9e39b771e..184d53c9e 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -33,6 +33,14 @@
USE_PYTHON3: True
- job:
+ name: keystone-dsvm-py3-functional-fips
+ parent: keystone-dsvm-py3-functional
+ nodeset: devstack-single-node-centos-8-stream
+ description: |
+ Functional testing for a FIPS enabled Centos 8 system
+ pre-run: playbooks/enable-fips.yaml
+
+- job:
name: keystone-dsvm-functional-federation-opensuse15
parent: keystone-dsvm-functional
nodeset: devstack-single-node-opensuse-15
@@ -212,6 +220,9 @@
- ^etc/.*$
- ^keystone/tests/unit/.*$
- ^releasenotes/.*$
+ - keystone-dsvm-py3-functional-fips:
+ voting: false
+ irrelevant-files: *irrelevant-files
- keystone-dsvm-py3-functional-federation-ubuntu-focal:
voting: false
irrelevant-files: *irrelevant-files
diff --git a/playbooks/enable-fips.yaml b/playbooks/enable-fips.yaml
new file mode 100644
index 000000000..c8f042dba
--- /dev/null
+++ b/playbooks/enable-fips.yaml
@@ -0,0 +1,4 @@
+- hosts: all
+ tasks:
+ - include_role:
+ name: enable-fips