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
This commit is contained in:
Jiri Stransky 2019-08-13 15:42:18 +02:00
parent 206625d4f5
commit 86d4256014
2 changed files with 2 additions and 0 deletions

View File

@ -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: ''

View File

@ -8,6 +8,7 @@ resource_registry:
OS::TripleO::Services::MongoDb: OS::Heat::None
parameter_defaults:
EnablePackageInstall: true
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |
#!/bin/bash