tripleo-heat-templates/environments/major-upgrade-aodh-migration.yaml
Jiri Stransky 4422fb97c8 No-op Puppet for upgrades/migrations according to composable roles
Our previous no-ops stopped working because the Puppet run resources
moved under a different entry in resource registry. This is now fixed
to follow the latest way.

Change-Id: Ia5598385ddca185bfbf10e2d3babb53f6f77d1ac
Closes-Bug: #1626452
2016-09-22 14:59:20 +02:00

7 lines
211 B
YAML

resource_registry:
# aodh data migration
OS::TripleO::Tasks::UpdateWorkflow: ../extraconfig/tasks/mitaka_to_newton_aodh_data_migration.yaml
# no-op the rest
OS::TripleO::PostDeploySteps: OS::Heat::None