Comment 17 for bug 1631917

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/newton)

Reviewed: https://review.openstack.org/429662
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=4e1ee9f0234c8602bf96bb94f80d5e826894237e
Submitter: Jenkins
Branch: stable/newton

commit 4e1ee9f0234c8602bf96bb94f80d5e826894237e
Author: Alexey Stupnikov <email address hidden>
Date: Mon Jan 23 21:12:37 2017 +0300

    Fix logrotate configuration on master node

    A docker-related code and confguration was removed in patch
    https://review.openstack.org/#/c/304735/. At this point a single
    configuration template is used to configure fuel-logrotate job
    on both master and slaves; old master configuration template
    was removed. As a result, som log files are not rotated.

    Here is a short list of log files to configure:
    - /var/log/astute/*.log
    - /var/log/dnsmasq.log
    - /var/log/mcollective.log (changed to /var/log/mcollective*.log)
    - /var/log/ostf*.log
    - /var/log/ostf/*.log
    - /var/log/rsync.log
    - /var/log/fuelmenu.log
    - /var/log/nailgun/*.log (we use separate template to configure
      nailgun)

    Change-Id: Ie5dfe086ece06421045063505199681abb9f6504
    Closes-bug: #1631917
    (cherry picked from commit f023c0bb23a2c134feea654a968b0cc06dce78ca)