zuul: collect cinderlib logs from tempest node(s) only

The functional tests are executed from the tempest node(s), which means
that the collection must happen from the same place, not all nodes;
otherwise the playbook code fails on pure compute nodes.

Change-Id: Ibe1796e1380add34b6d8f19606bb55fda13c3c08
This commit is contained in:
Luigi Toscano 2020-07-16 14:40:29 +02:00
parent 04366727ee
commit 6e36e2bd98
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
- hosts: all - hosts: tempest
vars: vars:
tox_envlist: functional tox_envlist: functional
zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"