Comment 8 for bug 1522749

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

Reviewed: https://review.openstack.org/263320
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=7ff02115bcd6e278fa3a766110858562e9f991a3
Submitter: Jenkins
Branch: stable/8.0

commit 7ff02115bcd6e278fa3a766110858562e9f991a3
Author: Aleksandr Didenko <email address hidden>
Date: Mon Dec 21 16:31:01 2015 +0100

    Add support for external load-balancers

    Add new hiera configuration key 'external_lb'. If it's set to
    true then we should not configure Haproxy LB on controllers and
    also we should switch 'haproxy_backend_status' to 'http' provider.

    We calculate 'external_lb' during 'globals.pp' task - if we have
    no VIPs with 'haproxy' namespace, then it's set to 'true'.

    It does not change the default deployment scheme.

    Closes-bug: #1522749
    Change-Id: I5539d04d577465bd410494a6c0b7caff18857878
    (cherry picked from master branch commmit with the same change-id)