
This role is intended to leverage the `oslo-config-validator` on each one of the configuration files found on a deployment. The goal is to quickly catch erroneous configurations. When called manually, it will also be possible to generate a report returning all the differences between the current configuration and the default configuration One last thing, it will also validate the values of some specific settings, based on the invalid_settings dict in the configuration. Because of that, we moved some checks in nova_event_callback to the oslo_config_validator role. Depends-On: https://review.opendev.org/c/openstack/oslo.config/+/790883 Related: https://bugzilla.redhat.com/show_bug.cgi?id=1940815 Resolves: rhbz#1940815 Change-Id: Id047fe378cf512b985c9d7478a991f11b280102b
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