# Install the Kazoo-wrapped HAProxy
yum -y install kazoo-haproxy
# Edit /etc/kazoo/haproxy/haproxy.cfg to setup the backend server to point to BigCouch
# For AiO installs, it should look something like:
cat >> /etc/kazoo/haproxy/haproxy.cfg << EOF
global
log /dev/log local0 info
ma...