devstack-plugin-tobiko/playbooks/devstack/pre.yaml
Eduardo Olivares d6e71b7500 Add tobiko-download-image role to the devstack playbook
The new role downloads images that tobiko will upload to glance during
the test execution

Depends-On: Ifff8214b7d4a3c2a78d97b171714090fd64d60dd
Change-Id: I1dbf739850bfc3f963a789db0dcd2625ffe4a16f
2023-01-24 11:32:05 +00:00

18 lines
315 B
YAML

---
- hosts: all
roles:
- tobiko-ensure-ssh-keys
- hosts: tempest
roles:
- tobiko-zuul
- tobiko-download-images
- tobiko-configure
- hosts: all
roles:
- {role: devstack-tobiko-centos, when: ansible_distribution == 'CentOS'}
- role: multi-node-setup
- role: orchestrate-devstack