tripleo-validations/playbooks/dhcp-introspection.yaml
Gael Chamoulaud (Strider) 205a4711ef
Use a Literal Block Scalar instead of Folding one for validation
Some validations have a long description and are displayed as it. Which
makes the Validator Show CLI output unreadable.

This patch replaces all the Folding Block Scalar by Literal ones in
order to get a better output.

Change-Id: Iea42706e07ea7bef598bdd26875050a47d95485d
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-10-19 07:40:00 +02:00

19 lines
513 B
YAML

---
- hosts: undercloud
become: true
vars:
metadata:
name: DHCP on the Introspection Network
description: |
An unexpected DHCP server on the network used for node
introspection can cause some nodes to not be inspected.
This validations checks for the DHCP responses on the
interface specified in ironic-inspector.conf.
groups:
- pre-introspection
tasks:
- include_role:
name: dhcp_validations
tasks_from: dhcp-introspection