diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-18 15:45:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-18 15:45:07 +0000 |
commit | 388a6f28fa51d3f0931e87ef99809eb43e02c772 (patch) | |
tree | 3e570eb6d83ee1bbb91dd8d307482481ec45b92a /environments | |
parent | 67586863cf1ec984c76fe02966f5fea1a8f1a548 (diff) | |
parent | 420f786a45bcd0e85c33d66d350d0e7f148f7074 (diff) |
Merge "Upgrade scripts to migrate aodh alarm data"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/major-upgrade-aodh-migration.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/environments/major-upgrade-aodh-migration.yaml b/environments/major-upgrade-aodh-migration.yaml new file mode 100644 index 00000000..c1dbde42 --- /dev/null +++ b/environments/major-upgrade-aodh-migration.yaml @@ -0,0 +1,10 @@ +resource_registry: + # aodh data migration + 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 |