Merge "Fixes log rotate issue"

This commit is contained in:
Jenkins 2015-10-01 01:29:00 +00:00 committed by Gerrit Code Review
commit 079f07b359
16 changed files with 17 additions and 1 deletions

View File

@ -59,6 +59,7 @@
roles:
- { role: "galera_server", tags: [ "galera-server" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: galera_log_rotate
rsyslog_client_log_dir: "/var/log/mysql_logs"
rsyslog_client_log_files:
- /var/log/mysql.log

View File

@ -21,6 +21,7 @@
- { role: "lxc_hosts", tags: [ "lxc-host", "host-setup" ] }
- { role: "py_from_git", tags: [ "lxc-libs" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: lxc_log_rotate
rsyslog_client_log_dir: "/var/log/lxc"
rsyslog_client_config_name: "99-lxc-rsyslog-client.conf"
tags:

View File

@ -73,6 +73,7 @@
- { role: "os_ceilometer", tags: [ "os-ceilometer" ] }
- { role: "openstack_openrc", tags: [ "openstack-openrc" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: ceilometer_log_rotate
rsyslog_client_log_dir: "/var/log/ceilometer"
rsyslog_client_config_name: "99-ceilometer-rsyslog-client.conf"
tags:

View File

@ -118,6 +118,7 @@
- "cinder-ceph-client"
- "ceph-client"
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: cinder_log_rotate
rsyslog_client_log_dir: "/var/log/cinder"
rsyslog_client_config_name: "99-cinder-rsyslog-client.conf"
tags:

View File

@ -89,6 +89,7 @@
- "glance-ceph-client"
- "ceph-client"
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: glance_log_rotate
rsyslog_client_log_dir: "/var/log/glance"
rsyslog_client_config_name: "99-glance-rsyslog-client.conf"
tags:

View File

@ -72,6 +72,7 @@
roles:
- { role: "os_heat", tags: [ "os-heat" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: heat_log_rotate
rsyslog_client_log_dir: "/var/log/heat"
rsyslog_client_config_name: "99-heat-rsyslog-client.conf"
tags:

View File

@ -72,6 +72,7 @@
roles:
- { role: "os_horizon", tags: [ "os-horizon" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: horizon_log_rotate
rsyslog_client_log_dir: "/var/log/apache2"
rsyslog_client_config_name: "99-horizon-rsyslog-client.conf"
tags:

View File

@ -73,6 +73,7 @@
- { role: "os_keystone", tags: [ "os-keystone" ] }
- { role: "openstack_openrc", tags: [ "openstack-openrc" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: keystone_log_rotate
rsyslog_client_log_dir: "/var/log/apache2"
rsyslog_client_config_name: "99-keystone-rsyslog-client.conf"
tags:

View File

@ -105,6 +105,7 @@
- { role: "os_neutron", tags: [ "os-neutron" ] }
- { role: "openstack_openrc", tags: [ "openstack-openrc" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: neutron_log_rotate
rsyslog_client_log_dir: "/var/log/neutron"
rsyslog_client_config_name: "99-neutron-rsyslog-client.conf"
rsyslog_client_log_files:

View File

@ -119,6 +119,7 @@
- "ceph-client"
- { role: "openstack_openrc", tags: [ "openstack-openrc" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: nova_log_rotate
rsyslog_client_log_dir: "/var/log/nova"
rsyslog_client_config_name: "99-nova-rsyslog-client.conf"
tags:

View File

@ -71,6 +71,7 @@
roles:
- { role: "os_swift", tags: [ "os-swift" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: swift_log_rotate
rsyslog_client_log_dir: "/var/log/swift"
rsyslog_client_config_name: "99-swift-rsyslog-client.conf"
tags:

View File

@ -20,6 +20,7 @@
roles:
- { role: "os_tempest", tags: [ "os-tempest" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: utility_log_rotate
rsyslog_client_log_dir: "/var/log/utility"
rsyslog_client_config_name: "99-tempest-rsyslog-client.conf"
tags:

View File

@ -45,6 +45,7 @@
- "rabbitmq-server"
- "upgrade-rabbitmq-server"
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: rabbitmq_log_rotate
rsyslog_client_log_dir: "/var/log/rabbitmq"
rsyslog_client_config_name: "99-rabbitmq-rsyslog-client.conf"
tags:

View File

@ -53,6 +53,7 @@
roles:
- { role: "repo_server", tags: [ "repo-server" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: repo_log_rotate
rsyslog_client_log_dir: "/var/log/nginx"
rsyslog_client_log_files:
- /var/www/repo_builder.log

View File

@ -48,6 +48,8 @@ rsyslog_client_tcp_port: 514
# Define the log files list as empty
rsyslog_client_log_files: []
rsyslog_client_log_rotate_file: os_aggregate_storage
# Set the `rsyslog_client_user_defined_targets` to define specific log targets.
# This option will allow you to define multiple log targets with different templates
# and options. The value of this variable is a list of hashes with the following

View File

@ -49,7 +49,7 @@
group: "root"
with_items:
- { src: "99-rsyslog.conf.j2", dest: "/etc/rsyslog.d/{{ rsyslog_client_config_name }}" }
- { src: "os_aggregate_storage.j2", dest: "/etc/logrotate.d/os_aggregate_storage" }
- { src: "os_aggregate_storage.j2", dest: "/etc/logrotate.d/{{ rsyslog_client_log_rotate_file }}" }
- { src: "rsyslog.conf.j2", dest: "/etc/rsyslog.conf" }
tags:
- rsyslog-client-config