tripleo-validations/playbooks/check-undercloud-conf.yaml
Jose Luis Franco Arza 5df68a43f0 Add validation to verify undercloud.conf content.
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
(cherry picked from commit 99fdf8ae6a)
(cherry picked from commit 6b181d8905)
(cherry picked from commit e5df5b3681)
2021-04-15 01:42:26 +02:00

16 lines
430 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Verify undercloud.conf correctness
description: |
This validation verifies that no deprecated, invalid or
incompatible parameters are being passwed in the Undercloud's
undercloud.conf configuration file.
groups:
- prep
- pre-undercloud-upgrade
check_undercloud_conf_debug: false
roles:
- check_undercloud_conf