Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / major-upgrade-composable-steps.yaml
1 resource_registry:
2   OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
3 parameter_defaults:
4   EnableConfigPurge: true
5   StackUpdateType: UPGRADE
6   UpgradeLevelNovaCompute: auto
7   UpgradeInitCommonCommand: |
8     #!/bin/bash
9     # Newton to Ocata, we need to remove old hiera hook data and
10     # install ansible heat agents and ansible-pacemaker
11     set -eu
12     yum install -y python-heat-agent-*
13     yum update -y ansible
14     yum install -y ansible-pacemaker
15     rm -f /usr/libexec/os-apply-config/templates/etc/puppet/hiera.yaml
16     rm -f /usr/libexec/os-refresh-config/configure.d/40-hiera-datafiles
17     rm -f /etc/puppet/hieradata/*.yaml
18   MigrationSshPort: 22
19   UpgradeRemoveUnusedPackages: false