Browse code

Merge "Enforce linear strategy for orchestrate-devstack"

Zuul authored on 2018/03/12 09:18:28
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1 1
 - hosts: all
2
+  # This is the default strategy, however since orchestrate-devstack requires
3
+  # "linear", it is safer to enforce it in case this is running in an
4
+  # environment configured with a different default strategy.
5
+  strategy: linear
2 6
   roles:
3 7
     - orchestrate-devstack
... ...
@@ -15,6 +15,7 @@ data to sub-nodes and run devstack there. The only requirement for
15 15
 this role is for the controller inventory_hostname to be "controller"
16 16
 and for all sub-nodes to be defined in a group called "subnode".
17 17
 
18
+This role needs to be invoked from a playbook that uses a "linear" strategy.
18 19
 
19 20
 **Role Variables**
20 21