e55e9e82e3
Add support for SUSE based distributions. We also mark CentOS7 as supported distribution. Finally, we update the bindep.txt, run_tests.sh and Vagrantfile files from the openstack-ansible-tests repository. Change-Id: I9986dadbc690344bad68ca23a1cb30aec92cb7ef
10 lines
352 B
Django/Jinja
10 lines
352 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
#crontab for sysstat
|
|
|
|
# Activity reports every 10 minutes everyday
|
|
*/{{ openstack_host_sysstat_interval }} * * * * root [ -x /usr/lib64/sa/sa1 ] && exec /usr/lib64/sa/sa1 -S ALL 1 1
|
|
|
|
# Update reports every 6 hours
|
|
55 {{ openstack_host_sysstat_statistics_hour }} * * * root [ -x /usr/lib64/sa/sa2 ] && exec /usr/lib64/sa/sa2 -A
|