Merge "Add FIPS testing jobs"
This commit is contained in:
commit
d1aee695e4
3
playbooks/enable-fips.yaml
Normal file
3
playbooks/enable-fips.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- enable-fips
|
@ -10,6 +10,8 @@
|
||||
- python-manilaclient-functional
|
||||
- manila-rally-ss:
|
||||
voting: false
|
||||
- python-manilaclient-functional-fips:
|
||||
voting: false
|
||||
- manila-rally-no-ss:
|
||||
voting: false
|
||||
gate:
|
||||
|
@ -82,3 +82,13 @@
|
||||
# Neutron services
|
||||
q-svc: true
|
||||
q-ovn-metadata-agent: true
|
||||
|
||||
- job:
|
||||
name: python-manilaclient-functional-fips
|
||||
parent: python-manilaclient-functional
|
||||
nodeset: devstack-single-node-centos-9-stream
|
||||
pre-run:
|
||||
- playbooks/enable-fips.yaml
|
||||
vars:
|
||||
configure_swap_size: 4096
|
||||
nslookup_target: 'opendev.org'
|
||||
|
Loading…
Reference in New Issue
Block a user