blob: 7803ee4d749226e663448c432662e5fdcb89f2b3 [file] [log] [blame]
Andrea Frittoli5e714d32018-02-17 22:21:26 +00001Orchestrate a devstack
2
3Runs devstack in a multinode scenario, with one controller node
4and a group of subnodes.
5
6The reason for this role is so that jobs in other repository may
7run devstack in their plays with no need for re-implementing the
8orchestration logic.
9
10The "run-devstack" role is available to run devstack with no
11orchestration.
12
13This role sets up the controller and CA first, it then pushes CA
14data to sub-nodes and run devstack there. The only requirement for
15this role is for the controller inventory_hostname to be "controller"
16and for all sub-nodes to be defined in a group called "subnode".
17
18
19**Role Variables**
20
21.. zuul:rolevar:: devstack_base_dir
22 :default: /opt/stack
23
24 The devstack base directory.