Comment 2 for bug 1316957

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

Reviewed: https://review.openstack.org/92531
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=84cd2624ec4292b9877c29e5be6f20946f8ef53a
Submitter: Jenkins
Branch: master

commit 84cd2624ec4292b9877c29e5be6f20946f8ef53a
Author: Bogdan Dobrelya <email address hidden>
Date: Wed May 7 10:44:38 2014 +0300

    Fix logrotation for fuel master node and its docker containers

    * Split rsyslog client and server roles for openstack::logrotate
      class as well
    * Add missed audit logs to rotation
    * Fix template used for hourly logrotate job check
      (was 10-fuel*, now is 20-fuel*)
    * Use common template for rsyslog server role both for host OS
      and rsylog container
      * Configure logrotate class also for host-only.pp
    * Ensure postrotate for rsyslog in docker container case as well:
      * Issue HUPing for all rsyslog pids including ones in the docker
      containers, if any.

    Closes-bug: #1316957

    Change-Id: I76cabf2c1361836be55551cb5b4cbdc50c4a03ec
    Signed-off-by: Bogdan Dobrelya <email address hidden>