50ddf4b5ad
In commit [1] openvswitch firewall driver is switched to be default one used in devstack. So various tempest jobs will use this driver and it will be tested. We now need separate job to test non-default firewall driver which currently is iptables-hybrid driver. [1] https://review.openstack.org/#/c/568297/ Depends-On: https://review.openstack.org/#/c/568297/ Change-Id: I6061a173c95c8a41a61bfa298ae5964cc9b5d2e8
16 lines
411 B
YAML
16 lines
411 B
YAML
- hosts: primary
|
|
tasks:
|
|
|
|
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
|
synchronize:
|
|
src: '{{ ansible_user_dir }}/workspace/'
|
|
dest: '{{ zuul.executor.log_root }}'
|
|
mode: pull
|
|
copy_links: true
|
|
verify_host: true
|
|
rsync_opts:
|
|
- --include=/logs/**
|
|
- --include=*/
|
|
- --exclude=*
|
|
- --prune-empty-dirs
|