Comment 5 for bug 1732176

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

Reviewed: https://review.openstack.org/584510
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=d3e20ebe909c8a15ff069448d34805ceb428174a
Submitter: Zuul
Branch: stable/pike

commit d3e20ebe909c8a15ff069448d34805ceb428174a
Author: Michele Baldessari <email address hidden>
Date: Tue Jan 9 10:59:29 2018 +0100

    Let haproxy_defaults be overridable

    Add the haproxy_defaults_override parameter so the defaults_options
    in haproxy are overridable. Tested by adding the following yaml to
    the deployment:
    parameter_defaults:
      ExtraConfig:
        tripleo::haproxy::haproxy_defaults_override:
          retries: 7

    Observed that haproxy.conf contained the following (retries defaults
    to 3):
    defaults
      retries 7

    Change-Id: I52b8f528e334e4d243ac7f506b9f293dab9f478d
    Closes-Bug: #1732176
    (cherry picked from commit 37f0c004c5a80653d25a71a0292e26bad73ad3e1)