From ef846b05891990d2ca3f090f16bfec0ac9205089 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Fri, 7 Jul 2017 11:40:14 -0400 Subject: [PATCH] Configure ignore_projects in ceilometer middleware Without this gnocchi with swift floods with events, causing too much load. Change-Id: Ibe23639cba50085efd10a8a65cd59c8350f74f58 --- .../puppet/modules/packstack/manifests/swift/ceilometer.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp b/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp index caeb26f49..d38735f35 100644 --- a/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp +++ b/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp @@ -10,5 +10,9 @@ class packstack::swift::ceilometer () topic => 'notifications', control_exchange => 'swift', driver => 'messaging', + ignore_projects => ['service'], + auth_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'), + auth_url => hiera('CONFIG_KEYSTONE_ADMIN_URL'), + password => hiera('CONFIG_SWIFT_KS_PW'), } }