From 92879675cd83d73b42f273b040722367f9bad580 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Thu, 19 Mar 2020 10:45:42 +0100 Subject: [PATCH] Fix path of log file. Incorrect log file location afer node upgrade failed. The ansible.log file doesn't exists. Change-Id: I59f89730e6ed52e4ca54dbd19fcbf6aea0506450 --- workbooks/package_update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbooks/package_update.yaml b/workbooks/package_update.yaml index f4970debc..2aef7e0fc 100644 --- a/workbooks/package_update.yaml +++ b/workbooks/package_update.yaml @@ -180,7 +180,7 @@ workflows: on-error: node_update_failed publish-on-error: status: FAILED - message: Ansible failed, check log at <% $.work_dir %>/<% execution().id %>/ansible.log. + message: Ansible failed, check log at <% $.work_dir %>/<% execution().id %>/package_update.log. publish: log_path: <% task().result.get('log_path') %> @@ -194,7 +194,7 @@ workflows: on-success: send_message publish: status: FAILED - message: Ansible failed, check log at <% $.get('work_dir') %>/<% execution().id %>/ansible.log. + message: Ansible failed, check log at <% $.get('work_dir') %>/<% execution().id %>/package_update.log. send_message: workflow: tripleo.messaging.v1.send