octavia/playbooks/legacy/octavia-v1-dsvm-scenario-lxd/post.yaml
Michael Johnson 02e6f93b8a Move Octavia zuulv3 configuration in repo
This is the start of the transition to native Zuul v3 support for Octavia.

Change-Id: I21d336d3a1fa7363f8c2ea0c5291b4d63bd1a41d
2017-10-18 16:47:42 -07:00

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