From 3f576469144311ff822884651d0717ee8836f02c Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Tue, 13 Aug 2019 15:42:18 +0200 Subject: [PATCH] Set EnablePackageInstall to true by default for in-place OS upgrade For in-place upgrades via Leapp, which is the default, we are dependent on package installs. User can still override the default value if they wish so, but they might have to pull in the content by some manual means. Change-Id: I5e5629d2baed97988bc65151d51c115a2a263dfc Partial-Bug: #1831690 (cherry picked from commit 86d425601495550282119be035180bdbc71cfc57) --- environments/lifecycle/upgrade-converge.yaml | 1 + environments/lifecycle/upgrade-prepare.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/environments/lifecycle/upgrade-converge.yaml b/environments/lifecycle/upgrade-converge.yaml index 4a289b0d89..8a5035ed3c 100644 --- a/environments/lifecycle/upgrade-converge.yaml +++ b/environments/lifecycle/upgrade-converge.yaml @@ -2,6 +2,7 @@ # This file is required by the tripleoclient and not expected to be updated # by the operator. Please use additional -e env.yaml. parameter_defaults: + EnablePackageInstall: false UpgradeLevelNovaCompute: '' UpgradeInitCommonCommand: '' UpgradeInitCommand: '' diff --git a/environments/lifecycle/upgrade-prepare.yaml b/environments/lifecycle/upgrade-prepare.yaml index 717160c66b..a5093aad2a 100644 --- a/environments/lifecycle/upgrade-prepare.yaml +++ b/environments/lifecycle/upgrade-prepare.yaml @@ -8,6 +8,7 @@ resource_registry: OS::TripleO::Services::MongoDb: OS::Heat::None parameter_defaults: + EnablePackageInstall: true UpgradeLevelNovaCompute: auto UpgradeInitCommonCommand: | #!/bin/bash