Run atop in light mode in upstream

Makes the final log size much smaller and lowers the strain on
logserver.

Depends-On: https://review.openstack.org/#/c/639669
Change-Id: I382774b1c89746a9dd8154e3cc2e0db0db67b50a
Partial-Bug: https://bugs.launchpad.net/tripleo/+bug/1818980
This commit is contained in:
Sagi Shnaidman 2019-02-27 16:02:03 +02:00 committed by Sorin Sbarnea
parent b8df3435ea
commit ed38a8dfda
2 changed files with 3 additions and 1 deletions

View File

@ -65,3 +65,4 @@ influxdb_password:
influxdb_dbname: tripleo_ci
influxdb_data_file_path: "{{ artcl_collect_dir }}/influxdb_data"
influxdb_create_data_file: true
atop_command: atop -R -w /var/log/atop.bin

View File

@ -61,5 +61,6 @@ run_tripleo_validations_setup: false
# https://bugs.launchpad.net/tripleo/+bug/1817600
# turn off performance monitoring.
install_atop: false
ara_generate_html: false
# run atop with interval (-i) of 180 seconds instead of default 10
atop_command: atop -i 180 -R -w /var/log/atop.bin