Merge "Add gnocchi-statsd support for Debian systems"

This commit is contained in:
Jenkins 2017-06-29 08:53:21 +00:00 committed by Gerrit Code Review
commit c2c457c282
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set gnocchi_statsd_packages = ['openstack-gnocchi-statsd'] %}
{% elif base_distro in ['ubuntu'] %}
{% set gnocchi_statsd_packages = ['gnocchi-statsd'] %}
{% endif %}
{{ macros.install_packages(gnocchi_statsd_packages | customizable("packages")) }}