Stop gzipping logs in post

As per [1] we should stop compressing the logs sent to swift in order
to get them back readable via a browser.

[1]: http://lists.openstack.org/pipermail/openstack-discuss/2020-January/011875.html

Change-Id: I5b5f323471676317a2898875cbbf297082328fcc
(cherry picked from commit f44b0b778b)
This commit is contained in:
Michal Nasiadka 2020-01-09 16:33:46 +01:00 committed by Mark Goddard
parent 9bd33bdfc7
commit 3709ded397
1 changed files with 0 additions and 4 deletions

View File

@ -74,10 +74,6 @@
# append .txt to all kolla config file
find logs/kolla_configs -type f -exec mv '{}' '{}'.txt \;
# Compress all text logs
find logs -iname '*.txt' -execdir gzip -9 {} \+
find logs -iname '*.json' -execdir gzip -9 {} \+
executable: /bin/bash
chdir: "{{ zuul.project.src_dir }}"