From a818303f052cc1256600efd5994a3e6e24cfd7f4 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Thu, 18 Apr 2019 15:09:47 +0530 Subject: [PATCH] Set gather_facts to false while calling tempest playbook By default gather_facts is always true and tempest playbook runs tempest as a root user for creating some directories and once the tempest run finish, The ansible user dir is changed to /root and any other playbook called with gather_facts to false have same /root directory leading to failure in other playbooks where ansible user dir is used. Setting gather_facts to false fixes the issue Change-Id: Ia696afa16a995dfc7c91373f6d162425fe39c7a9 Signed-off-by: Chandan Kumar --- playbooks/multinode-standalone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/multinode-standalone.yml b/playbooks/multinode-standalone.yml index 0df24ce98..65a12e423 100644 --- a/playbooks/multinode-standalone.yml +++ b/playbooks/multinode-standalone.yml @@ -48,6 +48,7 @@ - name: Validate the deployment hosts: undercloud + gather_facts: false tasks: - include_tasks: tempest.yml vars: