tripleo::profile::base::ceilometer::collector always does a db sync

Bug #1629373 reported by Alex Schultz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Medium
Alex Schultz

Bug Description

While writing tests for tripleo::profile::base::ceilometer::collector I discovered that we are always include ceilometer::db::sync in step 4+ for any node despite only wanting to do it on the bootstrap node in the tripleo profile.

The problem is that we expect this logic to be followed:
https://github.com/openstack/puppet-tripleo/blob/master/manifests/profile/base/ceilometer/collector.pp#L62-L64

But in ceilometer::db, ceilometer::db::sync is included by default so it gets included anytime ceilometer::db is included in the catalog. This means we do ceilometer::db::sync on the bootstrap node in step 3 and all nodes with this profile for step 4+

https://github.com/openstack/puppet-ceilometer/blob/master/manifests/db.pp#L56

Revision history for this message
Alex Schultz (alex-schultz) wrote :
Changed in tripleo:
status: Triaged → In Progress
Changed in tripleo:
status: In Progress → Fix Committed
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-tripleo 6.0.0

This issue was fixed in the openstack/puppet-tripleo 6.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.