
This change updates all fo the names that we were using to the post openstack migration name for openstack-ansible. Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
857 B
857 B
Home OpenStack Ansible Installation Guide
Configuring HAProxy (optional)
For evaluation, testing, and development, HAProxy can temporarily provide load balancing services in lieu of hardware load balancers. The default HAProxy configuration does not provide highly-available load balancing services. For production deployments, deploy a hardware load balancer prior to deploying OSA.
In the
/etc/openstack_deploy/openstack_user_config.yml
file, add thehaproxy_hosts
section with one or more infrastructure target hosts, for example:haproxy_hosts: 123456-infra01: ip: 172.29.236.51 123457-infra02: ip: 172.29.236.52 123458-infra03: ip: 172.29.236.53