Apply post-upgrade step to not run puppet in post upgrade
authorMathieu Bultel <mbultel@redhat.com>
Thu, 9 Feb 2017 09:10:52 +0000 (10:10 +0100)
committerEmilien Macchi <emilien@redhat.com>
Fri, 17 Feb 2017 01:30:23 +0000 (01:30 +0000)
In the environment file:
environments/major-upgrade-composable-steps.yaml
we don't want to run puppet in certains roles in post upgrade
because we need to make some extra tasks on this nodes and
run puppet on converge step

Change-Id: I38fc5772cdb4a7df7979beb2e7475c70f34076a7
(cherry picked from commit b3b04eb0d22d776902462811d54bcd270e0fab73)

overcloud-resource-registry-puppet.j2.yaml

index a6b32dd..b544e45 100644 (file)
@@ -2,7 +2,7 @@ resource_registry:
 
   OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
   OS::TripleO::PostDeploySteps: puppet/post.yaml
-  OS::TripleO::PostUpgradeSteps: puppet/post.yaml
+  OS::TripleO::PostUpgradeSteps: puppet/post-upgrade.yaml
   OS::TripleO::AllNodes::SoftwareConfig: puppet/all-nodes-config.yaml
   OS::TripleO::Hosts::SoftwareConfig: hosts-config.yaml
   OS::TripleO::DefaultPasswords: default_passwords.yaml