Fix the ANSIBLE_LOG_PATH value.

Fix the path in ANSIBLE_LOG_PATH, it should be the path from inside the
container. Fix the path in the message for the node_update_failed case.

Change-Id: I6bbd74108a78108662e5246d9aebcab2eb5988a2
This commit is contained in:
Daniel Bengtsson 2020-06-23 14:12:42 +02:00
parent f7715be87c
commit 2144ac0bbe
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ workflows:
- ansible_queue_name: tripleo
- module_path: /usr/share/ansible-modules
- ansible_extra_env_variables:
ANSIBLE_LOG_PATH: /var/log/containers/mistral/package_update.log
ANSIBLE_LOG_PATH: /var/log/mistral/package_update.log
ANSIBLE_HOST_KEY_CHECKING: 'False'
- verbosity: 1
- work_dir: /var/lib/mistral
@ -199,7 +199,7 @@ workflows:
on-success: send_message
publish:
status: FAILED
message: Ansible failed, check log at /var/log/mistral/package_update.log.
message: Ansible failed, check log at /var/log/containers/mistral/package_update.log.
send_message:
workflow: tripleo.messaging.v1.send