Merge "Set EnablePackageInstall to true by default for in-place OS upgrade" into stable/stein

This commit is contained in:
Zuul 2019-08-28 17:30:25 +00:00 committed by Gerrit Code Review
commit 8dc2fafa56
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 # This file is required by the tripleoclient and not expected to be updated
# by the operator. Please use additional -e env.yaml. # by the operator. Please use additional -e env.yaml.
parameter_defaults: parameter_defaults:
EnablePackageInstall: false
UpgradeLevelNovaCompute: '' UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: '' UpgradeInitCommonCommand: ''
UpgradeInitCommand: '' UpgradeInitCommand: ''

View File

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