
Most of the logs are compressed already based on configurations in /etc/logrotate.d, but this patch ensures that the remaining logs are compressed during the rotation process. Closes-Bug: 1493981 Change-Id: If11c6d3a292b3621c00a8d0b775274a8096eaa66
OpenStack rsyslog server
- tags
-
openstack, rsyslog, server, cloud, ansible
- category
-
*nix
Role to deploy rsyslog for use within OpenStack when deploying services using containers.
- name: Install rsyslog
hosts: rsyslog
max_fail_percentage: 20
user: root
roles:
- { role: "rsyslog_server", tags: [ "rsyslog-server" ] }