tripleo-operator-ansible/roles/tripleo_validator_run
Lance Bragstad 2e983575c1 trivial: fix spelling mistakes
Looking through the documentation I noticed several spelling mistakes
that were likely copy-pasted to documentation for various roles.

This commit attempts to update all the README's and fix trivial
misspellings.

Change-Id: I26096360f6b0fffd3272a52c8303f1c8e81829cd
2020-07-14 08:45:15 -05:00
..
defaults New operator: validator_run 2020-05-15 11:46:30 +00:00
meta Fix metadata 2020-06-01 13:39:44 -06:00
molecule/default New operator: validator_run 2020-05-15 11:46:30 +00:00
tasks New operator: validator_run 2020-05-15 11:46:30 +00:00
README.md trivial: fix spelling mistakes 2020-07-14 08:45:15 -05:00

README.md

tripleo_validator_run

A role to run tripleo validations

Requirements

None.

Role Variables

  • tripleo_validator_run_debug: (Boolean) Flag to print out the delete command. Default: False
  • tripleo_validator_run_plan: (String) Plan to run validations against
  • tripleo_validator_run_workers: (Integer) Number of workers
  • tripleo_validator_run_extra_vars_file: (String) Path to an ansible vars file to use when running the validations
  • tripleo_validator_run_validation: (String) Specific validation to run
  • tripleo_validator_run_group: (String) Group of validations to run

Output Variables

  • tripleo_validator_run_result: Ansible shell execution results

Dependencies

None.

Example Playbook

Example validator run playbook

- hosts: undercloud
  gather_facts: true
  tasks:
    - name: Run validations
      import_role:
        name: tripleo_validator_run
      var:
        tripleo_validator_run_debug: true
        tripleo_validator_run_name: overcloud

License

Apache-2.0