Skip to content

Commit eef5d85

Browse files
author
Mehdi Abaakouk
committed
Adds two new configuration files
Ceilometer introduces two new configuration files This change adds them. Change-Id: I4da44f09eb0a839f36fef513aec41d9b1564155d Depends-On: I5a202c30614d06821063e243d4e2330736aba5fd
1 parent c90656a commit eef5d85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/ceilometer

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ function configure_ceilometer {
212212
cp $CEILOMETER_DIR/etc/ceilometer/api_paste.ini $CEILOMETER_CONF_DIR
213213
cp $CEILOMETER_DIR/etc/ceilometer/event_definitions.yaml $CEILOMETER_CONF_DIR
214214
cp $CEILOMETER_DIR/etc/ceilometer/meters.yaml $CEILOMETER_CONF_DIR
215+
cp $CEILOMETER_DIR/etc/ceilometer/gnocchi_archive_policy_map.yaml $CEILOMETER_CONF_DIR
216+
cp $CEILOMETER_DIR/etc/ceilometer/gnocchi_resources.yaml $CEILOMETER_CONF_DIR
215217

216218
if [ "$CEILOMETER_PIPELINE_INTERVAL" ]; then
217219
sed -i "s/interval:.*/interval: ${CEILOMETER_PIPELINE_INTERVAL}/" $CEILOMETER_CONF_DIR/pipeline.yaml

0 commit comments

Comments
 (0)