Document that orchestrate-devstack requires a linear strategy in the
invoking play. Also enforce the strategy in devstack.yaml.
Change-Id: Ia081225ec2be959fc5a4ddfd491f526296a8ca10
| ... | ... |
@@ -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 |
|