Merge "Add ui_validate_simple to the logs collected"

This commit is contained in:
Zuul 2017-12-18 17:12:58 +00:00 committed by Gerrit Code Review
commit 012d211c52
3 changed files with 11 additions and 1 deletions

View File

@ -38,6 +38,14 @@
cp {{ artcl_collect_dir }}/undercloud/home/stack/tempest/tempest.{xml,html}{,.gz} {{ artcl_collect_dir }} || true;
gunzip {{ artcl_collect_dir }}/tempest.{xml,html}.gz || true;
- name: Fetch .sh and .log files from local working directory on localhost
shell: >
cp {{ item }} {{ artcl_collect_dir }}/
with_items:
- "{{ local_working_dir }}/*.sh"
- "{{ local_working_dir }}/*.log"
ignore_errors: "yes"
- name: Rename compressed text based files to end with txt.gz extension
shell: >
find {{ artcl_collect_dir }}/ -type f |

View File

@ -0,0 +1,2 @@
dependencies:
- extras-common

View File

@ -9,4 +9,4 @@
shell: >
set -o pipefail &&
{{ local_working_dir }}/ui_validate_simple.sh
2>&1 {{ ui_validate_simple_log }}
| tee {{ ui_validate_simple_log }}