Merge "Add collectd-pmu package for Intel PMU (C8 only)"

This commit is contained in:
Zuul 2020-04-09 20:38:03 +00:00 committed by Gerrit Code Review
commit cea4bdf0d0
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'collectd-rdt',
'collectd-turbostat'
] %}
{% if distro_python_version.startswith('3') %}
{% set collectd_packages = collectd_packages + [
'collectd-pmu'
] %}
{% endif %}
{% endif %}
{% if base_arch != 's390x' %}