aboutsummaryrefslogtreecommitdiffstats
path: root/environments/major-upgrade-aodh-migration.yaml
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2016-09-22 14:56:50 +0200
committerJiri Stransky <jistr@redhat.com>2016-09-22 14:59:20 +0200
commit4422fb97c8e6b4c0f46e6bcc1f7c68df778d745f (patch)
tree32f08fc69bf36c8f8a522b9a2e871cd15a64e627 /environments/major-upgrade-aodh-migration.yaml
parent75c20d5b5dabed936f86096829377b01f1c3d4b2 (diff)
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
Diffstat (limited to 'environments/major-upgrade-aodh-migration.yaml')
-rw-r--r--environments/major-upgrade-aodh-migration.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/environments/major-upgrade-aodh-migration.yaml b/environments/major-upgrade-aodh-migration.yaml
index c1dbde42..9d6ce73e 100644
--- a/environments/major-upgrade-aodh-migration.yaml
+++ b/environments/major-upgrade-aodh-migration.yaml
@@ -3,8 +3,4 @@ resource_registry:
OS::TripleO::Tasks::UpdateWorkflow: ../extraconfig/tasks/mitaka_to_newton_aodh_data_migration.yaml
# no-op the rest
- OS::TripleO::ControllerPostDeployment: OS::Heat::None
- OS::TripleO::ComputePostDeployment: OS::Heat::None
- OS::TripleO::ObjectStoragePostDeployment: OS::Heat::None
- OS::TripleO::BlockStoragePostDeployment: OS::Heat::None
- OS::TripleO::CephStoragePostDeployment: OS::Heat::None
+ OS::TripleO::PostDeploySteps: OS::Heat::None