Merge "Add gnocchi-statsd support for Debian systems"
This commit is contained in:
commit
c2c457c282
@ -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")) }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user