Files
tripleo-operator-ansible/roles/tripleo_validator_run/README.md
David J Peacock fd8f962e70 update tripleo_operator_ansible VF hooks since CLI has changed
this patch amends tripleo operator ansible vf hooks - two changes

1) no more plan files - removed that CLI option
2) static inventory is simply inventory - amended that argument

Change-Id: I3e97dcc08fb5b9370b1fa2ce732572a0c70aa947
2022-06-15 09:24:11 -04:00

1.1 KiB

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_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
  • tripleo_validator_run_inventory: (String) Path to a inventory file

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