From d8c76db952d0dc1d708aee4693beb14e1019fd2c Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 10 Mar 2022 21:57:19 +0100 Subject: 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 --- playbooks/configure_functional_job.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'playbooks') diff --git a/playbooks/configure_functional_job.yaml b/playbooks/configure_functional_job.yaml index d44c4febd7..4d732cc641 100644 --- a/playbooks/configure_functional_job.yaml +++ b/playbooks/configure_functional_job.yaml @@ -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 -- cgit v1.2.1