339b27c7fe
First non-trivial scenario we'll be testing in gates will be cinder + ceph. This patchset is supposed to create framework to easily add new testing scenarios. Change-Id: I6790eaf5cf3297af04a64e4169a39b6e2cd1890f
7 lines
134 B
YAML
7 lines
134 B
YAML
---
|
|
- hosts: storage
|
|
tasks:
|
|
- name: "Setup loopbacks for ceph"
|
|
script: setup_ceph_disks.sh
|
|
register: ceph_disks_out
|