With this patch, validator group info can be used by operators in automation. Change-Id: I64d17dcb5eb6f351ac60dee8bb1ff17e0cc4db87
757 B
757 B
tripleo_validator_group_info
A role to get info of a tripleo validations group
Requirements
None.
Role Variables
tripleo_validator_group_info_debug: (Boolean) Flag to print out the debug command. Default: Falsetripleo_validator_group_info: (String) Group to gather from
Output Variables
tripleo_validator_group_info_result: Ansible shell execution results
Dependencies
None.
Example Playbook
Example validator group info playbook
- hosts: undercloud
gather_facts: true
tasks:
- name: Gather validation group info
import_role:
name: tripleo_validator_group_info
License
Apache-2.0