neutron/playbooks/configure_functional_job.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