Comment 3 for bug 1712377

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

Reviewed: https://review.openstack.org/496501
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=351ab932514f13d7a139b0b41fdc4f6f7e990c8f
Submitter: Jenkins
Branch: master

commit 351ab932514f13d7a139b0b41fdc4f6f7e990c8f
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Wed Aug 23 09:01:53 2017 +0300

    Certmonger: Only attempt to reload haproxy is it's active

    Previously, certmonger tried to reload haproxy every time after a
    certificate is requested. This is useful for certificate resubmits or
    renewals. However, it turned out problematic on installation, when
    haproxy is not yet active, as it would try many times and end up having
    a race-condition with puppet.

    This checks if haproxy is active and only then will it attempt to reload
    it.

    Change-Id: I51f9cccb5d1518a9647778e7bf6f9426a02ceb60
    Closes-Bug: #1712377