Merge "Run atop in light mode in upstream"

This commit is contained in:
Zuul 2019-03-08 05:39:18 +00:00 committed by Gerrit Code Review
commit 05cb96dc29
2 changed files with 3 additions and 1 deletions

View File

@ -66,3 +66,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

@ -62,5 +62,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