rally-openstack/tests/ci/playbooks/run-rally-task.yaml
chenhb 1d689ab5f7 [trival] fix the indent of roles key
Change-Id: Ie0920b4a6a0a357404329a38d2d87ff3c345c940
2018-08-01 07:22:29 +00:00

22 lines
684 B
YAML

- hosts: all
roles:
- run-devstack
- hosts: controller
vars:
rally_home_dir: '/opt/stack/.rally'
rally_fake_image_path: '{{ rally_home_dir }}/extra/fake-image.img'
rally_use_existing_users: false
rally_existing_users_config: '{{ rally_home_dir }}/with-existing-users-config'
rally_results_dir: '{{ rally_home_dir }}/results'
rally_resources_at_start: '{{ rally_results_dir }}/resources_at_start.txt'
rally_task_args_file: "100-percent-not-exist-file"
roles:
- prepare-for-rally-task
- snapshot-available-os-resources
- run-rally-task
- process-task-results
- import-task-results
- check-os-resources
- check-task-sla