RETIRED, Chef Cookbook - OpenStack Telemetry
Go to file
galstrom21 40eff55761 Adding branch option to berksfile dependencies
Change-Id: Id25daeb56f26b4ec9813c35bc6b343aa1942015b
2014-03-17 11:34:13 -05:00
attributes Adding qpid support to ceilometer 2013-11-30 00:35:58 +08:00
files/default Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
recipes Adding qpid support to ceilometer 2013-11-30 00:35:58 +08:00
spec Adding qpid support to ceilometer 2013-11-30 00:35:58 +08:00
templates/default Adding qpid support to ceilometer 2013-11-30 00:35:58 +08:00
.gitignore Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
.gitreview Correcting .gitreview repo path after rename 2014-03-17 11:32:21 -05:00
.rubocop.yml Correcting .gitreview repo path after rename 2014-03-17 11:32:21 -05:00
Berksfile Adding branch option to berksfile dependencies 2014-03-17 11:34:13 -05:00
Berksfile.lock Adding branch option to berksfile dependencies 2014-03-17 11:34:13 -05:00
CHANGELOG.md Relax the dependency on openstack-identity to the 7.x series 2013-12-02 15:09:52 -06:00
Gemfile Correcting .gitreview repo path after rename 2014-03-17 11:32:21 -05:00
Gemfile.lock Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
README.md Adding qpid support to ceilometer 2013-11-30 00:35:58 +08:00
Strainerfile Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
metadata.rb Relax the dependency on openstack-identity to the 7.x series 2013-12-02 15:09:52 -06: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.

identity_registration

  • Registers the endpoints with Keystone.

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)
Author Justin Shepherd (jshepher@rackspace.com)
Author Salman Baset (sabaset@us.ibm.com)
Copyright Copyright (c) 2013, Opscode, Inc.
Copyright Copyright (c) 2013, AT&T Services, Inc.
Copyright Copyright (c) 2013, Rackspace US, Inc.
Copyright Copyright (c) 2013, IBM Corp.

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.