tempest/roles/acl-devstack-files/tasks/main.yaml
Andrea Frittoli (andreaf) 7d5445dae2 Initial skeleton for devstack-tempest base job
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
2017-11-08 18:04:39 +11:00

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