5fa6a96285
This change adds devstack CI job to the sushy-tools library. The job should stand up the libvirt-based Redfish emulator and run Ironic conductor against it. Depends-On: I548f5a19a266436edbb874ea14af67db711240be Change-Id: I5590bb214f25b86e4dcc970c7bedced09f80fd9a
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
|