tempest/roles/setup-tempest-data-dir/README.rst
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

13 lines
334 B
ReStructuredText

Setup the `tempest` user as owner of Tempest's data folder.
Tempest's devstack plugin creates the data folder, but it has no knowledge
of the `tempest` user, so we need a role to fix ownership on the data folder.
**Role Variables**
.. zuul:rolevar:: devstack_data_dir
:default: /opt/stack/data
The devstack data directory.