rally-openstack/tests/ci/playbooks/run-rally-tox.yaml

15 lines
457 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_task_args_file: "100-percent-not-exist-file"
rally_task: "100-percent-not-exist-file"
roles:
- prepare-for-rally-task
- run-rally-tox