253a16de422b5f22bb1b9e68ffa14e855a22d243
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
(cherry picked from commit 9dd662a1b9)
A collection of Ansible roles and playbooks to detect and report potential issues during TripleO deployments.
The validations will help detect issues early in the deployment process and prevent field engineers from wasting time on misconfiguration or hardware issues in their environments.
All validations are written in Ansible and are written in a way that's consumable by the Validation Framework Command Line Interface (CLI) or by Ansible directly.
- Free software: Apache license
- Documentation: https://docs.openstack.org/tripleo-validations/latest/
- Release notes: https://docs.openstack.org/releasenotes/tripleo-validations/
- Source: https://opendev.org/openstack/tripleo-validations
- Bugs: https://storyboard.openstack.org/#!/project/openstack/tripleo-validations
Description
RETIRED, A collection of Ansible playbooks to detect and report potential issues during TripleO deployments