gnocchi rpm naming cleanup
During the Queens cycle the gnocci project was moved out of openstack and so naming changed from openstack-gnocchi-XXX to gnocchi-XXX January 2018 - https://review.rdoproject.org/r/#/c/11110/ Also openstack-gnocchi-indexer-sqlalchemy was moved to gnocchi-common 2017 - https://review.rdoproject.org/r/#/c/10449/ Change-Id: I511c248bd009d03cad6811c576dd91a7bb29e203
This commit is contained in:
parent
5922c22d8a
commit
1d208580b1
@ -8,8 +8,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% set gnocchi_api_packages = [
|
||||
'openstack-gnocchi-api',
|
||||
'openstack-gnocchi-indexer-sqlalchemy'
|
||||
'gnocchi-api',
|
||||
'gnocchi-common'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set gnocchi_api_packages = ['gnocchi-api'] %}
|
||||
|
@ -11,10 +11,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% if base_package_type == 'rpm' %}
|
||||
|
||||
{% set gnocchi_base_packages = [
|
||||
'gnocchi-common',
|
||||
'httpd',
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'openstack-gnocchi-common',
|
||||
'python2-ldappool',
|
||||
'python2-cradox'
|
||||
] %}
|
||||
|
@ -6,14 +6,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% set gnocchi_metricd_packages = ['openstack-gnocchi-metricd'] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set gnocchi_metricd_packages = ['gnocchi-metricd'] %}
|
||||
{% endif %}
|
||||
{{ macros.install_packages(gnocchi_metricd_packages | customizable("packages")) }}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% block gnocchi_metricd_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
|
||||
|
@ -6,14 +6,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% 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")) }}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% block gnocchi_statsd_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user