d8c76db952
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
15 lines
487 B
YAML
15 lines
487 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-tox
|
|
# TODO(slaweq): remove it when nftables will support syntax for src and
|
|
# 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
|