
This validation checks the correctness of the undercloud.conf file. The checks run as part of the verification are: - All parameters assigned to a file path point to an existing file location in the system. - No deprecated parameters are included in undercloud.conf - All required parameters are present in undercloud.conf - No deprecated hw types are included in the enabled_hw_types parameters. Change-Id: Ic543e21c4aa60b05991f0c4866a6408b924304fd
TripleO Validations
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 Mistral validation framework or by Ansible directly. They are available independently from the UI or the command line client.
- 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