tripleo-validations/playbooks/undercloud-debug.yaml
Jiri Podivin 6cbeeb4c2c undercloud-debug validation documentation improvement
Documentation of the validation was adjusted to reflect actual
mechanism of operation, with the goal of preventing confusion
on the side of the customer.

Related-Bug: #1942508

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I79b07f1929e81cfd162f3e191287da254f88c3ae
2022-01-05 06:51:58 +00:00

26 lines
765 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Undercloud Services Debug Check
description: |
The undercloud's openstack services should _not_ have debug enabled.
This will check if debug is enabled on undercloud services.
If debug is enabled, the root filesystem can fill up quickly, and
is not a good thing.
This role needs to be run against an installed Undercloud.
The tested services must use one of the specified configuration files
to set their debug status.
groups:
- pre-deployment
categories:
- compute
- networking
- telemetry
- baremetal
products:
- tripleo
debug_check: "True"
roles:
- undercloud_debug