d6e71b7500
The new role downloads images that tobiko will upload to glance during the test execution Depends-On: Ifff8214b7d4a3c2a78d97b171714090fd64d60dd Change-Id: I1dbf739850bfc3f963a789db0dcd2625ffe4a16f
18 lines
315 B
YAML
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
|