nova/playbooks/legacy/nova-cells-v1/post.yaml
Matt Riedemann f9d5fd5f44 Migrate tempest-dsvm-cells job to an in-tree job definition
This defines the nova-cells-v1 job, based the tempest-dsvm-cells
job from openstack-zuul-jobs.

The branch override parts of the job definition are removed since
the job will be defined per-branch now (we'll also have to backport
this to stable/queens).

There will be related changes to project-config, devstack, tempest
and openstack-zuul-jobs on this topic branch to use the new job name.

Part of blueprint remove-nova-network

Conflicts:
      .zuul.yaml

NOTE(mriedem): The conflict is due to change
I8630ea11c3067ed934de2ef27a63432418e98c33 not being in Queens.

Change-Id: I25c87f27c69e0cdb74e8553305a09cb85f43d87e
(cherry picked from commit 6435b3745a)
2018-03-26 17:43:30 -04: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