Ensure AllNodesExtraConfig runs before AllNodesDeploySteps
authorSteven Hardy <shardy@redhat.com>
Tue, 2 May 2017 10:54:12 +0000 (11:54 +0100)
committerEmilien Macchi <emilien@redhat.com>
Tue, 2 May 2017 15:06:03 +0000 (11:06 -0400)
commitf907ee34acdcb756b7c82c208f11fcb8678a54a9
tree152395b6f761b146545c79f0dfa709ef001e9df7
parentcc9695e74e588a8aa35aa3850bb0b336906c78e0
Ensure AllNodesExtraConfig runs before AllNodesDeploySteps

When implementing custom roles, we lost an implicit dependency that
ensured AllNodesExtraConfig is applied before AllNodesDeploySteps,
which causes problems if you need to write hieradata via the
AllNodesExtraConfig hook (some cisco integrations we have in tree
do this, and are now broken because the ordering is no longer ensured.

Change-Id: Ie78ecbb4e135ab7f196867ef9d8d271049a9cd10
Closes-Bug: #1687597
(cherry picked from commit 4efc067a7e2965fc7a07eb05b019d0e3e8160606)
overcloud.j2.yaml