This module provides for the following ansible plugin:
- reportentry
Print a custom report
report_status: | The report status. Should be 'OK', 'ERROR' or 'SKIPPED'. |
---|---|
report_reason: | The reason of the report |
report_recommendations: | |
A list of recommendations to do. |
: | Gael Chamoulaud |
---|
- hosts: undercloud
tasks:
- name: Report DNS setup in undercloud.conf
reportentry:
report_reason: DNS is not setup correctly in undercloud.conf
report_recommendations:
- Please set the 'undercloud_nameservers' param in undercloud.conf
report_status: ERROR
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.