tripleo-validations/roles/haproxy
Cédric Jeanneret f8366f7460 Adds Molecule to haproxy validation role
Depends-On: I0551ab56324ede7f1d33e0e9a680c26ea164023c
Change-Id: I7009a4ae534a6ad437ca46f0d3d3505360dc21dc
(cherry picked from commit 06bb613979)
2019-08-01 12:52:32 +00:00
..
defaults Add haproxy role 2019-03-15 10:41:53 +01:00
molecule/default Adds Molecule to haproxy validation role 2019-08-01 12:52:32 +00: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.