
This change converts our use of CentOS7/88 to UBI8, which should provide a better test environment which will match that of production for future releases of TripleO. While this image change will better match production clouds thanks in large part to TCIB, it will also remove our use of docker.io (dockerhub) which fraught with peril due to the ongoing API rate limits saga. Change-Id: I69f3400568d865c1f3505913077ecd7fe36d7d43 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Undercloud-debug
An Ansible role to check if debug is enabled on Undercloud services.
Requirements
This role needs to be run against an installed Undercloud.
Role Variables
- debug_check:
- services_conf_files: List of path for each services configuration files you want to check
Dependencies
- 'validations_read_ini' custom plugin
Example Playbook
- hosts: undercloud
roles:
- { role: undercloud-debug }
License
Apache
Author Information
Red Hat TripleO Validations Team