tripleo-operator-ansible/roles/tripleo_validator_show
David J Peacock a8d43fa37d add role to show tripleo validation
With this patch, validator show can be used by operators in automation.

Change-Id: Iedad29583c104ecd98d38455bf3422bb353a37d9
2021-02-25 10:28:14 -05:00
..
defaults add role to show tripleo validation 2021-02-25 10:28:14 -05:00
meta add role to show tripleo validation 2021-02-25 10:28:14 -05:00
molecule/default add role to show tripleo validation 2021-02-25 10:28:14 -05:00
tasks add role to show tripleo validation 2021-02-25 10:28:14 -05:00
README.md add role to show tripleo validation 2021-02-25 10:28:14 -05:00

README.md

tripleo_validator_show

A role to show tripleo validations

Requirements

None.

Role Variables

  • tripleo_validator_show_debug: (Boolean) Flag to print out the delete command. Default: False
  • tripleo_validator_show_validation: (String) Group of validations to inspect

Output Variables

  • tripleo_validator_show_result: Ansible shell execution results

Dependencies

None.

Example Playbook

Example validator show playbook

- hosts: undercloud
  gather_facts: true
  tasks:
    - name: Show validation
      import_role:
        name: tripleo_validator_show

License

Apache-2.0