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
This commit is contained in:
Michal Nasiadka 2020-01-09 16:33:46 +01:00
parent 71489044da
commit f44b0b778b
1 changed files with 0 additions and 4 deletions

View File

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