openstack-ansible-os_cloudk.../extras/haproxy_cloudkitty.yml
Michael Rice 6d6ca0c8fa Adding the extras and tests with updated readme
This change includes the bits needed to add to osa such
as the playbook and env.d file.
2016-05-19 22:21:55 -05:00

11 lines
306 B
YAML

haproxy_service_configs:
- service:
haproxy_service_name: cloudkitty_api
haproxy_backend_nodes: "{{ groups['cloudkitty_api'] | default([]) }}"
haproxy_port: 8089
haproxy_balance_type: http
haproxy_backend_options:
- "forwardfor"
- "httpchk"
- "httplog"