Merge "Run configure_for_func_testing script after enable fips" into stable/xena

This commit is contained in:
Zuul 2022-03-28 17:14:40 +00:00 committed by Gerrit Code Review
commit e909c75756
2 changed files with 8 additions and 2 deletions

View File

@ -5,4 +5,10 @@
# destination IP addresses in arp tables:
- legacy_ebtables
- setup_logdir
- role: persistent-firewall
when: enable_fips is defined and enable_fips|bool
- role: enable-fips
when: enable_fips is defined and enable_fips|bool
- role: disable_selinux
when: enable_fips is defined and enable_fips|bool
- configure_functional_tests

View File

@ -112,8 +112,8 @@
nodeset: devstack-single-node-centos-8-stream
description: |
Functional testing for a FIPS enabled Centos 8 system
pre-run: playbooks/enable-fips.yaml
vars:
enable_fips: True
configure_swap_size: 4096
devstack_localrc:
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
@ -125,8 +125,8 @@
nodeset: devstack-single-node-centos-8-stream
description: |
Functional testing for a FIPS enabled Centos 8 system
pre-run: playbooks/enable-fips.yaml
vars:
enable_fips: True
configure_swap_size: 4096
devstack_localrc:
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256