Merge "Add FIPS job for barbican case"

This commit is contained in:
Zuul 2023-03-30 14:31:18 +00:00 committed by Gerrit Code Review
commit 9f1f4b88e1
2 changed files with 18 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# do about this, which should be at the March 2023 virtual PTG. # do about this, which should be at the March 2023 virtual PTG.
- cinder-tempest-plugin-lvm-tgt-barbican: - cinder-tempest-plugin-lvm-tgt-barbican:
voting: false voting: false
- cinder-tempest-plugin-lvm-lio-barbican-fips:
voting: false
- nova-ceph-multistore: - nova-ceph-multistore:
voting: false voting: false
- cinder-tempest-plugin-cbak-ceph - cinder-tempest-plugin-cbak-ceph
@ -278,6 +280,19 @@
This jobs configures Cinder with LVM, LIO, barbican and This jobs configures Cinder with LVM, LIO, barbican and
runs tempest tests and cinderlib tests on CentOS Stream 9. runs tempest tests and cinderlib tests on CentOS Stream 9.
- job:
name: cinder-tempest-plugin-lvm-lio-barbican-fips
parent: cinder-tempest-plugin-lvm-lio-barbican-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
pre-run: playbooks/enable-fips.yaml
vars:
configure_swap_size: 4096
nslookup_target: 'opendev.org'
tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
- job: - job:
name: cinder-tempest-plugin-lvm-tgt-barbican name: cinder-tempest-plugin-lvm-tgt-barbican
description: | description: |

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- enable-fips