Comment 4 for bug 1524687

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

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

commit 29d65b95b1fe53855a15260a391718fdb02dc385
Author: Bartłomiej Piotrowski <email address hidden>
Date: Tue Dec 15 12:06:30 2015 +0100

    Fix idempotence of logging task

    The logging task removes all files from /etc/rsyslog.d, while
    cluster-haproxy (executed later in the deployment graph) wants to put
    its rsyslog configuration there. This commit moves HAProxy rsyslog
    configuration to cluster::haproxy::rsyslog class, and defines it in both
    logging task and cluster:haproxy class.

    Change-Id: I2b450ef8d8de4fc9d41ada458af26ab91b9c871e
    Closes-Bug: 1524687