Run configure_for_func_testing script after enable fips
It should be run after FIPS are enabled and node is rebooted to make sure that openvswitch is running properly during tests. Change-Id: I35411f177a432985795940947fd5440d8f929251
This commit is contained in:
@@ -5,4 +5,10 @@
|
|||||||
# destination IP addresses in arp tables:
|
# destination IP addresses in arp tables:
|
||||||
- legacy_ebtables
|
- legacy_ebtables
|
||||||
- setup_logdir
|
- 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
|
- configure_functional_tests
|
||||||
|
@@ -138,8 +138,8 @@
|
|||||||
nodeset: devstack-single-node-centos-8-stream
|
nodeset: devstack-single-node-centos-8-stream
|
||||||
description: |
|
description: |
|
||||||
Functional testing for a FIPS enabled Centos 8 system
|
Functional testing for a FIPS enabled Centos 8 system
|
||||||
pre-run: playbooks/enable-fips.yaml
|
|
||||||
vars:
|
vars:
|
||||||
|
enable_fips: True
|
||||||
configure_swap_size: 4096
|
configure_swap_size: 4096
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
|
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
|
||||||
@@ -151,8 +151,8 @@
|
|||||||
nodeset: devstack-single-node-centos-8-stream
|
nodeset: devstack-single-node-centos-8-stream
|
||||||
description: |
|
description: |
|
||||||
Functional testing for a FIPS enabled Centos 8 system
|
Functional testing for a FIPS enabled Centos 8 system
|
||||||
pre-run: playbooks/enable-fips.yaml
|
|
||||||
vars:
|
vars:
|
||||||
|
enable_fips: True
|
||||||
configure_swap_size: 4096
|
configure_swap_size: 4096
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
|
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
|
||||||
|
Reference in New Issue
Block a user