blob: 388625c8939dab1d9a10c5834fdb2ad5cc4efaf3 [file] [log] [blame]
Andrea Frittoli5e714d32018-02-17 22:21:26 +00001Sync devstack data for multinode configurations
2
3Sync any data files which include certificates to be used if TLS is enabled.
4This role must be executed on the controller and it pushes data to all
5subnodes.
6
7**Role Variables**
8
9.. zuul:rolevar:: devstack_base_dir
10 :default: /opt/stack
11
12 The devstack base directory.
Luigi Toscano3ffc0092019-04-02 12:28:31 +020013
14.. zuul:rolevar:: devstack_data_base_dir
15 :default: {{ devstack_base_dir }}
16
17 The devstack base directory for data/.
18 Useful for example when multiple executions of devstack (i.e. grenade)
19 share the same data directory.