Merge "Clarify HAProxy configuration necessity"

This commit is contained in:
Jenkins 2016-03-03 18:42:32 +00:00 committed by Gerrit Code Review
commit 23700d6861

View File

@ -3,11 +3,17 @@
Configuring HAProxy (optional) Configuring HAProxy (optional)
------------------------------ ------------------------------
For evaluation, testing, and development, HAProxy can temporarily HAProxy provides load balancing for high availability architectures deployed by
provide load balancing services in lieu of hardware load balancers. The OpenStack-Ansible. The default HAProxy configuration provides highly-available
default HAProxy configuration does not provide highly-available load load balancing services via keepalived if there are more than one hosts in the
balancing services. For production deployments, deploy a hardware load ``haproxy_hosts`` group.
balancer prior to deploying OSA.
.. note::
A load balancer is required for a successful installation. Deployers may
prefer to make use of hardware load balancers instead of haproxy. If hardware
load balancers are used then the load balancing configuration for services must
be implemented prior to executing the deployment.
To deploy HAProxy within your OpenStack-Ansible environment, define target To deploy HAProxy within your OpenStack-Ansible environment, define target
hosts which should run HAProxy: hosts which should run HAProxy: