Comment 5 for bug 1686337

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

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

commit c504d6a8591bcf12e31d97a62222d7611941b136
Author: Michele Baldessari <email address hidden>
Date: Wed Apr 26 10:12:50 2017 +0200

    Add a flag to rabbitmq so that we can deploy with ha-mode: all again

    In change Ib62001c03e1e08f58cf0c6e0ba07a8879a584084 we switched the
    rabbitmq queues HA mode from ha-all to ha-exactly. While this gives us a
    nice performance boost with rabbitmq, it makes rabbit less resilient to
    network glitches as we painfully found out via
    https://bugzilla.redhat.com/show_bug.cgi?id=1441635.

    Will propose another THT change to actually change the default to
    -1 so we get this ha-mode:all by default.

    Change-Id: I9a90e71094b8d8d58b5be0a45a2979701b0ac21c
    Partial-Bug: #1686337
    Co-Authored-By: Damien Ciabrini <email address hidden>
    Co-Authored-By: John Eckersberg <email address hidden>