From c70af3e3c3fb4b2b48504b555a1575333f0f6ee3 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 6 Oct 2016 19:15:29 +0100 Subject: Serialize AllNodesDeployment and UpdateWorkflow Otherwise there may be a race between updating the hiera and running the UpdateWorkflow Change-Id: I22cd893e0db3df6d39504fbd61d7d9024cebb1c5 Related-Bug: 1631297 --- overcloud.j2.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index bb50395e..6d655c7a 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -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 %} -- cgit 1.2.3-korg