An Ansible role to install, configure and run Rally OpenStack test suite
This is the list of role variables:
rally_result_filename: Name of the generated file. Default torally.xml.rally_scenario_filepath: The path to the rally scenario file. Default to/home/stack/rally-tasks.ymlrally_file_location: (optional) URL of the rally scenario file.
None.
The simplest way to use this module:
- name: Run the OpenStack Rally test suite
hosts: undercloud
vars:
rally_file_location: https://example.com/path/to/rally-scenarios.yml
roles:
- rally
Apache 2.0
Distributed-CI [email protected]