tripleo-validations/doc/source/roles/role-tripleo_haproxy.rst
Gael Chamoulaud (Strider) 9dd662a1b9
Migrate back haproxy validation to tripleo-validations
This patch moves back the haproxy validation from validations-common to
tripleo-validations. It has been renamed in tripleo-haproxy and the role
is called now tripleo_haproxy.

This patch also fix the host targeting in order to only execute this
validation on nodes where haproxy is really installed and configured.

Note that the haproxy validations hosted in validations-common will be
removed in a follow up patch.

Closes-Bug: #1926024

Co-Authored-By: Michele Baldessari <michele@redhat.com>

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I9869afd60342fdb0aca69a313c1c6e35e0947fb8
2021-06-21 11:28:28 +02:00

620 B

tripleo_haproxy

About The Role

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

Requirements

This role requires and Up and Running Overcloud.

Dependencies

None.

Example Playbook

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

License

Apache

Author Information

Red Hat Tripleo DFG:PIDONE

Full Description