From b8138986ab28d0c1767cf470de535faee1371613 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Thu, 16 Jul 2020 14:40:29 +0200 Subject: [PATCH] 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 (cherry picked from commit 9487f0f4087cecd08ae5beaf354a11ae0f8b609c) (cherry picked from commit b584cb95bea7d138abb9d38690ee08e4e4f0de62) --- playbooks/post-cinderlib.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/post-cinderlib.yaml b/playbooks/post-cinderlib.yaml index f61775c0399..6384bd12f86 100644 --- a/playbooks/post-cinderlib.yaml +++ b/playbooks/post-cinderlib.yaml @@ -1,4 +1,4 @@ -- hosts: all +- hosts: tempest vars: tox_envlist: functional zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"