OpenStack Ceilometer Puppet Module
a3b324dba2
Fixes an issue in the ceilometer::agent::compute manifest where nova.conf config values for the notification_driver would get added to the wrong section (always to the end of the file). As part of the fix a custom file_line 'after' provider which supports a new after option has been added. This allows us to have some control over which section *new* file lines go into. If there are any pre-existing matching lines in the file the assumption is that they are already in the correct section and can be edited in place. NOTE: I've submitted a pull request to the upstream stdlib repo here to add the new 'after' option: https://github.com/puppetlabs/puppetlabs-stdlib/pull/174 Once this (or something better) lands in stdlib we can update puppet-ceilometer to use it. Fixes LP Bug #1217867 Change-Id: Ic09f5232b322cde687d663d1ef38ef0fd12f32ff |
||
---|---|---|
examples | ||
lib/puppet | ||
manifests | ||
spec | ||
.fixtures.yml | ||
.gitreview | ||
.travis.yml | ||
Gemfile | ||
LICENSE | ||
Modulefile | ||
Rakefile | ||
README |
puppet-ceilometer This is the ceilometer module. License ------- Apache License 2.0 Copyright 2012 eNovance <licensing@enovance.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contact ------- techs@enovance.com