Serialize AllNodesDeployment and UpdateWorkflow

Otherwise there may be a race between updating the hiera
and running the UpdateWorkflow

Change-Id: I22cd893e0db3df6d39504fbd61d7d9024cebb1c5
Related-Bug: 1631297
This commit is contained in:
Steven Hardy 2016-10-06 19:15:29 +01:00 committed by marios
parent f9c3481c3e
commit c70af3e3c3
1 changed files with 4 additions and 0 deletions

View File

@ -487,6 +487,10 @@ resources:
UpdateWorkflow:
type: OS::TripleO::Tasks::UpdateWorkflow
depends_on:
{% for role in roles %}
- {{role.name}}AllNodesDeployment
{% endfor %}
properties:
servers:
{% for role in roles %}