RETIRED, Chef Cookbook - OpenStack Telemetry
Go to file
John Dewey c9851501b7 Initial add of ceilometer recipes
These were migrated out of `openstack-compute` and into their
own cookbook.  This is an initial best-effort attempt.

Made the following changes, which differ from the recipes imported.
* Moved to openstack["metering"] attribute namespace.
* No longer performing source install.  This was done for folsom.
* No longer writing out an Apache virtualhost.  This was done to
  protect the folsom non-authenticated API endpoint.
* Templates write out as the ceilometer user/group vs nova.
* No longer including nova-common recipe.  It doesn't appear nova.conf
  is necessay (although I may be wrong).  The stackforge puppet manifests
  do not seem to do this [1].
* Added Strainerfile for testing.

  [1] https://github.com/stackforge/puppet-ceilometer).

bug 1187514
Change-Id: Ia97126e13e422037ad1f2c89debd9e4cdfa60b0a
2013-08-02 14:20:06 -07:00
attributes Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
files/default Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
recipes Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
spec Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
templates/default Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
.gitignore Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
.gitreview Added .gitreview 2013-05-08 20:05:27 +00:00
Berksfile Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
Berksfile.lock Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
Gemfile Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
Gemfile.lock Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
README.md Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
Strainerfile Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
metadata.rb Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00

README.md

Description

Installs the OpenStack Metering service Ceilometer as part of the OpenStack reference deployment Chef for OpenStack. Ceilometer is currently installed from packages.

https://wiki.openstack.org/wiki/Ceilometer

Requirements

Cookbooks

Usage

agent-central

  • Installs agent central service.

agent-compute

  • Installs agent compute service.

api

  • Installs API service.

collector

  • Installs nova network service.

common

  • Common metering configuration.

Attributes

Testing

This cookbook uses bundler, berkshelf, and strainer to isolate dependencies and run tests.

Tests are defined in Strainerfile.

To run tests:

$ bundle install # install gem dependencies
$ bundle exec berks install # install cookbook dependencies
$ bundle exec strainer test # run tests

License and Author

Author Matt Ray (matt@opscode.com)
Author John Dewey (jdewey@att.com)
Copyright Copyright (c) 2013, Opscode, Inc.
Copyright Copyright (c) 2013, AT&T Services, Inc.

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.