Add telemetry distro plugin install for aodh

If aodh is enabled, the telemetry plugins must be installed.

Change-Id: I52aa290b359a4cc022c419abbf8afc883f8b0578
This commit is contained in:
Jesse Pretorius 2019-01-21 16:16:26 +00:00 committed by Jonathan Rosser
parent bc1fcbc9eb
commit a763c3c67a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ tempest_service_distro_packages:
- subunit-filters
tempest_plugin_distro_packages:
- "{{ (tempest_service_available_aodh | bool) | ternary('python-telemetry-tests-tempest', '') }}"
- "{{ (tempest_service_available_barbican | bool) | ternary('python-barbican-tests-tempest', '') }}"
- "{{ (tempest_service_available_ceilometer | bool) | ternary('python-telemetry-tests-tempest', '') }}"
- "{{ (tempest_service_available_cinder | bool) | ternary('python-cinder-tests-tempest', '') }}"