RETIRED, Chef Cookbook - OpenStack Telemetry
Go to file
Stephan Renatus 5c557b7153 Fix service subscriptions and definitions, add package overrides
Some things were a little off wrt. the way we usually do stuff.  This
change fixes the following:

- package resources take the override settings from node attributes
- all services subscribe to their config file
- the service definitions include restart and status actions, and
  enable services

Change-Id: I3d4a2f9247dda34a35897fdfe08d9e8cf27556b8
Closes-Bug: #1303777
2014-04-09 10:49:41 +02:00
attributes Fix service subscriptions and definitions, add package overrides 2014-04-09 10:49:41 +02:00
files/default Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
recipes Fix service subscriptions and definitions, add package overrides 2014-04-09 10:49:41 +02:00
spec Fix service subscriptions and definitions, add package overrides 2014-04-09 10:49:41 +02:00
templates/default Add hypervisor_inspector in ceilometer.conf 2014-04-02 10:14:05 +08:00
.gitignore update gitignore 2014-02-27 20:13:32 -06:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:50:36 +04:00
.rubocop.yml Disable the NumericLiterals cop for rubocop 2014-02-25 17:56:59 +00:00
Berksfile Add hypervisor_inspector in ceilometer.conf 2014-04-02 10:14:05 +08:00
CHANGELOG.md Add recipes for alarm services 2014-04-03 12:34:53 -07:00
Gemfile Add hypervisor_inspector in ceilometer.conf 2014-04-02 10:14:05 +08:00
Gemfile.lock Add hypervisor_inspector in ceilometer.conf 2014-04-02 10:14:05 +08:00
README.md Merge "Add DB2 support to ceilometer on redhat platform" 2014-04-04 16:02:01 +00:00
Strainerfile Rubocop cleanup - removing individual directory .rubocop.yml files 2014-01-30 14:28:32 +00:00
TESTING.md Filling out initial rubocop support for metadata.rb and the Gemfile. 2014-01-09 17:37:17 -06:00
metadata.rb Add recipes for alarm services 2014-04-03 12:34:53 -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.

agent-notification

  • Installs agent notification service.

alarm-evaluator

  • Installs alarm evaluator service.

alarm-notifier

  • Installs alarm notifier service.

api

  • Installs API service.

client

  • Install the client packages

collector

  • Installs collector package and service. If the NoSQL database is used for metering service, ceilometer-dbsync will not be executed.

common

  • Common metering configuration.

identity_registration

  • Registers the endpoints, tenant and user for metering service with Keystone.

Attributes

  • openstack['telemetry']['api']['auth']['version'] - Select v2.0 or v3.0. Default v2.0. The auth API version used to interact with identity service. TODO: Add DB2 support on other platforms
  • openstack['telemetry']['platform']['db2_python_packages'] - Array of DB2 python packages, only available on redhat platform

Testing

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

Berkshelf

Berks will resolve version requirements and dependencies on first run and store these in Berksfile.lock. If new cookbooks become available you can run berks update to update the references in Berksfile.lock. Berksfile.lock will be included in stable branches to provide a known good set of dependencies. Berksfile.lock will not be included in development branches to encourage development against the latest cookbooks.

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)
Author Chen Zhiwei (zhiwchen@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-2014, 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.