From: Thomas Goirand Date: Fri, 29 Mar 2013 15:00:18 +0000 (+0800) Subject: Added missing configuration file: pipeline.yaml X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=aa72b98d6dff9bd30fe249b193d9d34cc4de66d6;p=openstack-build%2Fceilometer-build.git Added missing configuration file: pipeline.yaml Rewritten-From: d822e3b272a05a5629820a04827a55b774013610 --- diff --git a/trusty/debian/ceilometer-common.postinst.in b/trusty/debian/ceilometer-common.postinst.in index 757725f..e88759e 100644 --- a/trusty/debian/ceilometer-common.postinst.in +++ b/trusty/debian/ceilometer-common.postinst.in @@ -37,6 +37,7 @@ if [ "$1" = "configure" ]; then pkgos_write_new_conf ceilometer ceilometer.conf pkgos_write_new_conf ceilometer policy.json pkgos_write_new_conf ceilometer sources.json + pkgos_write_new_conf ceilometer pipeline.yaml ceilometer-dbsync || true fi diff --git a/trusty/debian/rules b/trusty/debian/rules index 9bd555f..851754c 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -19,6 +19,7 @@ override_dh_install: install -D -m 0644 $(CURDIR)/etc/ceilometer/ceilometer.conf.sample $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf install -D -m 0644 $(CURDIR)/etc/ceilometer/policy.json $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/policy.json install -D -m 0644 $(CURDIR)/etc/ceilometer/sources.json $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/sources.json + install -D -m 0644 $(CURDIR)/etc/ceilometer/pipeline.yaml $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/pipeline.yaml override_dh_auto_build: dh_auto_build