RETIRED, Chef Cookbook - OpenStack Telemetry
Go to file
Matt Ray c1f4c9b7f8 Filling out initial rubocop support for metadata.rb and the Gemfile.
https://blueprints.launchpad.net/openstack-chef/+spec/lint-and-unit-testing-for-havana
Removing tailor, cleaning up metadata and Gemfile, added TESTING.md and fixed a
broken test.

Addresses: blueprint rubocop-for-metering
Change-Id: I5a712c18033b6586548903dea93c8421050d971e
2014-01-09 17:37:17 -06: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 setting the utf8 charset manually for mysql no longer required 2013-12-10 12:33:28 +01:00
spec Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
templates/default Fix qpid backend issue in ceilometer.conf 2013-12-18 00:05:52 +08:00
.gitignore Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
.gitreview Added .gitreview 2013-05-08 20:05:27 +00:00
.rubocop.yml Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
Berksfile Added identity_registration recipe 2013-08-08 12:05:00 -07:00
Berksfile.lock Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
CHANGELOG.md upgrade to Havana release 2013-12-12 09:42:55 +01:00
Gemfile Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
Gemfile.lock Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
README.md Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
Strainerfile Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
TESTING.md Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
metadata.rb Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -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

Please refer to the TESTING.md for instructions for testing the cookbook.

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)
Author Ionut Artarisi (iartarisi@suse.cz)
Author Eric Zhou (zyouzhou@cn.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.
Copyright Copyright (c) 2013, SUSE Linux GmbH

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.