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
8 lines
168 B
YAML
8 lines
168 B
YAML
- name: Set tempest as owner of Tempest run folder
|
|
file:
|
|
path: "{{devstack_base_dir}}/tempest"
|
|
owner: tempest
|
|
group: stack
|
|
recurse: yes
|
|
become: yes
|