RETIRED, Chef Cookbook - OpenStack Telemetry
Go to file
Lance Albertson 21424d8868 Chef 17 support
- Remove bind from Berksfile
- Update copyright years
- Require Chef >= 16.0

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-identity/+/814051
Change-Id: If07c6d8973bbba605756938f62d351cc323edd7b
Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-10-14 12:56:13 -07:00
.delivery Stein fixes 2020-03-19 13:00:31 -07:00
attributes Chef 17 support 2021-10-14 12:56:13 -07:00
files disable ceilometer events when using gnocchi as backend 2017-12-15 12:09:55 +01:00
recipes Chef 17 support 2021-10-14 12:56:13 -07:00
spec Cookstyle 6.19.5 fixes 2020-10-05 17:30:51 -07:00
templates Update to apache2 ~> 8.0 cookbook 2020-01-30 09:31:59 -08:00
.gitignore Initial kilo updates 2015-02-27 14:11:44 -06:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:36 +00:00
.rubocop.yml Chef 17 support 2021-10-14 12:56:13 -07:00
.zuul.yaml Rename openstack-chef-repo references to openstack-chef 2018-08-06 21:50:28 -07:00
Berksfile Chef 17 support 2021-10-14 12:56:13 -07:00
CONTRIBUTING.md Moving IRC network reference to OFTC 2021-07-15 11:01:02 -07:00
LICENSE telemetry refactor for Pike and Chef 13 2017-12-10 11:38:02 -08:00
README.rst Chef 17 support 2021-10-14 12:56:13 -07:00
Rakefile Updates for rocky 2019-12-06 11:31:16 -08:00
TESTING.md Sync stackforge/cookbook* to openstack/cookbook* for ceilometer cookbook 2015-06-15 16:15:05 +08:00
metadata.rb Chef 17 support 2021-10-14 12:56:13 -07:00

README.rst

OpenStack Chef Cookbook - telemetry

image

Description

Installs the OpenStack Metering service Ceilometer as well as Gnocchi as the backend for Metrics as part of the OpenStack reference deployment Chef for OpenStack. The OpenStack chef-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Both are currently installed from packages.

https://docs.openstack.org/ceilometer/latest/

https://gnocchi.xyz/

Requirements

  • Chef 16 or higher
  • Chef Workstation 21.10.640 for testing (also includes Berkshelf for cookbook dependency resolution)

Platform

  • ubuntu
  • redhat
  • centos

Cookbooks

The following cookbooks are dependencies:

  • 'apache2', '~> 8.1'
  • 'openstackclient'
  • 'openstack-common', '>= 20.0.0'
  • 'openstack-identity', '>= 20.0.0'

Attributes

Please see the extensive inline documentation in attributes/*.rb for descriptions of all the settable attributes for this cookbook.

Note that all attributes are in the default['openstack'] "namespace"

The usage of attributes to generate the ceilometer.conf and gnocchi is described in the openstack-common cookbook.

Recipes

agent-central

  • Installs agent central service.

agent-compute

  • Installs agent compute service.

agent-notification

  • Installs agent notification service.

aodh

  • Installs aodh service

common

  • Common metering configuration.

gnocchi_configure

  • Configure Gnocchi

gnocchi_install

  • Installs and starts the Gnocchi service

identity_registration

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

setup

  • Run database migrations

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)
Author David Geng (gengjh@cn.ibm.com)
Author Mark Vanderwiel (vanderwl@us.ibm.com)
Author Jan Klare (j.klare@cloudbau.de)
Author Christoph Albers (c.albers@x-ion.de)
Author Lance Albertson (lance@osuosl.org
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-2014, SUSE Linux GmbH
Copyright Copyright (c) 2019-2021, Oregon State University

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.