RETIRED, Chef Cookbook - OpenStack Telemetry
Go to file
Lance Albertson e6560486ab Chef 16 updates
Depends-On: https://review.opendev.org/749849
Change-Id: I030792d1f0ef17210f7deacbb6188c87de1ab90b
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-09-04 13:09:10 -07:00
.delivery Stein fixes 2020-03-19 13:00:31 -07:00
attributes Stein fixes 2020-03-19 13:00:31 -07:00
files disable ceilometer events when using gnocchi as backend 2017-12-15 12:09:55 +01:00
recipes Chef 16 updates 2020-09-04 13:09:10 -07:00
spec Chef 16 updates 2020-09-04 13:09:10 -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 stable/stein release patch 2020-05-20 16:48:30 -07:00
.rubocop.yml Stein fixes 2020-03-19 13:00:31 -07:00
.rubocop_todo.yml Chef 16 updates 2020-09-04 13:09:10 -07:00
.zuul.yaml Rename openstack-chef-repo references to openstack-chef 2018-08-06 21:50:28 -07:00
Berksfile stable/stein release patch 2020-05-20 16:48:30 -07:00
CONTRIBUTING.md Workflow documentation is now in infra-manual 2014-12-05 03:30:44 +00:00
LICENSE telemetry refactor for Pike and Chef 13 2017-12-10 11:38:02 -08:00
README.rst Chef 16 updates 2020-09-04 13:09:10 -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 16 updates 2020-09-04 13:09:10 -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 15 or higher
  • Chef Workstation 20.8.111 for testing (also includes Berkshelf for cookbook dependency resolution)

Platform

  • ubuntu
  • redhat
  • centos

Cookbooks

The following cookbooks are dependencies:

  • 'openstackclient'
  • 'openstack-common', '>= 19.0.0'
  • 'openstack-identity', '>= 19.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-2020, 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.