Comment 12 for bug 1631917

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

Reviewed: https://review.openstack.org/424278
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=f023c0bb23a2c134feea654a968b0cc06dce78ca
Submitter: Jenkins
Branch: master

commit f023c0bb23a2c134feea654a968b0cc06dce78ca
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