tripleo-operator-ansible/roles/tripleo_validator_group_info
David J Peacock 29186b681a add role to gather info of tripleo validation group
With this patch, validator group info can be used by operators in automation.

Change-Id: I64d17dcb5eb6f351ac60dee8bb1ff17e0cc4db87
2021-02-25 10:38:11 -05:00
..
defaults add role to gather info of tripleo validation group 2021-02-25 10:38:11 -05:00
meta add role to gather info of tripleo validation group 2021-02-25 10:38:11 -05:00
molecule/default add role to gather info of tripleo validation group 2021-02-25 10:38:11 -05:00
tasks add role to gather info of tripleo validation group 2021-02-25 10:38:11 -05:00
README.md add role to gather info of tripleo validation group 2021-02-25 10:38:11 -05:00

README.md

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: False
  • tripleo_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