blob: 33ddddce8e440c3e97b9c40d16fa3e3cbb9e84b0 [file] [log] [blame]
Luigi Toscanoc6215bd2020-02-21 12:42:58 +01001Change the ownership of a specific devstack data subdirectory
2
3This is needed in order to have cinderlib functional tests,
4which are normally executed by the `zuul` user, run under
5a devstack deployment where the `stack` user is the owner.
6
7**Role Variables**
8
9.. zuul:rolevar:: devstack_data_dir
10 :default: /opt/stack/data
11
12 The devstack data directory.
13
14.. zuul:rolevar:: devstack_data_subdir_changed
15 :default: cinder
16
17 The devstack data subdirectory whose ownership
18 is changed.
19
20.. zuul:rolevar:: devstack_data_subdir_owner
21 :default: zuul
22
23 The new owner of the specified devstack data subdirectory.