X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=environments%2Fmajor-upgrade-composable-steps.yaml;h=e8a00740d39fc93220871a1b0b29b09fbd95e4b8;hb=f27d3a4d59413761b7b2edcef1aa620b0bd6384d;hp=8b1617f9ce48d06ac02f54bda893106dba28f390;hpb=b1c95b6de1eaea86bfc2535b5147fc33500126eb;p=apex-tripleo-heat-templates.git diff --git a/environments/major-upgrade-composable-steps.yaml b/environments/major-upgrade-composable-steps.yaml index 8b1617f9..e8a00740 100644 --- a/environments/major-upgrade-composable-steps.yaml +++ b/environments/major-upgrade-composable-steps.yaml @@ -1,7 +1,8 @@ resource_registry: - OS::TripleO::PostDeploySteps: ../puppet/major_upgrade_steps.yaml + OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml parameter_defaults: EnableConfigPurge: true + StackUpdateType: UPGRADE UpgradeLevelNovaCompute: auto UpgradeInitCommonCommand: | #!/bin/bash @@ -13,3 +14,5 @@ parameter_defaults: rm -f /usr/libexec/os-apply-config/templates/etc/puppet/hiera.yaml rm -f /usr/libexec/os-refresh-config/configure.d/40-hiera-datafiles rm -f /etc/puppet/hieradata/*.yaml + MigrationSshPort: 22 + UpgradeRemoveUnusedPackages: false \ No newline at end of file