8b2e5653e4
Change-Id: I8ce7e11cd6027b53f1112c5880a5891c778db9d4 |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
vars | ||
README.md |
validate-minion
A basic role to validate that a minion is correctly reporting into the undercloud.
Requirements
N/A
Role Variables
validate_minion_heat_engine
: <'true'> -- Should the heat-engine service be checkedvalidate_minion_ironic_conductor
: <'false'> -- Should the ironic-conductor service be checkedvalidate_minion_simple_script
: <'validate_minion_simple.sh.j2'> -- Simple validation script sourcevalidate_minion_simple_log
: <'False'> -- Log file for the validationsundercloud_user
: <'stack'> -- User that the undercloud was installed under.
Dependencies
N/A
Example Playbook
- name: Validate minion
hosts: undercloud
vars:
validate_minion_heat_engine: true
validate_minion_ironic_conductor: true
roles:
- validate-minion
License
Apache