From 01a91d37199f592aa4273e3847eb1f4f1d27da02 Mon Sep 17 00:00:00 2001 From: marios Date: Thu, 16 Feb 2017 11:59:57 +0200 Subject: Add Newton to Ocata UpgradeInitCommonCommand This adds the UpgradeInitCommonCommand for newton..ocata common UpgradeInit commands. This comes before the ansible upgrade steps so we need to do things like remove the old newton hieradata and install the ansible-pacemaker module and ansible heat-agent plugin This defaults to '' and is set in the major-upgrade-composable-steps and unset in the major-upgrade-converge environment files. Change-Id: I0c7a32194c0069b63a501a913c17907b47c9cc16 --- environments/major-upgrade-converge.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'environments/major-upgrade-converge.yaml') diff --git a/environments/major-upgrade-converge.yaml b/environments/major-upgrade-converge.yaml index e3c0e531..f09fb20e 100644 --- a/environments/major-upgrade-converge.yaml +++ b/environments/major-upgrade-converge.yaml @@ -4,3 +4,4 @@ resource_registry: OS::TripleO::PostDeploySteps: ../puppet/post.yaml parameter_defaults: UpgradeLevelNovaCompute: '' + UpgradeInitCommonCommand: '' -- cgit 1.2.3-korg