RETIRED, Chef Cookbook - OpenStack Telemetry
Go to file
Luis A. Garcia bc2ff068eb Fix metering service endpoint path spec
After installing ceilometer with the metering cookbook, invoking the
ceilometer CLI fails because the API base URL used is
http://127.0.0.1:8777/v1/v2 which means that the base endpoint path of
/v1 is incorrect and it should be simply /.

The openstack-common cookbook was updated to set the right path but we
need to update the test cases, and point to the new version of the
common cookbook.

Change-Id: I203a5a6346a3765bb249149a209122ec3d33601d
Partial-Bug: #1277742
2014-02-19 17:23:46 +00:00
attributes add default 'service_tenant_name' attribute 2014-02-05 13:50:22 -08:00
files/default Initial add of ceilometer recipes 2013-08-02 14:20:06 -07:00
recipes Upgrade/Update rubocop 2014-02-04 16:08:09 -05:00
spec Fix metering service endpoint path spec 2014-02-19 17:23:46 +00:00
templates/default Clean up cookbook for bp/clean-up-attr-for-mq-and-db 2014-01-24 10:26:42 +00:00
.gitignore Remove Berksfile.lock from dev branches 2014-01-20 17:30:10 +00:00
.gitreview Added .gitreview 2013-05-08 20:05:27 +00:00
.rubocop.yml Upgrade/Update rubocop 2014-02-04 16:08:09 -05:00
Berksfile Added identity_registration recipe 2013-08-08 12:05:00 -07:00
CHANGELOG.md upgrade to Havana release 2013-12-12 09:42:55 +01:00
Gemfile Upgrade/Update rubocop 2014-02-04 16:08:09 -05:00
Gemfile.lock Upgrade/Update rubocop 2014-02-04 16:08:09 -05:00
README.md Remove Berksfile.lock from dev branches 2014-01-20 17:30:10 +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 Fix metering service endpoint path spec 2014-02-19 17:23:46 +00: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.

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)
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.