From dc71ebe267461c5ccdd88378fff0bd1024077f3e Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Thu, 25 May 2017 16:25:45 -0400 Subject: [PATCH] gzip the ARA report after generating it ARA behaves well gzipped and shaves a lot of the size due to it being composed mostly of text. Change-Id: I7a3f21af365d13ba783d200a75d18b50429a1488 --- tools/deploy_aio.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh index e408597ec7..60d3d9891d 100755 --- a/tools/deploy_aio.sh +++ b/tools/deploy_aio.sh @@ -24,6 +24,7 @@ function copy_logs { # NOTE(SamYaple): Fix permissions for log extraction in gate chmod -R 777 /tmp/logs/kolla /tmp/logs/kolla_configs /tmp/logs/system_logs ara generate html /tmp/logs/playbook_reports/ + gzip --recursive --best /tmp/logs/playbook_reports/ } function sanity_check {