Re-add undercloud-aodh.yaml

https://review.opendev.org/#/c/611188/ incorrectly removed the
undercloud-aodh.yaml environment file as we still reference it in
python-tripleoclient.

Change-Id: I458dd389ef8a953d5ec8f2bcb0fa454fe0ffffcb
Closes-Bug: #1828893
This commit is contained in:
Alex Schultz 2019-05-13 15:29:05 -06:00
parent 9f7fbe0678
commit aeb91c34f8
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# DEPRECATED. This file will be removed in the Train release as it is no longer
# needed
resource_registry:
OS::TripleO::Services::AodhApi: ../../deployment/aodh/aodh-api-container-puppet.yaml
OS::TripleO::Services::AodhEvaluator: ../../deployment/aodh/aodh-evaluator-container-puppet.yaml
OS::TripleO::Services::AodhNotifier: ../../deployment/aodh/aodh-notifier-container-puppet.yaml
OS::TripleO::Services::AodhListener: ../../deployment/aodh/aodh-listener-container-puppet.yaml