tempest/roles/tempest-cleanup
Martin Kopec a857880423 Improve logging in tempest cleanup
* add additional handler so that INFO messages are printed to stdout
  besided tempest.log
* replace print commands by LOG.info calls
* when --debug argument used print DEBUG messages to stdout
* add additional debug messages to improve transparency of the cleanup
  execution
* use --debug argument within tempest-cleanup ansible role to see more
  details directly in the output

Change-Id: Iee72dc411fdf5cda8a8eed8dd7f349e0866648ab
2020-05-07 05:54:48 +00:00
..
defaults Add tempest-cleanup ansible role 2020-05-05 12:07:51 +00:00
tasks Improve logging in tempest cleanup 2020-05-07 05:54:48 +00:00
README.rst Add tempest-cleanup ansible role 2020-05-05 12:07:51 +00:00

README.rst

Tempest cleanup

Documentation regarding tempest cleanup can be found at the following link: https://docs.openstack.org/tempest/latest/cleanup.html

When init_saved_state and dry_run variables are set to false, the role execution will run tempest cleanup which deletes resources not present in the saved_state.json file.

Role Variables