7d5445dae2
Setup the initial folder and play to run tempest. This simply runs tempest full for now, with not support for config options. Change-Id: I5a76dd23900a1b5fb1764fafd837d69baf9ed8b1 Depends-on: Iffe54fbccbccd68db08f79a1b51dd7f76dbff408
7 lines
147 B
YAML
7 lines
147 B
YAML
- name: Grant global read access to devstack files
|
|
file:
|
|
path: "{{devstack_data_dir}}/files"
|
|
mode: "o+rx"
|
|
recurse: yes
|
|
become: yes
|