tripleo-validations/roles/haproxy
Cédric Jeanneret 06bb613979 Adds Molecule to haproxy validation role
Change-Id: I7009a4ae534a6ad437ca46f0d3d3505360dc21dc
2019-07-22 15:21:47 +02:00
..
defaults Add haproxy role 2019-03-15 10:41:53 +01:00
molecule/default Adds Molecule to haproxy validation role 2019-07-22 15:21:47 +02:00
tasks Add haproxy role 2019-03-15 10:41:53 +01:00
vars Add haproxy role 2019-03-15 10:41:53 +01:00
README.md Add haproxy role 2019-03-15 10:41:53 +01:00

README.md

haproxy

An Ansible role to check if the HAProxy configuration has recommended values.

Requirements

This role requires an Up and Running Overcloud

Role Variables

  • config_file: '/var/lib/config-data/puppet-generated/haproxy/etc/haproxy/haproxy.cfg'
  • global_maxconn_min: 20480
  • defaults_maxconn_min: 4096
  • defaults_timeout_queue: '2m'
  • defaults_timeout_client: '2m'
  • defaults_timeout_server: '2m'
  • defaults_timeout_check: '10s'

Dependencies

No dependencies

Example Playbook

- hosts: undercloud
  roles:
     - { role: haproxy }

License

Apache

Author Information

Red Hat TripleO Validations Team.