]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Add ceilometer::agent::auth.
authorDan Prince <dprince@redhat.com>
Wed, 4 Sep 2013 17:00:36 +0000 (13:00 -0400)
committerDan Prince <dprince@redhat.com>
Thu, 12 Sep 2013 02:28:03 +0000 (22:28 -0400)
commitcaf96f5395fc79203a1b53c6b54dd9707469930f
tree8b7a30f5c18a198a80a4970ff045d3416f0d2fa9
parentb7f74dfe9628c07a8c92df3d3778c241b5ed6ecc
Add ceilometer::agent::auth.

Adds a new agent::auth manifest to hold common auth
parameters used by the Ceilometer compute and central agents.

This fixes a deployment issue where you would get duplicate
auth parameter errors when trying to configure the compute
and central agent on the same machine.

Fixes Bug #1220810.

Change-Id: I167c6c570bdebb4be2ef99cd0b9cf81f37856d9f
examples/site.pp
manifests/agent/auth.pp [new file with mode: 0644]
manifests/agent/central.pp
manifests/agent/compute.pp
spec/classes/ceilometer_agent_auth_spec.rb [new file with mode: 0644]
spec/classes/ceilometer_agent_central_spec.rb
spec/classes/ceilometer_agent_compute_spec.rb