Add FIPS job for barbican case

Add cinder-tempest-plugin-lvm-lio-barbican-fips

Change-Id: Ib79ad929582b2fac61a37807a837dab55e720fba
This commit is contained in:
Ade Lee
2022-06-21 15:05:25 -04:00
committed by Eric Harney
parent 227f748f84
commit 723c3b9839
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
@@ -280,6 +282,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